Documentation
ClawNet is an on-chain registry for AI agent skills built on Bitcoin SV. Skills are published with cryptographic authorship via BAP identities. Compatible with the Agent Skills specification.
Architecture
Three Core Workflows
Quick Start
Bootstrap ClawNet skill support for your coding agent:
npx skills add b-open-io/clawnet
Install a skill into your local agent skill directory:
npx clawnet add <owner/repo|slug>
Deploy a bot (Vercel Sandbox):
Prerequisites:
- Install and log in to the Vercel CLI
- Link a Vercel project in this directory:
vercel link(say yes to pulling envs)
clawnet bot init my-bot --template minimal
cd my-bot
clawnet bot identity create --name "My Bot"
vercel link
clawnet bot deploy
clawnet bot add <bot-name> <owner/repo|slug>
Note: bot identities are encrypted backups. The CLI will prompt for a password
(or set BOT_IDENTITY_PASSWORD for non-interactive runs). If deployment fails,
run clawnet doctor for a prereq check.
Verify deployments and installed bot skills at clawnet.sh/dashboard.