← 返回 Skills 市场
cinience

Alicloud Security Content Moderation Green

作者 cinience · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
1221
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install alicloud-security-content-moderation-green
功能描述
Manage Alibaba Cloud Content Moderation (Green) via OpenAPI/SDK. Use whenever the user needs content moderation resource and policy operations, including lis...
使用说明 (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/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
安全使用建议
Before installing or running this skill: (1) Ask the author/maintainer to update the skill metadata to explicitly declare required env vars (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID) and any config path (~/.alibabacloud/credentials). (2) Only provide least-privilege credentials (prefer read-only scope or a narrowly-scoped role) and test in a non-production account first. (3) Understand that SKILL.md allows mutating APIs (Create/Update); if you only need inventory/read operations request a read-only version. (4) Confirm whether the agent will run those mutating operations autonomously — if you want to prevent automatic changes, deny or rotate credentials or require explicit user approval for mutations. (5) If you need higher assurance, request the author publish the code in a public repo and include a manifest declaring required envs and an explicit list of API calls the skill may make. If the manifest is corrected to list only read-only credentials and the skill is limited to metadata fetching/listing, the incoherence would be resolved and my concern would be reduced.
功能分析
Type: OpenClaw Skill Name: alicloud-security-content-moderation-green Version: 1.0.3 The skill bundle provides legitimate tools and instructions for managing Alibaba Cloud Content Moderation (Green) services. The primary script, `scripts/list_openapi_meta_apis.py`, fetches API metadata from official Alibaba Cloud endpoints (api.aliyun.com) to assist the agent in discovering available operations, and the credential handling instructions in SKILL.md follow standard cloud provider practices without any evidence of exfiltration or unauthorized execution.
能力评估
Purpose & Capability
The skill is for Alibaba Cloud Content Moderation (Green) and the included script and docs point at the official Alibaba API metadata endpoints — that matches the stated purpose. However, the registry metadata lists no required credentials or config paths while the SKILL.md explicitly requires Alibaba Cloud access keys and may perform create/update operations. The omission of those required credentials from the skill manifest is an inconsistency.
Instruction Scope
SKILL.md instructs the agent to call OpenAPI/SDK methods including List/Create/Update/Modify operations and to use credentials from environment variables or ~/.alibabacloud/credentials. The included script only fetches public API metadata, but the textual instructions authorize mutating cloud APIs and reading shared config (~/.alibabacloud/credentials). The manifest did not declare read access to that config path, so the runtime instructions allow broader scope than the declared skill footprint.
Install Mechanism
There is no install spec and only one small Python script which queries a public Alibaba API metadata URL. No downloads from unknown hosts or archive extraction are used. This is low-risk from an install perspective.
Credentials
SKILL.md requires ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and optionally ALICLOUD_REGION_ID (and references ~/.alibabacloud/credentials). Yet the skill metadata declares no required environment variables or primary credential. Requesting cloud credentials for a skill that can perform mutating operations is reasonable — but the manifest should explicitly list and justify them. The current mismatch could cause a user to grant credentials without realizing the skill will use them for mutations.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or attempt to modify other skills' configuration. Autonomous invocation is allowed (platform default) but not combined with any additional privileged flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alicloud-security-content-moderation-green
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alicloud-security-content-moderation-green 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
batch publish from alicloud-skills on 2026-03-11
v1.0.2
batch publish from alicloud-skills on 2026-02-13
v1.0.1
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
v1.0.0
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
元数据
Slug alicloud-security-content-moderation-green
版本 1.0.3
许可证 MIT-0
累计安装 3
当前安装数 2
历史版本数 4
常见问题

Alicloud Security Content Moderation Green 是什么?

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

如何安装 Alicloud Security Content Moderation Green?

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

Alicloud Security Content Moderation Green 是免费的吗?

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

Alicloud Security Content Moderation Green 支持哪些平台?

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

谁开发了 Alicloud Security Content Moderation Green?

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

💬 留言讨论