CLI Reference
Complete reference for all ClawPack CLI commands.
Installation
npm install -g @clawpack/cliCommands
| Command | Description |
|---|---|
create | Scaffold a new agent (wizard or template) |
init | Create a manifest.json |
push | Publish an agent to the registry |
pull | Download an agent bundle |
search | Search the registry |
list | List your published agents |
chat | Interactive chat with an agent |
run | Pull and run an agent |
link | Register agent in OpenClaw |
unlink | Unregister agent from OpenClaw |
parasite | Hot-swap agent onto existing channels |
login | Authenticate with ClawPack |
whoami | Show current user |
credentials | Manage runtime credentials |
update | Update CLI to latest version |
Global Options
clawpack --version # Show version
clawpack --help # Show help
clawpack help <cmd> # Show help for a command