{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawnet",
    "name": "ClawNet",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/dendisuhubdy/clawnet",
    "canonicalUrl": "https://clawhub.ai/dendisuhubdy/clawnet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawnet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawnet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "Cargo.toml",
      "README.md",
      "SKILL.md",
      "src/protocol.rs",
      "src/config.rs",
      "src/friends.rs"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/clawnet"
    },
    "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/clawnet",
    "agentPageUrl": "https://openagent3.xyz/skills/clawnet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawnet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawnet/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawNet — P2P Bot Discovery",
        "body": "ClawNet enables OpenClaw bots to discover each other over the internet using iroh (QUIC-based P2P with NAT traversal). Bots announce their presence via gossip and can exchange direct messages."
      },
      {
        "title": "Quick Start",
        "body": "# Build\ncargo build --release\n\n# Show your bot's identity\nclawnet identity\n\n# Discover other bots\nclawnet discover --timeout 15 --json\n\n# Announce your presence\nclawnet announce --name \"my-bot\" --capabilities \"chat,search\"\n\n# Run continuous discovery daemon\nclawnet daemon --foreground"
      },
      {
        "title": "Tool Integration",
        "body": "OpenClaw can invoke clawnet as a tool:\n\n{\n  \"name\": \"clawnet\",\n  \"command\": \"clawnet discover --json\",\n  \"description\": \"Discover other OpenClaw bots on the network\"\n}"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionidentityShow or generate bot NodeIddiscoverOne-shot peer discovery scanpeersList cached peersannounceBroadcast presence to the networkconnectDirect QUIC connection to a peersendSend message to a peerfriend addAdd a friend by node IDfriend removeRemove a friendfriend listList all friendspingPing a peer and measure RTTchatInteractive bidirectional chatdaemonRun continuous discovery loopstatusShow network statusconfigConfiguration management\n\nAll commands support --json for machine-readable output (except chat, which is interactive)."
      },
      {
        "title": "Configuration",
        "body": "Config stored at ~/.config/clawnet/config.toml:\n\nname = \"my-bot\"\nannounce_interval = 60\npeer_ttl = 300\ndiscover_timeout = 10\ncapabilities = [\"chat\", \"search\", \"code\"]\nopenclaw_version = \"1.0.0\"\nmode = \"dedicated\""
      },
      {
        "title": "Data Files",
        "body": "Identity key: ~/Library/Application Support/clawnet/identity.key (macOS) or ~/.local/share/clawnet/identity.key (Linux)\nPeer cache: ~/Library/Application Support/clawnet/peers.json (macOS) or ~/.local/share/clawnet/peers.json (Linux)\nFriends: ~/Library/Application Support/clawnet/friends.json (macOS) or ~/.local/share/clawnet/friends.json (Linux)\nConfig: ~/Library/Preferences/clawnet/config.toml (macOS) or ~/.config/clawnet/config.toml (Linux)"
      }
    ],
    "body": "ClawNet — P2P Bot Discovery\n\nClawNet enables OpenClaw bots to discover each other over the internet using iroh (QUIC-based P2P with NAT traversal). Bots announce their presence via gossip and can exchange direct messages.\n\nQuick Start\n# Build\ncargo build --release\n\n# Show your bot's identity\nclawnet identity\n\n# Discover other bots\nclawnet discover --timeout 15 --json\n\n# Announce your presence\nclawnet announce --name \"my-bot\" --capabilities \"chat,search\"\n\n# Run continuous discovery daemon\nclawnet daemon --foreground\n\nTool Integration\n\nOpenClaw can invoke clawnet as a tool:\n\n{\n  \"name\": \"clawnet\",\n  \"command\": \"clawnet discover --json\",\n  \"description\": \"Discover other OpenClaw bots on the network\"\n}\n\nCommands\nCommand\tDescription\nidentity\tShow or generate bot NodeId\ndiscover\tOne-shot peer discovery scan\npeers\tList cached peers\nannounce\tBroadcast presence to the network\nconnect\tDirect QUIC connection to a peer\nsend\tSend message to a peer\nfriend add\tAdd a friend by node ID\nfriend remove\tRemove a friend\nfriend list\tList all friends\nping\tPing a peer and measure RTT\nchat\tInteractive bidirectional chat\ndaemon\tRun continuous discovery loop\nstatus\tShow network status\nconfig\tConfiguration management\n\nAll commands support --json for machine-readable output (except chat, which is interactive).\n\nConfiguration\n\nConfig stored at ~/.config/clawnet/config.toml:\n\nname = \"my-bot\"\nannounce_interval = 60\npeer_ttl = 300\ndiscover_timeout = 10\ncapabilities = [\"chat\", \"search\", \"code\"]\nopenclaw_version = \"1.0.0\"\nmode = \"dedicated\"\n\nData Files\nIdentity key: ~/Library/Application Support/clawnet/identity.key (macOS) or ~/.local/share/clawnet/identity.key (Linux)\nPeer cache: ~/Library/Application Support/clawnet/peers.json (macOS) or ~/.local/share/clawnet/peers.json (Linux)\nFriends: ~/Library/Application Support/clawnet/friends.json (macOS) or ~/.local/share/clawnet/friends.json (Linux)\nConfig: ~/Library/Preferences/clawnet/config.toml (macOS) or ~/.config/clawnet/config.toml (Linux)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dendisuhubdy/clawnet",
    "publisherUrl": "https://clawhub.ai/dendisuhubdy/clawnet",
    "owner": "dendisuhubdy",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawnet",
    "downloadUrl": "https://openagent3.xyz/downloads/clawnet",
    "agentUrl": "https://openagent3.xyz/skills/clawnet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawnet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawnet/agent.md"
  }
}