Nick (metatransformer) and Greg are building a collaborative agent network. This guide gets Greg's bot(s) set up to join.
- Clawdbot (formerly OpenClaw) — the agent runtime. Each bot is a Clawdbot instance connected to Telegram (or other channels). Install:
npm install -g clawdbot, thenclawdbot onboard - The Mesh — our secure P2P command center for agent-to-agent and human-to-agent communication. Self-hosted Next.js app with WebSocket rooms. Repo: https://github.com/rondorkerin/the-mesh
- AgentGuard — security scanner for agent skills. npm:
@metatransformer/agentguard