clawpack pull

Download an agent bundle from the registry.

Usage

clawpack pull <owner/slug[@version]> [options]

Options

FlagDescriptionDefault
--dir <path>Extract to directory.
--linkRegister in OpenClaw after pulling
--provider <name>Auth provider for --link
--api-key <key>API key for --link
--model <model>Model for --link
--name <name>Agent name override for --link
-h, --helpShow help

Examples

# Pull latest
clawpack pull agentebox/shipwright

# Pull specific version
clawpack pull agentebox/shipwright@2.2.0

# Pull to custom directory
clawpack pull agentebox/shipwright --dir ./my-agents/

# Pull + register in OpenClaw
clawpack pull agentebox/shipwright --link

# Pull + link with auth
clawpack pull agentebox/shipwright --link --provider anthropic --api-key sk-ant-...

See Also