/install aliyun-skill-creator
Category: tool
Alibaba Cloud Skill Creator
Repository-specific skill engineering workflow for alicloud-skills.
Use this skill when
- Creating a new skill under
skills/**. - Importing an external skill and adapting it to this repository.
- Updating skill trigger quality (
nameanddescriptionin frontmatter). - Adding or fixing smoke tests under
tests/**. - Running structured benchmark loops before merge.
Do not use this skill when
- The user only needs to execute an existing product skill.
- The task is purely application code under
apps/with no skill changes.
Repository constraints (must enforce)
- Skills live under
skills/\x3Cdomain>/\x3Csubdomain>/\x3Cskill-name>/. - Skill folder names use kebab-case and should start with
alicloud-. - Every skill must include
SKILL.mdfrontmatter withnameanddescription. skills/**/SKILL.mdcontent must stay English-only.- Smoke tests must be in
tests/\x3Cdomain>/\x3Csubdomain>/\x3Cskill-name>-test/SKILL.md. - Generated evidence goes to
output/\x3Cskill-or-test-skill>/only. - If skill inventory changes, refresh README index with
scripts/update_skill_index.sh.
Standard deliverable layout
skills/\x3Cdomain>/\x3Csubdomain>/\x3Cskill-name>/
├── SKILL.md
├── agents/openai.yaml
├── references/
│ └── sources.md
└── scripts/ (optional)
tests/\x3Cdomain>/\x3Csubdomain>/\x3Cskill-name>-test/
└── SKILL.md
Workflow
- Capture intent
- Confirm domain/subdomain and target skill name.
- Confirm whether this is new creation, migration, or refactor.
- Confirm expected outputs and success criteria.
- Implement skill changes
- For new skills: scaffold structure and draft
SKILL.md+agents/openai.yaml. - For migration from external repo: copy full source tree first, then adapt.
- Keep adaptation minimal but explicit:
- Replace environment-specific instructions that do not match this repo.
- Add repository validation and output discipline sections.
- Keep reusable bundled resources (
scripts/,references/,assets/).
- Add smoke test
- Create or update
tests/**/\x3Cskill-name>-test/SKILL.md. - Keep it minimal, reproducible, and low-risk.
- Include exact pass criteria and evidence location.
- Validate locally
Run script compile validation for the skill:
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/\x3Cdomain>/\x3Csubdomain>/\x3Cskill-name> \
--output output/\x3Cskill-name>-test/compile-check.json
Refresh skill index when inventory changed:
scripts/update_skill_index.sh
Confirm index presence:
rg -n "\x3Cskill-name>" README.md README.zh-CN.md README.zh-TW.md
Optional broader checks:
make test
make build-cli
- Benchmark loop (optional, for major skills)
If the user asks for quantitative skill evaluation, reuse bundled tooling:
scripts/run_eval.pyscripts/aggregate_benchmark.pyeval-viewer/generate_review.py
Prefer placing benchmark artifacts in a sibling workspace directory and keep per-iteration outputs.
Definition of done
- Skill path and naming follow repository conventions.
- Frontmatter is complete and trigger description is explicit.
- Test skill exists and has objective pass criteria.
- Validation artifacts are saved under
output/. - README skill index is refreshed if inventory changed.
References
references/schemas.mdreferences/sources.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-skill-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-skill-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Skill Creator 是什么?
Use when creating, migrating, or optimizing skills for this alicloud-skills repository. Use whenever users ask to add a new skill, import an external skill,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Aliyun Skill Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-skill-creator」即可一键安装,无需额外配置。
Aliyun Skill Creator 是免费的吗?
是的,Aliyun Skill Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Skill Creator 支持哪些平台?
Aliyun Skill Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Skill Creator?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。