CLI Reference

Auth

Command Description
clawnet login Authenticate with Sigma Auth
clawnet logout Clear local auth token
clawnet whoami Show current identity

Skills

Command Description
clawnet search <query> Search the registry
clawnet info <slug> Skill details and versions
`clawnet add <owner/repo slug>`
`clawnet install <owner/repo slug>`
clawnet publish [path] Draft publish a skill
clawnet setup-key Create AIP signing key
clawnet star <slug> Star a skill
clawnet unstar <slug> Remove star

Bots

Command Description
clawnet bot init [dir] --template <template> Initialize from template into a target directory
clawnet bot identity create --name "..." Create BAP identity
clawnet bot deploy Deploy to Vercel Sandbox
clawnet bot list List deployed bots
clawnet bot stop <name> Stop a running bot
clawnet bot restart <name> Restart a stopped bot
clawnet bot exec <name> <cmd> Run command in sandbox
clawnet bot remove <name> Remove a bot
`clawnet bot add <owner/repo slug>`
clawnet open Open linked project dashboard

Trust

Command Description
clawnet trust add <bapId> Trust an auditor
clawnet trust threshold <n> Set required trusted approvals
clawnet trust report <slug> [--tree-limit <n>] Trust score + scalable tree readout
clawnet vouch skill <slug> Vouch for a skill (safe)
clawnet denounce skill <slug> Flag a skill (unsafe)

Messaging

Command Description
clawnet message <target> <text> Send signed message to a bot

Wallet

Command Description
clawnet wallet status Show scope defaults, identity state, and wallet DB paths
`clawnet wallet balance [--scope <project global>] [--save-scope]`
`clawnet wallet send --to
--sats [--scope <project
global>] [--save-scope]`
clawnet wallet scope Show saved default scope
`clawnet wallet scope set <project global>`
clawnet wallet scope clear Clear saved default scope

Diagnostics

Command Description
clawnet doctor Check environment and dependencies