Skill Builder / Creator

Create high-quality skills with modular structure, progressive disclosure, and token-efficient design.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Skill Builder / Creator" with this command: npx skills add ivangdavila/skill-builder

Setup

On first use, read setup.md for integration guidelines.

When to Use

User wants to create or improve a skill. Agent guides structure, reviews content, and ensures quality.

Data Storage

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.

Architecture

Skills follow this structure:

skill-name/
├── SKILL.md           # Core instructions (SHORT)
├── [topic].md         # On-demand details
└── references/        # Heavy docs (optional)

Quick Reference

TopicFile
Setup processsetup.md
Tracking projectsmemory-template.md
Patterns and examplespatterns.md

Core Rules

1. SKILL.md Must Be Short

Target 30-50 lines, max 80. Move details to auxiliary files. Every line must justify its token cost.

2. Progressive Disclosure

Level 1: Metadata (name + description) — always loaded
Level 2: SKILL.md body — when skill triggers
Level 3: Auxiliary files — on demand

3. Descriptions Are Critical

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.

4. Required Structure

Every skill needs:

  • Frontmatter: name, slug, version, description
  • ## When to Use — activation triggers
  • ## Core Rules — 3-7 numbered rules

5. Auxiliary Files Over Inline Content

If content exceeds 20 lines or is only needed sometimes, split to separate file. Reference from Quick Reference table.

6. No Redundancy

Information lives in ONE place. SKILL.md references files, doesn't duplicate content.

7. Test Before Publish

Read the skill as if you're an agent encountering it fresh. Is every instruction clear and necessary?

Skill Building Traps

TrapWhy it failsFix
Explaining what X isModels already knowExplain WHEN and HOW
"Use when..." in descriptionWastes charactersAction verbs only
Keyword lists in descriptionLooks spammyOne clean sentence
Templates inlineBloats SKILL.mdSeparate file
Vague "observe" instructionsGets flagged suspiciousBe specific about what data
Undeclared file creationSecurity flagAdd Data Storage section

Related Skills

Install with clawhub install <slug> if user confirms:

  • skill-manager — manage installed skills
  • skill-update — update existing skills
  • skill-test — test skills locally

Feedback

  • If useful: clawhub star skill-builder
  • Stay updated: clawhub sync

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated