iiRecord
Agentic AI Atlas · OpenClaw
page:docs-agent-mux-reference-agents-openclawa5c.ai
II.
Page JSON

page:docs-agent-mux-reference-agents-openclaw

Structured · live

OpenClaw json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/agent-mux/reference/agents/openclaw.mdCluster · wiki
Record JSON
{
  "id": "page:docs-agent-mux-reference-agents-openclaw",
  "_kind": "Page",
  "_file": "wiki/docs/agent-mux/reference/agents/openclaw.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/agent-mux/reference/agents/openclaw.md",
    "sourceKind": "repo-docs",
    "title": "OpenClaw",
    "displayName": "OpenClaw",
    "slug": "docs/agent-mux/reference/agents/openclaw",
    "articlePath": "wiki/docs/agent-mux/reference/agents/openclaw.md",
    "article": "\n# OpenClaw\n\nAdapter for the **OpenClaw** CLI.\n\n## Install\n\n```bash\namux install openclaw\n```\n\nSupported on macOS, Linux and Windows.\n\n## Auth\n\n- **Provider API keys** — OpenClaw is provider-agnostic; set provider-specific env vars (e.g. `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`).\n\nConfig file: `~/.openclaw/config.json`.\n\n## Minimal run\n\n```bash\namux run openclaw --prompt \"Generate a CHANGELOG entry\"\n```\n\n## Notable flags\n\n- `--model <id>` — default `default`.\n- `--prompt <text>` — forwarded prompt.\n- `--auto-approve` — emitted when `approvalMode: 'yolo'`.\n\n## Session files\n\n- Location: `~/.openclaw/sessions/*.jsonl`\n- JSONL; events `text`, `message`, `tool_call` are parsed.\n\n## Plugins\n\nPlugin support: **no**. Use MCP servers for extensibility.\n\n### MCP Servers\n```bash\namux mcp install openclaw <mcp-server>\namux mcp list openclaw\n```\n\nRegistry: https://modelcontextprotocol.io\n\n## Capabilities\n\nTool calling with parallel calls, tool-call streaming, text streaming, 128k context.\n\n## Known limitations\n\n- No thinking / reasoning mode.\n- No JSON / structured output.\n- No image input/output, no file input.\n- Only a generic `default` model is bundled — specify provider models explicitly via `--model`.\n- Global config only (`supportsProjectConfig: false`).\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-agent-mux-reference",
      "to": "page:docs-agent-mux-reference-agents-openclaw",
      "kind": "contains_page"
    }
  ]
}