OpenClaw
Adapter for the OpenClaw CLI.
Install
amux install openclaw
Supported 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 openclaw
Registry: 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).