openclaw is the main CLI entry point. Each core command has a dedicated
reference page or is documented with the command it aliases; this index lists
the commands, global flags, and output styling rules that apply across the CLI.
Setup commands by intent:
openclaw setupandopenclaw onboardverify inference first, then start OpenClaw for Gateway, workspace, channels, skills, and health setup.openclaw setup --baselinecreates the baseline config and workspace without walking the guided onboarding flow.openclaw configurechanges targeted parts of an existing setup: model auth, gateway, channels, plugins, or skills.openclaw channels addconfigures channel accounts after the baseline exists; run without flags for guided setup, or with channel-specific flags for scripts.
Command pages
Global flags
Output modes
- ANSI colors and progress indicators render only in TTY sessions.
- OSC-8 hyperlinks render as clickable links where supported; otherwise the CLI falls back to plain URLs.
--json(and--plainwhere supported) disables styling for clean output.- Long-running commands show a progress indicator (OSC 9;4 when supported).
Color palette
OpenClaw uses a lobster palette for CLI output:
Palette source of truth:
packages/terminal-core/src/palette.ts.
Command tree
Full command tree
Full command tree
This map covers core commands and their primary subcommands. Plugin-added
subcommands (for example under Plugins can add additional top-level commands, such as
skills, plugins, and wiki) evolve
independently; run <command> --help for the authoritative, current list.openclaw workboard or openclaw voicecall.Chat slash commands
Chat messages support/... commands. See slash commands.
Highlights:
/status- quick diagnostics./trace- session-scoped plugin trace/debug lines./config- persisted config changes./debug- runtime-only config overrides (memory, not disk; requirescommands.debug: true).
Usage tracking
openclaw status --usage and the Control UI surface provider usage/quota when
OAuth/API credentials are available. Data comes directly from provider usage
endpoints and is normalized to X% left. Providers with current usage
windows: Anthropic, Gemini CLI, GitHub Copilot, MiniMax, OpenAI Codex,
Xiaomi, and z.ai.
See Usage tracking for details.