← 返回 Skills 市场
stevetdp

HuaweiCloud API Docs

作者 stevetdp · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install huaweicloud-api-docs
功能描述
Find and summarize official Huawei Cloud API documentation from Huawei Cloud Help Center and Huawei Cloud developer properties. Use when the user asks about...
使用说明 (SKILL.md)

Huawei Cloud API Docs

Locate and summarize official Huawei Cloud API materials for a named cloud service.

Default to the user's current language. If the user has not established a language preference, answer in English.

Workflow

1. Resolve the service name

  • Accept Chinese names, English names, product codes, and common abbreviations such as obs, ecs, vpc, elb, cce, and iam.
  • Normalize the identified service name before searching.
  • If the abbreviation is ambiguous, list the likely candidate services first and ask the user to choose.
  • Do not pretend an ambiguous short name is resolved when the result titles suggest multiple different products.

2. Choose the retrieval path

Use the strongest path the current role can support.

A. websearch and webfetch are both available

Use this as the default path.

  • Search only official Huawei Cloud documentation and developer properties. Prefer support.huaweicloud.com, then developer.huaweicloud.com, and then official console pages when needed for API Explorer.
  • Use several targeted queries and open the most relevant official pages to verify the product match.
  • Start with queries in this shape:
    • site:support.huaweicloud.com \x3Cservice> API reference Huawei Cloud
    • site:support.huaweicloud.com \x3Cservice> developer guide Huawei Cloud
    • site:support.huaweicloud.com \x3Cservice> error codes Huawei Cloud
    • site:support.huaweicloud.com \x3Cservice> endpoints Huawei Cloud
    • site:support.huaweicloud.com \x3Cservice> API Explorer Huawei Cloud
    • site:support.huaweicloud.com \x3Cservice> SDK Huawei Cloud
  • Prefer pages that clearly match the requested service by title, breadcrumb, or body content.
  • Prefer official HTML pages when available. Use official PDF references only when the service primarily exposes docs that way.
  • Verify key facts from the opened page before summarizing them.

B. websearch is available but webfetch is not

  • Use search to identify likely official pages.
  • Provide a navigation-style answer with the most relevant official links and a limited high-level summary from titles or snippets.
  • Explicitly state that the pages were not opened and verified.
  • Do not treat search snippets as confirmed API details.

C. webfetch is available but websearch is not

  • Continue only if the user already provided one or more official Huawei Cloud links or local document contents.
  • Summarize the provided official materials after opening them.
  • If no official link or document was provided, ask the user for the exact support page URL or the precise service name and official document link.
  • Do not invent entry URLs or deep links.

D. Neither websearch nor webfetch is available

  • Do not claim to have searched the Huawei Cloud site.
  • If the user provided official links, copied page text, screenshots, or local documents, summarize those materials.
  • Otherwise, provide official Huawei Cloud entry links so the user can navigate manually:
    • Huawei Cloud Help Center: https://support.huaweicloud.com/intl/en-us/index.html
    • Huawei Cloud Developer Center: https://developer.huaweicloud.com/eu/
    • Huawei Cloud Developer Tools: https://developer.huaweicloud.com/tool.html
    • Huawei Cloud API Explorer: https://console.huaweicloud.com/apiexplorer/
    • Huawei Cloud Console (international): https://console-intl.huaweicloud.com/console/?locale=en-us
  • Tell the user to search the exact service name on those official entry pages.
  • Clearly state that the current role lacks web tools and cannot verify service-specific documentation in the current turn.
  • Do not guess undocumented API details, endpoints, SDK availability, or error codes.

3. Collect the right document set

For a normal answer, try to cover these categories when they exist:

  • API reference
  • Developer guide or quick start
  • Authentication or signature requirements
  • Endpoints, regions, and versioning
  • Error codes or common failures
  • API Explorer or debugging entry
  • SDK references or related tooling

If a category cannot be found on the official site, say so explicitly.

4. Write the answer

