Install
openclaw skills install @huaweiclouddev/huawei-cloud-agentorchard-find-skillsSearch, discover, browse and install AI Gallery Agent skills via natural language. Triggers include: "AI Gallery", "AI Gallery有什么skill", "有什么skill", "AI Gallery相关skill", "AI Gallery agent skill 市场", "AI Gallery skill类目", "skill 市场", "搜索AI Gallery skill", "安装skill", "订阅skill", "有没有XX skill", "有没有XX的能力", "帮我找 XX skill", "帮我找一个能XX的工具", "我想扩展功能", "介绍 XX Skill 内容", "XX Skill 具体做什么", "explore AI Gallery skills", "show AI Gallery skill categories", "does an AI Gallery skill exist for...", "which AI Gallery skills exist", "search skill", "find skill".
openclaw skills install @huaweiclouddev/huawei-cloud-agentorchard-find-skillsThis skill enables the Agent to efficiently search, discover, and install skills from AI Gallery. Simply input natural language; the Agent automatically understands intent and executes searches, returning results in natural language.
This skill enables the Agent to:
devdata.huaweicloud.com)Based on user input, run the search script (execute only once):
PYTHONIOENCODING=utf-8 python scripts/search_skills.py -k "<user input>"
[!IMPORTANT] Agent must follow these rules:
- Execute only once — No repeated runs, no retries
- Output script results directly — No additional explanation, intermediate messages, or summaries
- No extra operations — Show exactly what the script outputs
- Use UTF-8 encoding — Must set
PYTHONIOENCODING=utf-8when running the script- No direct API calls — Must use the script; do not bypass it to call the API directly
The script automatically handles all scenarios:
| User Input Type | Script Output |
|---|---|
| Browse intent (e.g., "有什么skill") | Hot skills + guidance |
| Search intent (e.g., "银行") | Matching skill list |
| No results (e.g., gibberish) | Guidance |
The Agent only needs to display the script output directly to the user, without adding any extra operations.
After the user selects a skill, guide them to visit the detail page and subscribe.
Rules:
show_id is available from the search results详情页:https://pangu.huaweicloud.com/gallery/asset-detail.html?id={show_id}?id={show_id} to the userThe user clicks the "Subscribe" button on the detail page to complete installation.
| Command | Purpose |
|---|---|
PYTHONIOENCODING=utf-8 python scripts/search_skills.py -k "<keyword>" | Search skills by keyword |
| Parameter | Required | Description | Example |
|---|---|---|---|
-k, --keyword | No | Search keyword, supports space/comma/semicolon separated | -k "银行" |
--api-base | No | AI Gallery API base URL (has default) | --api-base "https://..." |
references/cli-installation-guide.md — Environment setup and prerequisitesreferences/iam-policies.md — IAM policy notes (public API, no credentials needed)references/verification-method.md — Functional verification methodsreferences/acceptance-criteria.md — Acceptance criteria and checklistreferences/dataflow-diagram.md — Data flow diagram