I.
Wiki article
Reading · 1 mindocs/agent-mux/reference/agents/openclaw
OpenClaw reference
Adapter for the OpenClaw CLI.
Continue reading
Nearby pages in the same section.
OpenClaw
Adapter for the **OpenClaw** CLI.
Install
amux install openclawSupported on macOS, Linux and Windows.
Auth
- **Provider API keys** — OpenClaw is provider-agnostic; set provider-specific env vars (e.g.
ANTHROPIC_API_KEY,OPENAI_API_KEY).
Config file: ~/.openclaw/config.json.
Minimal run
amux run openclaw --prompt "Generate a CHANGELOG entry"Notable flags
--model <id>— defaultdefault.--prompt <text>— forwarded prompt.--auto-approve— emitted whenapprovalMode: 'yolo'.
Session files
- Location:
~/.openclaw/sessions/*.jsonl - JSONL; events
text,message,tool_callare parsed.
Plugins
Plugin support: **no**. Use MCP servers for extensibility.
MCP Servers
amux mcp install openclaw <mcp-server>
amux mcp list openclawRegistry: https://modelcontextprotocol.io
Capabilities
Tool calling with parallel calls, tool-call streaming, text streaming, 128k context.
Known limitations
- No thinking / reasoning mode.
- No JSON / structured output.
- No image input/output, no file input.
- Only a generic
defaultmodel is bundled — specify provider models explicitly via--model. - Global config only (
supportsProjectConfig: false).