Creating Custom Skills
Build your own SKILL.md from scratch โ templates, naming rules, helper scripts, testing, and publishing to ClawHub
Prerequisites
Option A: Use the skill-creator Meta-Skill
skill-creator Meta-SkillYou: Create a new skill that fetches the current price of any token from
the CoinGecko API and returns the price in USD.Gclaw: I've created a new skill at workspace/skills/coingecko-price/SKILL.md.
It includes a get_token_price tool and a helpers/fetch-price.js script.
Review the files and let me know what to adjust.Option B: Build from Scratch
Step 1 โ Create the Directory
Step 2 โ Write the SKILL.md
Examples
Example 1: Healthy endpoint
Example 2: Unreachable endpoint
Error Handling
Error
Meaning
Recommended Action
Step 4 โ Test Locally
Step 5 โ Validate the SKILL.md
Naming Conventions
Convention
Correct
Incorrect
Publishing to ClawHub
Last updated