OpenClaw

Works with the CLI alone. No gander.md account.

OpenClaw is an open source personal AI assistant. It runs locally and connects to the messaging platforms and tools you already use.

It loads Agent Skills from ~/.openclaw/skills (and a project skills/ directory, no dot prefix). gander skill does not write that dest. Add a symlink after install.

1. Install the CLI

curl -fsSL https://release.gander.md/install.sh | bash
gander --version

After Homebrew or a source build, run gander skill.

mkdir -p ~/.openclaw/skills
ln -sfn ~/.gander/skill ~/.openclaw/skills/gander
ls -l ~/.openclaw/skills/gander/SKILL.md

Restart OpenClaw. Ask it which skills it can use.

3. Sign up and add MCP

gander signup --email [email protected]

OpenClaw already speaks MCP. Add a stdio server named gander, command gander, args mcp, in OpenClaw's MCP / tools config.

4. Use it

  1. Ask OpenClaw to save a plan as markdown, then gander this file.
  2. gander watch plan.md after signup.
  3. Send the hosted URL. Reviewers stay in the browser.
  4. @agent comments come through MCP. OpenClaw edits the local file.

Fallback: gander comments.

5. Verify

gander list
gander comments
ls ~/.openclaw/skills/gander

More: Skill, MCP, Hosted watch.