Run Agents Locally

Pull and run agents with your local OpenClaw runtime.

Quick Start

clawpack run owner/agent-name

Pulls the agent and runs it with your local OpenClaw runtime.

Options

# Override the model
clawpack run owner/agent-name --model opus

# Use a specific provider
clawpack run owner/agent-name --provider openrouter --api-key sk-or-...

# Use a different runtime
clawpack run owner/agent-name --runtime openclaw@latest

# Skip pulling (use cached version)
clawpack run owner/agent-name --no-pull

Run vs Chat

runchat
ModeOne-shot executionInteractive conversation
InputTask from args or stdinReadline loop
Best forAutomation, scripts, CIExploring agents, testing