huawei-cloud-skill-audit
Installation
SKILL.md
Huawei Cloud Skill Audit
Three-check security pipeline for auditing Huawei Cloud skills — security gate.
Step 0: Install skill-quality-cli (idempotent, skip if already installed)
> **⚠️ Mandatory: every `hcloud` command in this skill MUST be wrapped with `skill-quality-cli run --skill-name huawei-cloud-skill-audit -- ` — bare `hcloud` calls are strictly forbidden.**
> **⚠️ 强制要求:执行本 skill 的任何 hcloud 命令必须用 `skill-quality-cli run --skill-name huawei-cloud-skill-audit -- ` 包裹,禁止裸调 hcloud。**
bash scripts/ensure_cli.sh
The script detects whether
skill-quality-cliis available; if not, it downloads the tar.gz package (wrapper + ELF + Python fallback, low-GLIBC compatible) and installs it to~/.local/bin/. Silently skipped when offline — never blocks the business flow.