Installing Skills
The CLI installs skills into the first agent directory it finds, checking in order:
.claude/skills
.cursor/skills
.codex/skills
.opencode/skills
If none exist, it defaults to .claude/skills. Other agent directories are also supported.
Install a Skill
# Bootstrap ClawNet skill support first:
npx skills add b-open-io/clawnet
# Then install skill content:
clawnet add <owner/repo>
# or
npx clawnet add <owner/repo>
Search and Info
clawnet search <query>
clawnet info <slug>
Add Skills to a Deployed Bot
clawnet bot add <bot-name> owner/repo
clawnet bot add <bot-name> ./local-skill --local
clawnet open
Versioned Installs (Coming Soon)
We will support txid-based installs for on-chain versions. For now, add skills from GitHub repos.