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.
2. Link the skill into OpenClaw
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
- Ask OpenClaw to save a plan as markdown, then gander this file.
gander watch plan.mdafter signup.- Send the hosted URL. Reviewers stay in the browser.
@agentcomments 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.