Install
openclaw skills install aliyun-skill-creatorUse when creating, migrating, or optimizing skills for this alicloud-skills repository. Use whenever users ask to add a new skill, import an external skill, refactor skill structure, improve trigger descriptions, add smoke tests under tests/**, or benchmark skill quality before merge.
openclaw skills install aliyun-skill-creatorCategory: tool
Repository-specific skill engineering workflow for alicloud-skills.
skills/**.name and description in frontmatter).tests/**.apps/ with no skill changes.skills/<domain>/<subdomain>/<skill-name>/.alicloud-.SKILL.md frontmatter with name and description.skills/**/SKILL.md content must stay English-only.tests/<domain>/<subdomain>/<skill-name>-test/SKILL.md.output/<skill-or-test-skill>/ only.scripts/update_skill_index.sh.skills/<domain>/<subdomain>/<skill-name>/
├── SKILL.md
├── agents/openai.yaml
├── references/
│ └── sources.md
└── scripts/ (optional)
tests/<domain>/<subdomain>/<skill-name>-test/
└── SKILL.md
SKILL.md + agents/openai.yaml.scripts/, references/, assets/).tests/**/<skill-name>-test/SKILL.md.Run script compile validation for the skill:
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/<domain>/<subdomain>/<skill-name> \
--output output/<skill-name>-test/compile-check.json
Refresh skill index when inventory changed:
scripts/update_skill_index.sh
Confirm index presence:
rg -n "<skill-name>" README.md README.zh-CN.md README.zh-TW.md
Optional broader checks:
make test
make build-cli
If the user asks for quantitative skill evaluation, reuse bundled tooling:
scripts/run_eval.pyscripts/aggregate_benchmark.pyeval-viewer/generate_review.pyPrefer placing benchmark artifacts in a sibling workspace directory and keep per-iteration outputs.
output/.references/schemas.mdreferences/sources.md