clawpack chat
Start an interactive chat session with a pulled agent.
Usage
clawpack chat <owner/slug> [options]
Options
| Flag | Description | Default |
|---|
--model <model> | Override the model | Agent default |
-h, --help | Show help | — |
In-Chat Commands
| Command | Action |
|---|
/exit or /quit | End the session |
/clear | Clear the screen |
/info | Show agent info |
Ctrl+C twice | Force exit |
Examples
# Chat with an agent
clawpack chat agentebox/clawdoctor
# Use a specific model
clawpack chat agentebox/shipwright --model opus
# Chat with a freshly pulled agent
clawpack pull agentebox/snoopy && clawpack chat agentebox/snoopy
How It Works
- Pulls the agent if not cached
- Registers as temporary agent in OpenClaw
- Opens interactive readline chat
- Messages route through your local gateway
- On exit, unregisters the temporary agent
Requirements
- OpenClaw installed and gateway running
- At least one model configured
See Also