Use this default structure unless the user asks for a narrower answer:

  1. Service identification
  2. Document overview
  3. Authentication and prerequisites
  4. Core API capabilities
  5. Endpoints, regions, and versions
  6. Error codes, permissions, and limits
  7. SDK, API Explorer, and related docs
  8. Official links

Answer rules

  • Always identify the normalized service name you used for retrieval.
  • Always include official source links when a web-enabled path succeeded.
  • When web tools are unavailable, always include the official Huawei Cloud entry links from the fallback section.
  • Distinguish verified facts from inferences. If something is inferred from page titles or surrounding materials, label it as an inference.
  • Prefer concise but complete summaries over raw link dumps.
  • If the user asks only for one area such as error codes or endpoint format, focus on that area but still include the most relevant official links.
  • If multiple Huawei Cloud products have similar names, explain which one matched and why.
  • If the best official source is on the international documentation path, say that explicitly.
  • Never fabricate endpoint patterns, request parameters, SDK support, or document availability.

Examples

  • Find the official API documentation for Huawei Cloud OBS and summarize authentication, common error codes, and SDK support.
  • What are the core APIs for Huawei Cloud ECS? Include official links and a short explanation.
  • Where is the API Explorer entry for Huawei Cloud VPC Endpoint, and what does it cover?
  • I only have this official Huawei Cloud link. Summarize it for my team.
安全使用建议
This skill appears safe and coherent for the stated purpose. Before enabling it, confirm whether you want the agent to have websearch/webfetch access because the skill will fetch and summarize official Huawei Cloud pages when those tools are available. The skill will not ask for your cloud credentials, but avoid pasting any sensitive tokens or private docs into chat. If you need enterprise-specific or private Huawei docs, prefer providing the exact official URLs or documents rather than sharing credentials. If you have concerns about web access, the skill will still provide official entry links when web tools are unavailable.
功能分析
Type: OpenClaw Skill Name: huaweicloud-api-docs Version: 0.1.2 The skill bundle is designed to help users find and summarize official Huawei Cloud API documentation. The instructions in SKILL.md are well-structured, emphasizing the use of official sources (e.g., support.huaweicloud.com) and explicitly prohibiting the fabrication of technical details, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description (Huawei Cloud API docs) align with the SKILL.md: the skill only instructs searching and summarizing official Huawei Cloud documentation. There are no unrelated required binaries, environment variables, or config paths requested.
Instruction Scope
Runtime instructions are narrowly scoped to locating and summarizing official Huawei Cloud pages. They explicitly prefer official domains, distinguish between websearch/webfetch availability, and instruct not to invent API details. There is no instruction to read unrelated local files or to collect credentials. Note: the skill assumes the agent has websearch/webfetch tools to fetch pages for verification; if those are available, the agent will open official web pages.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, no primary credential, and no config paths. It does not request secrets or other credentials in its instructions.
Persistence & Privilege
always is false and there is no request for permanent presence or modifications to other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with elevated privileges or credential requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install huaweicloud-api-docs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /huaweicloud-api-docs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Rewrite the skill in English and add official Huawei Cloud entry links for no-web fallback
v0.1.1
Initial release: search and summarize Huawei Cloud API docs from support.huaweicloud.com
v0.1.0
Initial release of huaweicloud-api-docs. - Enables search and summarization of official Huawei Cloud service API documentation. - Supports identification of service names and product abbreviations in both Chinese and English. - Adapts retrieval and response strategy based on available tools (websearch/webfetch/user-provided links). - Prioritizes concise, structured Chinese answers with verified official documentation links. - Clearly communicates limitations if web tools or official links are not available.
元数据
Slug huaweicloud-api-docs
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

HuaweiCloud API Docs 是什么?

Find and summarize official Huawei Cloud API documentation from Huawei Cloud Help Center and Huawei Cloud developer properties. Use when the user asks about... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 HuaweiCloud API Docs?

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

HuaweiCloud API Docs 是免费的吗?

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

HuaweiCloud API Docs 支持哪些平台?

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

谁开发了 HuaweiCloud API Docs?

由 stevetdp(@stevetdp)开发并维护,当前版本 v0.1.2。

💬 留言讨论