| name | openclaw-cli |
| description | OpenClaw CLI commands reference. Use when explaining openclaw commands: openclaw status, openclaw gateway, openclaw plugins, openclaw memory, openclaw agents, openclaw channels, openclaw config, openclaw sessions, openclaw cron, openclaw hooks, openclaw pairing, openclaw acp. Triggers on: "openclaw CLI", "openclaw command", "openclaw status", "CLI", "command line", "openclaw hooks", "openclaw pairing", "policy", "conformance", "doctor lint", "taskflow", "troubleshooting", "automation troubleshooting", "automation". |
Routing hints
You should route to this skill when the user asks about an openclaw <command> CLI invocation — openclaw status, openclaw gateway, openclaw plugins, openclaw memory, openclaw agents, openclaw channels, openclaw config, openclaw sessions, openclaw cron, openclaw hooks, openclaw pairing, openclaw acp, openclaw mcp, openclaw secrets, openclaw doctor, openclaw update, openclaw skills, or any subcommand help. References: status.md, gateway.md, plugins.md, memory.md, agents.md, channels.md, config.md, sessions.md, cron.md, hooks.md, pairing.md, acp.md, mcp.md, secrets.md, doctor.md, update.md, skills.md, voicecall.md, workboard.md, flows.md, migrate.md, clawbot.md, cron-jobs.md, automation-troubleshooting.md.
OpenClaw CLI
Essentials
openclaw status
openclaw gateway restart
openclaw config show
openclaw doctor
Plugins
openclaw plugins list
openclaw plugins install @scope/plugin
openclaw plugins enable PLUGIN_ID
openclaw plugins disable PLUGIN_ID
openclaw plugins inspect ID
Memory
openclaw memory status
openclaw memory search "q"
openclaw memory index --force
Agents
openclaw agents list
openclaw agents list --bindings
openclaw agents add ID
Channels
openclaw channels status
openclaw channels login --channel whatsapp --account personal
openclaw channels status --probe
Config
openclaw config show
openclaw config set KEY VALUE
openclaw config unset KEY
openclaw config schema
openclaw secrets set KEY VALUE
Sessions
openclaw sessions list
openclaw sessions show ID
Cron
openclaw cron list
openclaw cron status
openclaw cron run JOB_ID
openclaw cron runs JOB_ID
Schedule types: at (ISO 8601), every (ms), cron (5-field, --tz for timezone). day-of-month + day-of-week use OR logic.
Hooks
openclaw hooks list
openclaw hooks info NAME
openclaw hooks enable NAME
openclaw hooks check
Hook dir: ~/.openclaw/hooks/. Events: command:new|reset|stop, session:compact:before|after, agent:bootstrap, gateway:startup, message:received|preprocessed|sent.
Pairing
openclaw pairing list CHANNEL
openclaw pairing approve CHANNEL CODE
Codes expire in 1h, max 3 pending per channel.
ACP
openclaw acp status
/acp spawn codex --bind here
/acp status | cancel | close
/acp doctor
MCP
openclaw mcp serve
openclaw mcp status
Update + Logs
openclaw update check
openclaw update run
openclaw logs --lines 100
References
references/index.md — detailed CLI reference
references/cron-jobs.md — full cron docs
references/hooks.md — hook system + writing hooks