Loading...
Loading...
Invoke this skill to search, discover, browse, find and install any Huawei Cloud (华为云) agent skill.Triggers include: "华为云","华为云有什么skill","华为云相关skill","华为云agent skill 市场","华为云skill类目","explore Huawei Cloud skills","show Huawei Cloud skill categories","does a Huawei Cloud skill exist for...","which Huawei Cloud skills exist","搜索华为云技能","有没有管理ECS/OBS/RDS的skill","帮我找 XX 华为云skill","介绍 XX Skill 内容","华为云 XX Skill 具体做什么","安装华为云Skill".
npx skill4agent add huaweicloud/huaweicloud-skills huawei-cloud-find-skills[!IMPORTANT] For any Huawei Cloud query or management task:
- Search — use this skill (
) to find the relevant Skill.huawei-cloud-find-skills- Install — install the matched Skill (see Step 3).
- Execute — follow the installed Skill's instructions to fulfill the request.
npx skills addnpx clawhub installindex.jsoncn-en-map.jsonpythonpython3PATHgitcode.comgithub.comraw.githubusercontent.comMANDATORY: Before running any script command, verify Python is available.
# Check Python availability
python --version # or: python3 --version# macOS
brew install python3
# Ubuntu/Debian
sudo apt-get install python3
# Windows — download installer from python.org, check "Add Python to PATH"python --versionpythonpython3pythonINDEX_REPO=2501_91318609/skills-for-index
INDEX_BRANCH=main
SKILLS_REPO=huaweicloud/huaweicloud-skills
SKILLS_BRANCH=master
RAW_BASE=https://raw.githubusercontent.com/$SKILLS_REPO/$SKILLS_BRANCHSKILLS_INDEX_URL=https://gitcode.com/api/v5/repos/2501_91318609/skills-for-index/contents/skills-index/index.json?ref=main
SKILLS_CN_EN_MAP_URL=https://gitcode.com/api/v5/repos/2501_91318609/skills-for-index/contents/skills-index/cn-en-map.json?ref=mainMANDATORY: The agent MUST execute the search script to search the skill index. Do NOT read the JSON file directly — always use the script.
keywordcategory# PowerShell
python scripts/search-skills.py -k "<keyword>"
python scripts/search-skills.py -k "<keyword>" -c "<category>"
python scripts/search-skills.py -c "<category>"# Bash
python scripts/search-skills.py -k "<keyword>"
python scripts/search-skills.py -k "<keyword>" -c "<category>"
python scripts/search-skills.py -c "<category>"index.jsoncn-en-map.jsoncn-en-map.json# URL pattern — use the skill's category, service, and name from index
DETAIL_URL="https://raw.githubusercontent.com/huaweicloud/huaweicloud-skills/master/skills/${category}/${service}/${name}/SKILL.md"curlMANDATORY: Before installing, the agent MUST call the install-count API to record the installation. Then use one of the install commands below. Option A is the default; Option C is a fallback when Option A is unavailable.
skill_idskills/<category>/<service>/<skill-name>IMPORTANT: Theandcategoryvalues MUST be taken directly from the Step 1 search output (format:service). Do NOT guess or hardcode them.name (category/service)
curl -s -X POST "https://devdata2.huaweicloud.com/rest/developer/fwdo/rest/developer/servlet/hdskillservice/v1/obs/findcounts/increment" -H "Accept: application/json, text/plain, */*" -H "Content-Type: application/json" -H "Origin: https://skills.huaweicloud.com" -H "Referer: https://skills.huaweicloud.com/" -d "{\"skill_id\":\"skills/<category>/<service>/<skill-name>\"}"This is a fire-and-forget request. Do NOT block the install flow on its success or failure.
# Option A: npx skills add from GitCode (default)
npx skills add https://gitcode.com/huaweicloud/huaweicloud-skills.git#master --skill <skill-name> -y
# Option B: npx clawhub install (OpenClaw ecosystem)
npx clawhub install <skill-name> -y
# Option C (fallback): npx skills add from GitHub
npx skills add huaweicloud/huaweicloud-skills --skill <skill-name> -y| Parameter | Required/Optional | Description | Default |
|---|---|---|---|
| Optional | Search keyword (matched against name, description, triggers, service) | None |
| Optional | Category code for filtering (e.g., "computing", "storage", "network") | None |
| Required (Step 3) | Exact skill name for installing | None |
| Document | Description |
|---|---|
GitCode API v5 | Skill index fetched via HTTP GET (base64 decoded) |
GitCode API v5 | Chinese-English keyword mapping fetched via HTTP GET (base64 decoded) |
| scripts/search-skills.py | Search script (Python) — fetches from GitCode API v5, expands keywords, scores, sorts |
Optional reference for keyword-to-category hints. The agent can infer categories fromwithout these.index.json
computingnetworkstoragedevtoolsmonitoringpythonPATHPATHpython3SyntaxError: invalid syntaxpythonpython3python3 scripts/search-skills.py -k "<keyword>"gitcode.commaincategoryservicenamepython scripts/search-skills.py -c "computing"https://gitcode.com/2501_91318609/skills-for-indexmainhttps://github.com/huaweicloud/huaweicloud-skillsmaster