安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent: its instructions match the stated purpose (finding and summarizing Huawei Cloud docs), it requires no installs or credentials, and its runtime guidance stays within scope.
评估建议
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 ...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
No install spec and no code files — instruction-only skill. Nothing will be downloaded or written to disk by the skill itself.
✓ 凭证需求
The skill declares no environment variables, no primary credential, and no config paths. It does not request secrets or other credentials in its instructions.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.22026/4/14
Rewrite the skill in English and add official Huawei Cloud entry links for no-web fallback
● 无害
安装命令
点击复制官方npx clawhub@latest install huaweicloud-api-docs
镜像加速npx clawhub@latest install huaweicloud-api-docs --registry https://cn.longxiaskill.com
技能文档
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
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
- Do not pretend an ambiguous short name is resolved when the result titles
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.
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
- Start with queries in this shape:
site:support.huaweicloud.com API reference Huawei Cloud
- site:support.huaweicloud.com developer guide Huawei Cloud
- site:support.huaweicloud.com error codes Huawei Cloud
- site:support.huaweicloud.com endpoints Huawei Cloud
- site:support.huaweicloud.com API Explorer Huawei Cloud
- site:support.huaweicloud.com SDK Huawei Cloud
- Prefer pages that clearly match the requested service by title, breadcrumb,
- Prefer official HTML pages when available. Use official PDF references only
- 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
- 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
- Summarize the provided official materials after opening them.
- If no official link or document was provided, ask the user for the exact
- 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
- Otherwise, provide official Huawei Cloud entry links so the user can navigate
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
- Do not guess undocumented API details, endpoints, SDK availability, or error
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:
- Service identification
- Document overview
- Authentication and prerequisites
- Core API capabilities
- Endpoints, regions, and versions
- Error codes, permissions, and limits
- SDK, API Explorer, and related docs
- 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
- Distinguish verified facts from inferences. If something is inferred from
- Prefer concise but complete summaries over raw link dumps.
- If the user asks only for one area such as error codes or endpoint format,
- If multiple Huawei Cloud products have similar names, explain which one
- If the best official source is on the international documentation path, say
- Never fabricate endpoint patterns, request parameters, SDK support, or
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.