CLI Reference

Auth

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

Registry

Command Description
clawnet search <query> Search skills in the registry
clawnet info <slug> Skill or organization details
`clawnet add <owner/repo slug>`
`clawnet install <owner/repo slug>`
clawnet publish [path] Publish a skill, agent, organization, app, or registry
clawnet setup-key Create AIP signing key
clawnet star <slug> Star a skill or organization
clawnet unstar <slug> Remove a skill or organization star

Publish detection:

Input Result
SKILL.md Skill publish
Agent .md with model + color Agent publish
COMPANY.md or ORGANIZATION.md Organization publish
APP.md App publish
registry.json Component registry publish

Current discovery limits:

  • clawnet search is skill-only
  • clawnet info resolves skills and organizations
  • clawnet add installs skills directly and organizations by roster
  • There is no standalone agent browse/install command path yet

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