Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Security Content Moderation Green

  • 273 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

alicloud-security-content-moderation-green is a Claude Code skill that integrates Alibaba Cloud Green content moderation APIs to screen text, images, and UGC for policy violations, spam, and illegal content in developer

About

alicloud-security-content-moderation-green is a Claude Code skill from cinience/alicloud-skills for integrating Alibaba Cloud Green content moderation. It helps developers screen text, images, and user-generated content for policy violations, spam, and illegal material via managed Green APIs. Teams invoke it when building social, marketplace, or community features that require automated moderation before publishing UGC. The skill covers API integration patterns for pre-publish checks and compliance guardrails in user-facing applications on Alibaba Cloud.

  • Green moderation API integration
  • Text and image screening workflows
  • UGC policy enforcement patterns
  • Async callback and result handling
  • Compliance-oriented content safety

Alicloud Security Content Moderation Green by the numbers

  • 273 all-time installs (skills.sh)
  • Ranked #650 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-security-content-moderation-green

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs273
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

How do you integrate Alibaba Green content moderation APIs?

Integrate Alibaba Cloud Green content moderation APIs to screen text, images, and UGC for policy violations, spam, and illegal content in user-facing products.

Who is it for?

Developers adding automated UGC moderation to Alibaba Cloud apps with text and image policy screening.

Skip if: Manual human moderation queues only, non-Alicloud moderation stacks, or penetration testing unrelated to content APIs.

When should I use this skill?

A developer needs Alicloud Green moderation for text, images, or UGC policy and spam screening.

What you get

Green API integration config, UGC moderation hooks, and text and image screening workflow for user content.

  • moderation API integration
  • UGC screening hooks
  • policy check workflow

Files

SKILL.mdMarkdownGitHub ↗

Category: service

Content Moderation (Green)

Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Content Moderation.

Workflow

1) Confirm region, resource identifiers, and desired action. 2) Discover API list and required parameters (see references). 3) Call API with SDK or OpenAPI Explorer. 4) Verify results with describe/list APIs.

AccessKey priority (must follow)

1) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an optional default. If unset, decide the most reasonable region for the task; if unclear, ask the user. 2) Shared config file: ~/.alibabacloud/credentials

API discovery

  • Product code: Green
  • Default API version: 2022-09-26
  • Use OpenAPI metadata endpoints to list APIs and get schemas (see references).

High-frequency operation patterns

1) Inventory/list: prefer List* / Describe* APIs to get current resources. 2) Change/configure: prefer Create* / Update* / Modify* / Set* APIs for mutations. 3) Status/troubleshoot: prefer Get* / Query* / Describe*Status APIs for diagnosis.

Minimal executable quickstart

Use metadata-first discovery before calling business APIs:

python scripts/list_openapi_meta_apis.py

Optional overrides:

python scripts/list_openapi_meta_apis.py --product-code <ProductCode> --version <Version>

The script writes API inventory artifacts under the skill output directory.

Output policy

If you need to save responses or generated artifacts, write them under: output/alicloud-security-content-moderation-green/

Validation

mkdir -p output/alicloud-security-content-moderation-green
for f in skills/security/content/alicloud-security-content-moderation-green/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-security-content-moderation-green/validate.txt

Pass criteria: command exits 0 and output/alicloud-security-content-moderation-green/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-security-content-moderation-green/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

Prerequisites

  • Configure least-privilege Alibaba Cloud credentials before execution.
  • Prefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.
  • If region is unclear, ask the user before running mutating operations.

References

  • Sources: references/sources.md

Related skills

How it compares

Use alicloud-security-content-moderation-green for Alicloud UGC API integration; pick WordPress audit skills for PHP plugin security instead.

FAQ

What content types does alicloud-security-content-moderation-green screen?

alicloud-security-content-moderation-green screens text, images, and user-generated content via Alibaba Cloud Green APIs. The skill targets policy violations, spam, and illegal content in user-facing products.

Is alicloud-security-content-moderation-green a manual review tool?

alicloud-security-content-moderation-green integrates automated Green API screening, not human moderation workflows alone. Teams needing solely manual review queues should pair this skill with separate ops tooling.

Securitycomplianceappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.