← 返回 Skills 市场
cinience

Aliyun Ccc Manage

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-ccc-manage
功能描述
Use when managing Alibaba Cloud Cloud Call Center (CCC) via OpenAPI/SDK, including the user is working on CCC operations such as instance/resource management...
使用说明 (SKILL.md)

Category: service

Cloud Call Center

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

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: CCC
  • Default API version: 2020-07-01
  • 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-ccc-manage/

Validation

mkdir -p output/aliyun-ccc-manage
for f in skills/ai/service/aliyun-ccc-manage/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-ccc-manage/validate.txt

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

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/aliyun-ccc-manage/.
  • 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 appears to do what it says (discover CCC OpenAPI metadata and help operate CCC via Alibaba Cloud APIs), but the published metadata failed to declare that it needs Alibaba Cloud credentials. Before installing or running it: 1) only use least-privilege ALICLOUD credentials and prefer a dedicated read-only account for discovery; 2) confirm the skill metadata is updated to declare required env vars (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID) and a primary credential; 3) review the output/aliyun-ccc-manage/ folder after runs to ensure no secrets were written; 4) if you have doubts about the source (homepage unknown, owner ID unfamiliar), ask the publisher for provenance or a signed release. The mismatch between declared requirements and runtime instructions is why this is marked 'suspicious' rather than 'benign.'
功能分析
Type: OpenClaw Skill Name: aliyun-ccc-manage Version: 1.0.0 The skill bundle is designed for managing Alibaba Cloud Cloud Call Center (CCC) resources using official OpenAPI metadata. The primary script, 'scripts/list_openapi_meta_apis.py', fetches public API documentation from official Alibaba Cloud endpoints (api.aliyun.com) and saves the results locally. The instructions in SKILL.md follow standard security practices for Alibaba Cloud credential management and do not contain any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The skill is genuinely about Alibaba Cloud CCC management and includes a small metadata-fetching script and instructions to use the Alibaba Cloud OpenAPI/SDK — these are coherent with the name/description. However, the registry metadata declares no required environment variables or primary credential even though the runtime instructions explicitly require ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET (and optionally ALICLOUD_REGION_ID) or a shared credentials file. The missing declaration is an incoherence.
Instruction Scope
SKILL.md confines runtime actions to discovering API metadata, calling CCC APIs via SDK/OpenAPI Explorer, and writing artifacts under output/aliyun-ccc-manage/. The included script only fetches public API metadata from api.aliyun.com and writes JSON/MD to the output directory. This is within the stated scope. Note: SKILL.md instructs to include 'key parameters' in evidence files — be cautious that outputs might accidentally include sensitive identifiers or other context you don't want persisted.
Install Mechanism
No install spec; this is an instruction-only skill with a small Python script. No external downloads or package installs are requested, which is low-risk.
Credentials
The SKILL.md requires Alibaba Cloud credentials (env vars ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID) or a shared config file, but the skill metadata lists no required env vars and no primary credential. That mismatch is a problem: a consumer of the skill would not be alerted by the registry metadata that secrets are needed. Requiring cloud credentials is proportionate to the purpose, but the credential requirements must be declared explicitly and limited to least-privilege.
Persistence & Privilege
The skill is not force-installed (always:false) and does not request persistent system-wide privileges. It writes only to its own output directory and does not modify other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-ccc-manage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-ccc-manage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-ccc-manage skill. - Enables management of Alibaba Cloud Cloud Call Center (CCC) via OpenAPI/SDK. - Supports instance/resource management, configuration updates, status checks, and API workflow troubleshooting. - Prioritizes credential loading from environment variables, then shared config files. - Outlines standard operational workflows and high-frequency API operation patterns. - Provides scripts for API discovery and validation, saving outputs under a defined directory for reproducibility. - Includes prerequisites and references for proper setup and usage.
元数据
Slug aliyun-ccc-manage
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aliyun Ccc Manage 是什么?

Use when managing Alibaba Cloud Cloud Call Center (CCC) via OpenAPI/SDK, including the user is working on CCC operations such as instance/resource management... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 Aliyun Ccc Manage?

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

Aliyun Ccc Manage 是免费的吗?

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

Aliyun Ccc Manage 支持哪些平台?

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

谁开发了 Aliyun Ccc Manage?

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

💬 留言讨论