← 返回 Skills 市场
cinience

Aliyun Green Moderation

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-green-moderation
功能描述
Use when managing Alibaba Cloud Content Moderation (Green) via OpenAPI/SDK, including the user needs content moderation resource and policy operations, inclu...
使用说明 (SKILL.md)

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 \x3CProductCode> --version \x3CVersion>

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/aliyun-green-moderation/

Validation

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

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

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/aliyun-green-moderation/.
  • 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
安全使用建议
This skill will use your Alibaba Cloud credentials (env vars or ~/.alibabacloud/credentials) to call Green (content moderation) APIs and will fetch API metadata from https://api.aliyun.com. Before installing: provide least-privilege credentials (create a role/key that only allows the needed Green operations), confirm the region before running any mutating actions, and review the output/aliyun-green-moderation/ directory for saved artifacts. Note that the package registry metadata does not declare required env vars even though SKILL.md expects them — make sure you supply credentials only if you trust the environment and require this functionality.
功能分析
Type: OpenClaw Skill Name: aliyun-green-moderation Version: 1.0.0 The skill bundle is a legitimate tool for managing Alibaba Cloud Content Moderation (Green) resources. The included script (scripts/list_openapi_meta_apis.py) fetches public API metadata from official Alibaba Cloud endpoints (api.aliyun.com) and saves it locally for discovery purposes. There is no evidence of credential exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the behavior: the skill discovers and calls Alibaba Cloud Green APIs. The SKILL.md expects Alibaba Cloud credentials and region configuration which are appropriate for this purpose. The included script fetches API metadata from api.aliyun.com (expected).
Instruction Scope
Instructions are scoped to discovery and management of Alibaba Cloud Green APIs. They reference environment variables and the Alibaba shared credentials file (~/.alibabacloud/credentials), call the documented meta endpoints, and direct outputs to a local output/ directory. There are no instructions to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with one small Python script; there is no install spec and no downloads from third-party URLs. The script uses urllib to fetch public metadata — low install/runtime risk.
Credentials
SKILL.md requires Alibaba Cloud credentials (ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET and optional ALICLOUD_REGION_ID) and optionally the shared credentials file — these are proportional to the stated function. Minor inconsistency: the registry metadata lists 'Required env vars: none' while the runtime instructions do expect credentials; users should be aware to supply appropriate credentials.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and does not request elevated platform persistence. It only writes artifacts to its own output directory and does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-green-moderation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-green-moderation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-green-moderation skill. - Provides management of Alibaba Cloud Content Moderation (Green) via OpenAPI/SDK, including resource and policy operations. - Supports common actions: list, create, update, status check, and workflow troubleshooting. - Details credential priority (environment variables, then shared config file). - Offers quickstart scripts and validation guidance. - Establishes output policies for evidence and result storage.
元数据
Slug aliyun-green-moderation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aliyun Green Moderation 是什么?

Use when managing Alibaba Cloud Content Moderation (Green) via OpenAPI/SDK, including the user needs content moderation resource and policy operations, inclu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Aliyun Green Moderation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-green-moderation」即可一键安装,无需额外配置。

Aliyun Green Moderation 是免费的吗?

是的,Aliyun Green Moderation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aliyun Green Moderation 支持哪些平台?

Aliyun Green Moderation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aliyun Green Moderation?

由 cinience(@cinience)开发并维护,当前版本 v1.0.0。

💬 留言讨论