← 返回 Skills 市场
cinience

Aliyun Aimiaobi Generate

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-aimiaobi-generate
功能描述
Use when managing Alibaba Cloud Quan Miao (AiMiaoBi) via OpenAPI/SDK, including the user asks for Alibaba Cloud MiaoBi content operations, including listing...
使用说明 (SKILL.md)

Category: service

Quan Miao

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

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: AiMiaoBi
  • Default API version: 2023-08-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-aimiaobi-generate/

Validation

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

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

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/aliyun-aimiaobi-generate/.
  • 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) Treat the package metadata omission as a warning — SKILL.md expects Alibaba Cloud credentials (ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET) and may read ~/.alibabacloud/credentials; confirm you are willing to provide those. 2) Use least-privilege credentials or temporary/role-based credentials scoped to the AiMiaoBi APIs only. 3) Inspect the outputs directory before sharing them — evidence files may contain resource identifiers or other context you consider sensitive. 4) Because the skill source/homepage is unknown, consider doing a quick code review (the included Python script only fetches public api.aliyun.com metadata) and run the provided validation (py_compile) in an isolated environment. 5) Ask the publisher to update the registry metadata to declare required env vars/primary credential so the credential requirement is explicit. If you cannot verify the publisher or do not want to provide cloud credentials, do not install or run this skill.
功能分析
Type: OpenClaw Skill Name: aliyun-aimiaobi-generate Version: 1.0.0 The skill bundle is a legitimate tool for managing Alibaba Cloud's AiMiaoBi (Quan Miao) service. The included Python script (scripts/list_openapi_meta_apis.py) fetches API metadata from official Alibaba Cloud endpoints (api.aliyun.com) and saves it locally for discovery, with no evidence of credential exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name, description, and included script (which fetches AiMiaoBi OpenAPI metadata) are consistent: the skill legitimately needs Alibaba Cloud access to perform management tasks. However, the registry metadata declares no required credentials or primaryEnv while the SKILL.md explicitly instructs use of ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID or ~/.alibabacloud/credentials. The missing declaration is an inconsistency.
Instruction Scope
SKILL.md instructs the agent to read environment variables and fall back to the shared credentials file (~/.alibabacloud/credentials) and to write output artifacts including 'key parameters (region/resource id/time range)' to output/. The instructions therefore reference accessing local credential files and environment variables that are not listed in the skill's declared requirements — this mismatch expands the runtime scope and should be clarified before use.
Install Mechanism
This is an instruction-only skill with no install spec. That minimizes install-time risk; the included Python script is small, uses urllib to fetch public api.aliyun.com metadata, and writes to a local output directory.
Credentials
The SKILL.md requests Alibaba Cloud access keys (and an optional region) which are proportionate to the stated purpose. However, the skill package metadata does not list these required env vars or a primary credential, creating an opaque credential requirement. The skill does not request unrelated credentials, but the omitted declaration is a red flag.
Persistence & Privilege
The skill does not request permanent/always presence (always: false) and contains no install hooks. It only writes artifacts under its own output/ directory and does not modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-aimiaobi-generate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-aimiaobi-generate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-aimiaobi-generate skill: - Enables management of Alibaba Cloud Quan Miao (AiMiaoBi) resources using official OpenAPI/SDK. - Supports operations such as listing resources, managing configurations, querying runtime status, and diagnosing API or workflow failures. - Prioritizes credential sourcing from environment variables, with shared config as fallback. - Includes quickstart and validation steps for running scripts and verifying output. - Requires outputs and artifacts to be saved in a dedicated skill output directory for traceability and reproducibility. - Guidance provided for API discovery, typical usage patterns, and handling output evidence.
元数据
Slug aliyun-aimiaobi-generate
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aliyun Aimiaobi Generate 是什么?

Use when managing Alibaba Cloud Quan Miao (AiMiaoBi) via OpenAPI/SDK, including the user asks for Alibaba Cloud MiaoBi content operations, including listing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 Aliyun Aimiaobi Generate?

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

Aliyun Aimiaobi Generate 是免费的吗?

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

Aliyun Aimiaobi Generate 支持哪些平台?

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

谁开发了 Aliyun Aimiaobi Generate?

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

💬 留言讨论