skill-publishing
Installation
SKILL.md
Hermes Skill Publishing Guide
When to use
- You are preparing a skill for ClawHub publication.
- You need to update a published skill version.
- You want a short checklist for passing the security scan.
Safe login
Prefer reading the token privately instead of pasting it directly into a shared command line history.
read -s CLAWHUB_TOKEN
clawhub login --token "$CLAWHUB_TOKEN" --no-browser
unset CLAWHUB_TOKEN