Harness · OpenClaw

OpenClaw.

OpenClaw is Peter Steinberger's open-source autonomous agent — runs locally, uses Claude / DeepSeek / OpenAI as the model, and reaches you through messaging platforms (Signal, Telegram, Discord). MCP support is built in.

Auto-install

Paste this into OpenClaw

Click below to copy a self-install prompt. Paste it into your OpenClaw session and the agent will run through the steps itself — no manual edits.

Or follow the manual steps below.

1. Install the CLI

npm install -g @work.books/cli
workbook --version

2. Add Workbooks to OpenClaw's config

OpenClaw reads MCP servers from ~/.openclaw/config.json:

{
  "mcpServers": {
    "workbooks": {
      "command": "workbook",
      "args": ["mcp", "serve"]
    }
  }
}

3. Restart OpenClaw

Run openclaw restart or just kill the process and start a new session. The new tool surface shows up on next launch.

Quirks & tips

Verify

From any messaging interface OpenClaw is bound to: "What workbook groups do I have?" It should call workbooks.list_groups via MCP.