clawpack chat

Start an interactive chat session with a pulled agent.

Usage

clawpack chat <owner/slug> [options]

Options

FlagDescriptionDefault
--model <model>Override the modelAgent default
-h, --helpShow help

In-Chat Commands

CommandAction
/exit or /quitEnd the session
/clearClear the screen
/infoShow agent info
Ctrl+C twiceForce 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

  1. Pulls the agent if not cached
  2. Registers as temporary agent in OpenClaw
  3. Opens interactive readline chat
  4. Messages route through your local gateway
  5. On exit, unregisters the temporary agent

Requirements

  • OpenClaw installed and gateway running
  • At least one model configured

See Also