Publisher
Make your skills easy to understand and impossible to ignore
Make your skills easy to understand and impossible to ignore
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Professional documentation and publishing for Clawdbot skills
Generate adoption-optimized READMEs and publish to GitHub + ClawdHub with one command.
jq (for JSON parsing)gh CLI (GitHub operations)clawdhub CLI (publishing)Automates the complete publishing workflow:
clawdhub install skill-publisher
cd ~/clawd/skills/your-skill skill-publisher
The script will:
The tool generates options using three proven patterns:
Keep [thing] [desired state] [timeframe]
Example: "Keep your Claude access token fresh 24/7"
[Do thing] without [pain point]
Example: "Build cross-device tools without hardcoding paths"
Automatically [action] [thing] [when]
Example: "Automatically refresh tokens before they expire"
Follows the framework from GitHub's documentation best practices:
Analyzes your SKILL.md description and generates 3 options:
Shows you all 3, lets you choose or write custom.
Uses the template from
~/clawd/templates/README-template.md:
gh CLI (guides setup if missing)gh repo create)clawdhub publishyour-skill/ โโโ SKILL.md # Required: skill description โโโ VERSION # Required: version number (e.g., "1.0.0") โโโ scripts/ # Optional: your scripts โ โโโ main.sh โโโ README.md # Generated by this tool โโโ .gitignore # Optional
No configuration needed. The tool auto-detects everything from:
SKILL.md (name, description, requirements)VERSION (version number)scripts/ (code examples, dependencies)Install GitHub CLI:
brew install gh gh auth login
Create a minimal SKILL.md:
--- name: your-skill description: Brief description of what it does ---your-skill
More details about your skill here.
Create a VERSION file:
echo "1.0.0" > VERSION
~/clawd/templates/README-template.mdMIT
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
ยฉ 2026 Torly.ai. All rights reserved.