CLI Commands Reference
Quick reference for the most-used OpenClaw CLI commands.
Gateway
Section titled “Gateway”openclaw gateway start # Start the gateway daemonopenclaw gateway stop # Stop the gatewayopenclaw gateway restart # Restartopenclaw gateway status # Check statusAgents
Section titled “Agents”openclaw agent create --name bob --model anthropic/claude-sonnet-4-6openclaw agent listopenclaw agent delete --name bobopenclaw cron list # List all jobsopenclaw cron add --name ... --schedule "0 9 * * *" --agent bob --message "..."openclaw cron edit <id> --cron "30 10 * * *" --tz "America/Chicago"openclaw cron disable <id>openclaw cron enable <id>openclaw cron rm <id>openclaw cron run <id> # Run immediately (debug)openclaw cron runs --name job-name # View run historySystem
Section titled “System”openclaw status # System statusopenclaw config set anthropic.apiKey YOUR_KEYFull reference documentation coming soon.