Install skills from SemanticSkills into Hermes Agent — Huawei Community Edition, community-maintained, not official Huawei Cloud. Same SKILL.md + references/ bundle as npx skills add.
| Skill | Use when |
|---|---|
huawei-cloud-billing-scout |
Past spend — balance, bills, reconciliation, coupons |
huawei-cloud-cost-estimation |
Pre-order quotes — period & on-demand RFQ |
hermes skills install ontology-of-everything/SemanticSkills/huawei-cloud-billing-scout -y
hermes skills install ontology-of-everything/SemanticSkills/huawei-cloud-cost-estimation -yUses the published tree on GitHub. To pick up local edits before push, sync the install bundle instead (below).
Hermes does not install from a filesystem path reliably; copy the install payload:
rsync -a --delete \
./skills/huawei-cloud-billing-scout/ \
~/.hermes/skills/huawei-cloud-billing-scout/
rsync -a --delete \
./skills/huawei-cloud-cost-estimation/ \
~/.hermes/skills/huawei-cloud-cost-estimation/Only SKILL.md and references/ belong in each directory — not qa/ or gate scripts.
Configure BSS credentials per Hermes / hcloud docs (HUAWEICLOUD_SDK_AK, SK, REGION in ~/.hermes or profile). Skills do not auto-install hcloud or run writes.
hermes skills list | rg huaweiOptional repo gate before sync:
./tools/validate-all.shInteraction discipline (一次只问一事): authoring.md § Interaction discipline.