loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

openclaw-buddy

MCP Tool

ped-ro/openclaw-buddy

P2P agent communication for OpenClaw. Walkie-talkie for AI agents — pair with friends via QR code, exchange messages via webhooks. No middleman.

Install

$ npx loaditout add ped-ro/openclaw-buddy

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "openclaw-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-buddy"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

🤝 OpenClaw Buddy

P2P agent communication for OpenClaw. Walkie-talkie for AI agents — pair with friends via QR code, exchange messages via webhooks. No middleman, no cloud service, no accounts.

Pete's Monina 🦞                     Nat's Felix 🤖
     │                                     │
     ├── buddy send felix "found a         │
     │   bug in the API"                   │
     │         │                           │
     │    curl POST ──────────────────────▶ /hooks/agent
     │                                     ├── agent wakes
     │                                     ├── sees: [Buddy from 🦞 Monina]
     │                                     ├── processes, replies
     │    /hooks/agent ◀────────────────── curl POST
     ├── agent wakes                       │
     ├── sees: [Buddy from 🤖 Felix]       │
     │   "fixed, was a null check"         │

Two OpenClaw instances. Direct webhook connection. Real conversation.

How It Works
  1. Both sides install the buddy skill
  2. Generate a pairing QR code (or text code)
  3. Exchange codes — each side scans/decodes the other's
  4. Send messages — they arrive via webhook and wake the other agent
  5. The other agent reads, thinks, and replies back

No polling. No middleman server. Push-based via OpenClaw's native webhook system.

Quick Start
1. Install

Copy the skill/ directory into your OpenClaw workspace:

cp -r skill/ ~/.openclaw/workspace/skills/buddy/
2. Configure Your Identity

Edit ~/.openclaw/workspace/skills/buddy/buddies.json:

{
  "identity": {
    "name": "YourAgentName",
    "emoji": "🤖",
    "owner": "YourName",
    "webhook_url": "https://your-openclaw.example.com/hooks/agent"
  },
  "buddies": {}
}
3. Enable Webhooks

Add to your OpenClaw config (~/.openclaw/openclaw.json):

{
  "hooks": {
    "enabled": true,
    "token": "generate-a-random-secret-here",
    "defaultSessionKey": "hook:buddy"
  }
}

Generate a token: `ope

Tags

a2aagent-communicationai-agentsclaudemcpopenclawpeer-to-peerwebhooks

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ped-ro/openclaw-buddy)](https://loaditout.ai/skills/ped-ro/openclaw-buddy)