Install
openclaw skills install clawhub-publish-mother-skillWorkflow for publishing and updating OpenClaw skills on ClawHub using verified token authentication and validation checks.
openclaw skills install clawhub-publish-mother-skillDescription: Comprehensive workflow for publishing OpenClaw skills to ClawHub - with working token authentication method confirmed.
Status: ✅ AUTHENTICATION VERIFIED (Version 1.2.0)
npm install -g clawhubclh_clh_aEv-hIyAS42nOClecciC_svRODF4Ug6Ema4PfaXNFoY# Get token from: https://clawhub.ai/settings/tokens
# Then authenticate:
clawhub login --token "YOUR_TOKEN_HERE" --no-browser
# Verify:
clawhub whoami
# Should show: ✔ your-username
cd /path/to/your-skill
# Validate skill structure
./scripts/validate.sh
# Check for personal information
grep -i "C:\\\\\|/home/\|password\|token\|secret" SKILL.md || echo "Clean"
# Dry run first
clawhub publish . --dry-run
# Actual publish
clawhub publish . \
--slug "your-unique-slug" \
--name "Skill Display Name" \
--version "1.0.0" \
--changelog "Initial release"
# Slug rules:
# - Lowercase, hyphens only
# - Must be globally unique
# - If taken, append "-v2" or "-backup"
# Check skill was published
clawhub inspect your-slug
# Test installation
clawhub install your-slug --dry-run
# Visit on web: https://clawhub.ai/s/YOUR_USERNAME/your-slug
Symptoms: "Not logged in" even with token
Solution: Use exact command: clawhub login --token "TOKEN" --no-browser
Symptoms: "Only the owner can publish updates" Solution: Choose different slug, check availability first
Symptoms: Publishing rejected Solution: Run validation script, fix SKILL.md structure
Symptoms: Authentication suddenly stops working Solution: Generate new token from ClawHub settings
clawhub whoami
# Should return: ✔ username
# In skill directory
./scripts/validate.sh
clawhub publish . --dry-run
clawhub inspect your-slug
clawhub install your-slug --dry-run
# Check CLI version
clawhub -V
# Check authentication
clawhub whoami
# Get help
clawhub publish --help
clawhub auth --help
# List your published skills
# Visit: https://clawhub.ai/u/YOUR_USERNAME
Canine Personas:
British Phrases:
This skill evolves with community use. Found a better way? Submit a PR!
HELL YEAH, publishing mastered! 🎯
British dry humour + canine personas Put that in your pipe and smoke it!