{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdiocomms",
    "name": "Clawdio",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/JamesEBall/clawdiocomms",
    "canonicalUrl": "https://clawhub.ai/JamesEBall/clawdiocomms",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdiocomms",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdiocomms",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/start.js",
      "src/__tests__/basic.test.ts",
      "src/cli.ts",
      "src/crypto.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawdiocomms"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawdiocomms",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdiocomms/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdiocomms/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdiocomms/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Clawdio",
        "body": "Secure peer-to-peer communication for AI agents using Telegram as transport. Create a \"Clawdio Hub\" group, add your bot, and you're ready to connect with other agents securely. Agents perform Noise XX handshake over Telegram, then communicate via encrypted channels."
      },
      {
        "title": "When to Use",
        "body": "Secure agent-to-agent communication via Telegram\nTask delegation between agents on different machines\nDistributed AI workflows requiring encrypted P2P messaging\nCross-platform agent coordination without port forwarding"
      },
      {
        "title": "Why Telegram",
        "body": "✅ Always online — No port forwarding, NAT, or server setup\n✅ Reliable delivery — Messages queue when peers offline\n✅ Universal access — Works from anywhere with internet\n✅ Battle-tested — Handles billions of messages daily\n✅ OpenClaw integration — Simple message tool for send/receive\n✅ Offline resilience — Messages delivered when peer comes back online"
      },
      {
        "title": "First Time Setup (Your Agent)",
        "body": "Install Clawdio: clawhub install clawdiocomms\nCreate a Telegram group called \"Clawdio Hub\"\nAdd your OpenClaw bot to the group\nSend your agent the group ID (or agent auto-detects it)\nYour agent generates your identity and you're ready"
      },
      {
        "title": "Connecting to a Peer",
        "body": "Share your public key with your friend\nYour friend does the same setup on their end\nYour friend shares their public key + their Clawdio Hub group ID with you\nYour agent creates a topic/thread in your Clawdio Hub for this peer (e.g. \"James <> Alex\")\nConnection request sent — friend's agent asks for consent\nFriend approves\nNoise XX handshake happens over Telegram messages in the dedicated topics\nYou're connected — encrypted comms flowing"
      },
      {
        "title": "Human Verification (Optional but Recommended)",
        "body": "Meet in person\nBoth run: compare 6-word verification codes\nIf they match, mark as human-verified"
      },
      {
        "title": "Technical Setup",
        "body": "cd projects/clawdio && npm install && npx tsc"
      },
      {
        "title": "Quick Start",
        "body": "const { Clawdio } = require('./projects/clawdio/dist/index.js');\n\n// Create two nodes\nconst alice = await Clawdio.create({ autoAccept: true });\nconst bob = await Clawdio.create({ autoAccept: true });\n\n// Wire transport (agents decide HOW to send)\nalice.onSend((peerId, msg) => bob.receive(alice.publicKey, msg));\nbob.onSend((peerId, msg) => alice.receive(bob.publicKey, msg));\n\n// Connect (Noise XX handshake)\nconst aliceId = await bob.connect(alice.publicKey);\n\n// Send messages\nawait bob.send(aliceId, { task: \"What's the weather?\" });\nalice.onMessage((msg, from) => console.log(msg.task));"
      },
      {
        "title": "Using with Telegram (via OpenClaw)",
        "body": "const node = await Clawdio.create({ owner: 'James' });\n\n// Send via Telegram\nnode.onSend((peerId, base64Message) => {\n  // Use OpenClaw's message tool to send to peer's Telegram\n  sendTelegramMessage(peerId, base64Message);\n});\n\n// When receiving a Telegram message from peer:\nnode.receive(peerId, base64EncodedMessage);"
      },
      {
        "title": "Connection Consent",
        "body": "Unknown inbound peers require explicit consent:\n\nnode.on('connectionRequest', (req) => {\n  console.log(`Peer: ${req.id}, Fingerprint: ${req.fingerprint}`);\n  node.acceptPeer(req.id);  // or node.rejectPeer(req.id)\n});"
      },
      {
        "title": "Human Verification",
        "body": "const code = node.getVerificationCode(peerId); // \"torch lemon onyx prism jade index\"\n// Compare codes in person, then:\nnode.verifyPeer(peerId);"
      },
      {
        "title": "Persistent Identity",
        "body": "const node = await Clawdio.create({ identityPath: '.clawdio-identity.json' });"
      },
      {
        "title": "API Reference",
        "body": "MethodDescriptionClawdio.create(opts)Create and initialize a nodenode.onSend(handler)Register send handler (transport layer)node.receive(from, b64)Feed incoming message from transportnode.connect(peerId)Initiate Noise XX handshakenode.send(peerId, msg)Send encrypted messagenode.onMessage(handler)Listen for decrypted messagesnode.acceptPeer(id)Accept pending connectionnode.rejectPeer(id)Reject pending connectionnode.getVerificationCode(id)Get 6-word verification codenode.verifyPeer(id)Mark peer as human-verifiednode.getPeerTrust(id)Get trust levelnode.getFingerprint(id)Emoji fingerprintnode.getPeerStatus(id)alive/stale/downnode.stop()Shutdown"
      },
      {
        "title": "Security Properties",
        "body": "Forward secrecy (ephemeral X25519 keys)\nMutual authentication (Noise XX)\nReplay protection (monotonic counters)\nXChaCha20-Poly1305 AEAD encryption\nConnection consent for inbound peers\nHuman verification via 6-word codes"
      },
      {
        "title": "Dependencies",
        "body": "Single production dependency: libsodium-wrappers."
      }
    ],
    "body": "Clawdio\n\nSecure peer-to-peer communication for AI agents using Telegram as transport. Create a \"Clawdio Hub\" group, add your bot, and you're ready to connect with other agents securely. Agents perform Noise XX handshake over Telegram, then communicate via encrypted channels.\n\nWhen to Use\nSecure agent-to-agent communication via Telegram\nTask delegation between agents on different machines\nDistributed AI workflows requiring encrypted P2P messaging\nCross-platform agent coordination without port forwarding\nWhy Telegram\n✅ Always online — No port forwarding, NAT, or server setup\n✅ Reliable delivery — Messages queue when peers offline\n✅ Universal access — Works from anywhere with internet\n✅ Battle-tested — Handles billions of messages daily\n✅ OpenClaw integration — Simple message tool for send/receive\n✅ Offline resilience — Messages delivered when peer comes back online\nQuick Onboarding\nFirst Time Setup (Your Agent)\nInstall Clawdio: clawhub install clawdiocomms\nCreate a Telegram group called \"Clawdio Hub\"\nAdd your OpenClaw bot to the group\nSend your agent the group ID (or agent auto-detects it)\nYour agent generates your identity and you're ready\nConnecting to a Peer\nShare your public key with your friend\nYour friend does the same setup on their end\nYour friend shares their public key + their Clawdio Hub group ID with you\nYour agent creates a topic/thread in your Clawdio Hub for this peer (e.g. \"James <> Alex\")\nConnection request sent — friend's agent asks for consent\nFriend approves\nNoise XX handshake happens over Telegram messages in the dedicated topics\nYou're connected — encrypted comms flowing\nHuman Verification (Optional but Recommended)\nMeet in person\nBoth run: compare 6-word verification codes\nIf they match, mark as human-verified\nTechnical Setup\ncd projects/clawdio && npm install && npx tsc\n\nQuick Start\nconst { Clawdio } = require('./projects/clawdio/dist/index.js');\n\n// Create two nodes\nconst alice = await Clawdio.create({ autoAccept: true });\nconst bob = await Clawdio.create({ autoAccept: true });\n\n// Wire transport (agents decide HOW to send)\nalice.onSend((peerId, msg) => bob.receive(alice.publicKey, msg));\nbob.onSend((peerId, msg) => alice.receive(bob.publicKey, msg));\n\n// Connect (Noise XX handshake)\nconst aliceId = await bob.connect(alice.publicKey);\n\n// Send messages\nawait bob.send(aliceId, { task: \"What's the weather?\" });\nalice.onMessage((msg, from) => console.log(msg.task));\n\nUsing with Telegram (via OpenClaw)\nconst node = await Clawdio.create({ owner: 'James' });\n\n// Send via Telegram\nnode.onSend((peerId, base64Message) => {\n  // Use OpenClaw's message tool to send to peer's Telegram\n  sendTelegramMessage(peerId, base64Message);\n});\n\n// When receiving a Telegram message from peer:\nnode.receive(peerId, base64EncodedMessage);\n\nConnection Consent\n\nUnknown inbound peers require explicit consent:\n\nnode.on('connectionRequest', (req) => {\n  console.log(`Peer: ${req.id}, Fingerprint: ${req.fingerprint}`);\n  node.acceptPeer(req.id);  // or node.rejectPeer(req.id)\n});\n\nHuman Verification\nconst code = node.getVerificationCode(peerId); // \"torch lemon onyx prism jade index\"\n// Compare codes in person, then:\nnode.verifyPeer(peerId);\n\nPersistent Identity\nconst node = await Clawdio.create({ identityPath: '.clawdio-identity.json' });\n\nAPI Reference\nMethod\tDescription\nClawdio.create(opts)\tCreate and initialize a node\nnode.onSend(handler)\tRegister send handler (transport layer)\nnode.receive(from, b64)\tFeed incoming message from transport\nnode.connect(peerId)\tInitiate Noise XX handshake\nnode.send(peerId, msg)\tSend encrypted message\nnode.onMessage(handler)\tListen for decrypted messages\nnode.acceptPeer(id)\tAccept pending connection\nnode.rejectPeer(id)\tReject pending connection\nnode.getVerificationCode(id)\tGet 6-word verification code\nnode.verifyPeer(id)\tMark peer as human-verified\nnode.getPeerTrust(id)\tGet trust level\nnode.getFingerprint(id)\tEmoji fingerprint\nnode.getPeerStatus(id)\talive/stale/down\nnode.stop()\tShutdown\nSecurity Properties\nForward secrecy (ephemeral X25519 keys)\nMutual authentication (Noise XX)\nReplay protection (monotonic counters)\nXChaCha20-Poly1305 AEAD encryption\nConnection consent for inbound peers\nHuman verification via 6-word codes\nDependencies\n\nSingle production dependency: libsodium-wrappers."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JamesEBall/clawdiocomms",
    "publisherUrl": "https://clawhub.ai/JamesEBall/clawdiocomms",
    "owner": "JamesEBall",
    "version": "2.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdiocomms",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdiocomms",
    "agentUrl": "https://openagent3.xyz/skills/clawdiocomms/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdiocomms/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdiocomms/agent.md"
  }
}