Create high-quality skills with modular structure, progressive disclosure, and token-efficient design.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install skill-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install skill-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/skill-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Skill Builder / Creator slug: skill-builder version: 1.0.5 homepage: https://clawic.com/skills/skill-builder description: Create high-quality skills with modular structure, progressive disclosure, and token-efficient design. changelog: Added description examples table, security checklist, and improved traps with fixes metadata: {"clawdbot":{"emoji":"🛠️","requires":{"bins":[]},"os":["linux","darwin","win32"]}} ---
On first use, read setup.md for integration guidelines.
User wants to create or improve a skill. Agent guides structure, reviews content, and ensures quality.
If user wants project tracking, create folder in their home directory. See memory-template.md for the template structure.
The agent does NOT create files automatically. Always ask user first.
Skills follow this structure:
skill-name/
├── SKILL.md # Core instructions (SHORT)
├── [topic].md # On-demand details
└── references/ # Heavy docs (optional)
| Topic | File | |-------|------| | Setup process | setup.md | | Tracking projects | memory-template.md | | Patterns and examples | patterns.md |
Target 30-50 lines, max 80. Move details to auxiliary files. Every line must justify its token cost.
Level 1: Metadata (name + description) — always loaded
Level 2: SKILL.md body — when skill triggers
Level 3: Auxiliary files — on demand
One sentence, 15-25 words. Action verb first. Describes capabilities, not triggers.
| ❌ Wrong | ✅ Right | |----------|----------| | "Use when user needs PDFs" | "Process, merge, and extract PDF content" | | "Helper for Docker" | "Build, deploy, and debug Docker containers" | | "Git guide" | "Manage branches, resolve conflicts, and automate workflows" |
See patterns.md for more examples.
Every skill needs:
## When to Use — activation triggers## Core Rules — 3-7 numbered rulesIf content exceeds 20 lines or is only needed sometimes, split to separate file. Reference from Quick Reference table.
Information lives in ONE place. SKILL.md references files, doesn't duplicate content.
Read the skill as if you're an agent encountering it fresh. Is every instruction clear and necessary?
| Trap | Why it fails | Fix | |------|--------------|-----| | Explaining what X is | Models already know | Explain WHEN and HOW | | "Use when..." in description | Wastes characters | Action verbs only | | Keyword lists in description | Looks spammy | One clean sentence | | Templates inline | Bloats SKILL.md | Separate file | | Vague "observe" instructions | Gets flagged suspicious | Be specific about what data | | Undeclared file creation | Security flag | Add Data Storage section |
Install with clawhub install if user confirms:
skill-manager — manage installed skillsskill-update — update existing skillsskill-test — test skills locallyclawhub star skill-builderclawhub sync安装 Skill Builder / Creator 后,可以对 AI 说这些话来触发它
Help me get started with Skill Builder / Creator
Explains what Skill Builder / Creator does, walks through the setup, and runs a quick demo based on your current project
Use Skill Builder / Creator to create high-quality skills with modular structure, progressive disc...
Invokes Skill Builder / Creator with the right parameters and returns the result directly in the conversation
What can I do with Skill Builder / Creator in my developer & devops workflow?
Lists the top use cases for Skill Builder / Creator, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/skill-builder/ 目录(个人级,所有项目可用),或 .claude/skills/skill-builder/(项目级)。重启 AI 客户端后,用 /skill-builder 主动调用,或让 AI 根据上下文自动发现并使用。
Skill Builder / Creator 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Skill Builder / Creator 可免费安装使用。请查阅仓库了解许可证信息。
Create high-quality skills with modular structure, progressive disclosure, and token-efficient design.
Skill Builder / Creator 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Skill Builder / Creator
Identifies repetitive steps in your workflow and sets up Skill Builder / Creator to handle them automatically