# CLOVE CLI Reference # https://cloveos.dev/cli-ref # Plain text for LLM consumption ## Install npm install -g @cloveos/cli ## Quick Start clove start Start kernel, API server, and dashboard clove provider set anthropic sk-ant-xxx Add your Anthropic API key clove connect github ghp_xxx Connect GitHub — 26 MCP tools available clove agent create pr-reviewer Create a persistent agent clove daemon start pr-reviewer Make it always-on ## Kernel clove start Start kernel + open dashboard clove stop Graceful shutdown clove status Health, version, uptime, syscalls, agents, cost ## Agents clove agent list List all agent definitions clove agent create Create a new agent definition clove agent show Show full agent details clove agent run Manually trigger an agent run clove agent enable Enable agent clove agent disable Disable agent clove agent delete Remove agent definition ## Daemon (Always-On Agents) Daemon agents run a continuous tick loop — checking subscriptions, acting when needed, consolidating memory during idle time. clove daemon list Show all running daemons clove daemon start Start agent as always-on daemon (60s tick, 15s budget) clove daemon stop Graceful stop clove daemon status Detailed state clove daemon logs [N] Last N log entries clove daemon dream Trigger memory consolidation (Orient → Curate → Consolidate → Prune) ## Execution clove run "goal" Single agent run clove run "goal" --budget 1.0 Set budget cap clove run "goal" --model claude-sonnet-4 Specify model clove fleet "goal" -n 3 Run 3 agents in parallel clove fleet "goal" --world research Run in isolated workspace ## Runtimes Claude Code uses Anthropic models only. Codex uses OpenAI models only. CLOVE RunEngine and OpenClaw use any model via OpenRouter. clove runtime list Show available runtimes clove runtime run claude-code "goal" Spawn Claude Code subprocess clove runtime run codex "goal" Spawn Codex subprocess ## Providers (LLM API Keys) clove provider list Show configured providers clove provider set anthropic Add Anthropic key (for Claude Code) clove provider set openai Add OpenAI key (for Codex) clove provider set google Add Google AI key clove provider set openrouter Add OpenRouter key (universal fallback) clove provider remove Remove provider ## Pipelines clove pipeline list List all pipelines clove pipeline create Create pipeline clove pipeline show Show pipeline steps clove pipeline run Execute with SSE streaming clove pipeline enable Enable pipeline clove pipeline delete Remove pipeline ## Connections (MCP) Hot-reload — no kernel restart needed. clove connect list Show all connections clove connect github Connect GitHub (26 tools) clove connect slack Connect Slack (12 tools) clove connect sentry Connect Sentry clove connect linear Connect Linear clove connect postgres Connect PostgreSQL clove connect notion Connect Notion clove connect filesystem Connect local filesystem clove connect remove Disconnect service ## OpenClaw clove openclaw status Show running instances clove openclaw spawn Spawn new instance clove openclaw spawn --soul "desc" Spawn with personality clove openclaw stop Stop instance clove openclaw stop-all Stop all instances ## Workspaces clove world list List all workspaces clove world create Create isolated workspace clove world launch