首页龙虾技能列表 › Aliyun Green Moderation — 技能工具

Aliyun Green Moderation — 技能工具

v1.0.0

[自动翻译] Use when managing Alibaba Cloud Content Moderation (Green) via OpenAPI/SDK, including the user needs content moderation resource and policy operations...

0· 58·0 当前·0 累计
by @cinience·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/2
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code and runtime instructions are consistent with managing Alibaba Cloud Green (content moderation) via OpenAPI; it requests the expected Alibaba Cloud credentials and only fetches public API metadata and writes local artifacts.
评估建议
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 declar...
详细分析 ▾
用途与能力
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).
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/2

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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install aliyun-green-moderation
镜像加速npx clawhub@latest install aliyun-green-moderation --registry https://cn.clawhub-mirror.com

技能文档

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 / DescribeStatus 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  --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/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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务