I need help creating or optimizing an AgentSkill.
Skill name:
[your-skill-name]
Purpose:
What the skill does and when it should activate.
Triggers:
What kinds of tasks or questions should activate this skill.
Tools needed:
Any tools, commands, or APIs the skill will use.
Reference docs:
Docs or specs that should live in references/ for on-demand loading.
Existing skill (if applicable):
Path to the current SKILL.md if this is a refactor.
Please:
- Create or optimize the skill following AgentSkills best practices
- Keep the core workflow in SKILL.md and move details into references/
- Keep SKILL.md under ~500 lines
- Validate the structure using the AgentSkills validator
- Show the final file structure and contents
1---2name: skill-builder-prompt-workflow3description: 技能构建提示词工厂4---56# 技能构建提示词工厂78## 适用场景9| 方法论 | AgentSkills 规范 | 统一技能结构与触发规则 | [agentskills.io](https://agentskills.io/) |;## 稳定自动版(可长期运行)1011## 功能说明12# 技能构建提示词工厂1314> 用一份标准提示词,持续产出更短、更稳、更省 token 的 AgentSkill。1516## 这个案例能帮你做什么1718- 把“写技能”从一次性创作变成可复用流程。19- 强制 SKILL.md 聚焦核心流程,避免文件膨胀。20- 将细节分流到 `references/`,提升维护性和上下文效率。2122## 你需要的 Skills(按类型)2324| 类型 | Skill / 工具 | 用途 | 来源 |25|---|---|---|---|26| 方法论 | AgentSkills 规范 | 统一技能结构与触发规则 | [agentskills.io](https://agentskills.io/) |27| 内置(可选) | 文件系统工具 | 创建/重构技能目录 | OpenClaw Built-in |2829## 快速体验版(先跑一轮)3031直接复制原文模板,让 OpenClaw 生成一个新技能:3233```text34I need help creating or optimizing an AgentSkill.3536Skill name:37[your-skill-name]3839Purpose:40What the skill does and when it should activate.4142Triggers:43What kinds of tasks or questions should activate this skill.4445Tools needed:46Any tools, commands, or APIs the skill will use.4748Reference docs:49Docs or specs that should live in references/ for on-demand loading.5051Existing skill (if applicable):52Path to the current SKILL.md if this is a refactor.5354Please:55- Create or optimize the skill following AgentSkills best practices56- Keep the core workflow in SKILL.md and move details into references/57- Keep SKILL.md under ~500 lines58- Validate the structure using the AgentSkills validator59- Show the final file structure and contents60```6162## 稳定自动版(可长期运行)6364### 1) 新建技能(原文示例)6566- 明确 `Skill name / Purpose / Triggers / Tools needed / Reference docs`67- 强制 `SKILL.md` 控制在 ~500 行以内6869### 2) 重构现有技能(原文示例)7071- 指定现有路径:`~/.openclaw/workspace/skills/.../SKILL.md`72- 目标:从 1800 行降到 ~500 行73- 细节迁移到 `references/`7475### 3) 推荐目录(原文)7677```text78skills/79└── your-skill-name/80 ├── SKILL.md81 ├── references/82 │ ├── api-docs.md83 │ └── examples.md84 └── scripts/85 └── helper.sh86```8788## 成功标准89- SKILL.md 聚焦触发与核心流程,无冗余说明。90- 细节文档分离到 references,按需加载。91- 技能可维护、可复用、token 开销可控。9293## 源文件94来源:awesome-openclaw-zh 95原始文件:skill-builder-prompt-workflow.md
Run npx skillmds@latest add yangyuchen-work/skill-builder-prompt-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
技能构建提示词工厂 It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: makes network calls, reads secrets. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.