clawpack link

Register a pulled agent in your OpenClaw configuration.

Usage

clawpack link [path] [options]

Options

FlagDescriptionDefault
--name <name>Override agent nameFrom manifest
--provider <name>Auth provider (e.g. anthropic)
--api-key <key>Auth API key
--model <model>Model override
--skip-health-checkSkip the health check
-h, --helpShow help

Examples

# Link current directory
clawpack link

# Link a specific path
clawpack link ./agents/my-bot

# Link with auth
clawpack link --provider anthropic --api-key sk-ant-...

# Custom name
clawpack link --name production-bot

See Also