MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Design & Media
🎨

Skill Creator

A meta-skill that guides Claude through designing, building, and packaging high-quality skills for the skills marketplace.

chinddenv0.1.0
ProductivityAI PoweredAutomationNo-CodeDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install skill-creator
91Stars
24.7kDownloads
131Current Installs
784All-time Installs
📦
v0.1.0Version
📅
Mar 5, 2026Updated
View Source(ClawHub)

Skill Creator Skill Overview

Skill Creator is a meta-skill that teaches Claude how to build other skills. It provides structured guidance for designing modular skill packages — covering file structure, content strategy, bundled resources, and the full creation workflow from initial concept to a distributable .skill file. Install this when you want Claude to help you create a new skill or improve an existing one that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install skill-creator
or

Click the Install button at the top of this page for one-click setup

When to Use Skill Creator

Best Fit

  • Building a new skill from scratch — You have a domain, workflow, or tool integration you want to package as a reusable skill and need guidance on structure, content, and best practices.
  • Improving an existing skill — You have a skill that isn't triggering reliably, is bloating the context window, or lacks useful bundled resources and want a principled review.
  • Designing skill architecture — You're unsure how to split content between SKILL.md, scripts/, references/, and assets/, and want a framework for making those decisions.
  • Packaging and distributing a skill — You're ready to validate and bundle a skill directory into a .skill file for sharing.

When Not to Use

  • You just want to use an existing skill — This skill is specifically for creating skills, not for using them in domain tasks.
  • Your task is a one-off — If you only need Claude to perform a specialized task once and don't intend to reuse it, creating a full skill package is overkill.

Key Features

Structured Six-Step Creation Workflow

Guides Claude through a repeatable process: understand the skill with concrete examples, plan reusable contents, initialize the directory, edit SKILL.md and resources, package the skill, and iterate. Each step has clear entry/exit criteria so nothing is skipped without good reason.

Progressive Disclosure Design Principle

Skills use a three-level loading system — metadata (~100 words, always in context), SKILL.md body (loaded on trigger, kept under 500 lines), and bundled resources (loaded only when needed). This skill teaches you to apply this principle so your skills stay lean and context-efficient.

Calibrated Degrees of Freedom

Explains when to give Claude high freedom (open text instructions), medium freedom (pseudocode with parameters), or low freedom (specific scripts with minimal variation). Matching specificity to task fragility is central to writing effective skills.

Bundled Resource Strategy

Covers the three resource types — scripts/ for deterministic executable code, references/ for documentation loaded on demand, and assets/ for output files like templates and images. Provides concrete examples and guidance on when each type is appropriate.

Automated Init and Packaging Scripts

Uses init_skill.py to scaffold a new skill directory with proper frontmatter, placeholder instructions, and example resource folders. Uses package_skill.py to validate structure, check description quality, and produce a distributable .skill zip file.

Frontmatter and Description Best Practices

The description field is the primary trigger mechanism — it must clearly state what the skill does and when to use it. This skill provides explicit guidance and examples for writing descriptions that reliably trigger the right skill at the right time.

Use Cases

Creating a company knowledge skill

A team wants Claude to answer questions using internal database schemas, API specs, and business policies. Using Skill Creator, they plan a references/ directory with domain-split files (finance.md, sales.md), write a focused SKILL.md, and package it for distribution to their team.

Building a PDF editing skill

A user frequently asks Claude to rotate, extract text from, or fill forms in PDFs. Skill Creator guides them to identify the repeated code, create a scripts/rotate_pdf.py, and write a SKILL.md that tells Claude when and how to use it — eliminating redundant code generation every session.

Scaffolding a frontend template skill

A developer wants Claude to always start new web apps from a consistent React boilerplate. Skill Creator leads them to store the template in assets/hello-world/ and write instructions that tell Claude to copy and adapt it rather than writing boilerplate from scratch each time.

Iterating on a skill that isn't triggering reliably

An existing skill isn't being invoked when expected. Skill Creator's guidance on frontmatter descriptions — specifically putting all "when to use" context in the description field, not the body — helps diagnose and fix the triggering problem.

Connecting to VM...
npx clawhub@latest install skill-creator
91Stars
24.7kDownloads
131Current Installs
784All-time Installs
📦
v0.1.0Version
📅
Mar 5, 2026Updated
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!