{
  "schemaVersion": "1.0",
  "item": {
    "slug": "discord-chat",
    "name": "Discord Chat",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bowenQT/discord-chat",
    "canonicalUrl": "https://clawhub.ai/bowenQT/discord-chat",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/discord-chat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-chat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/CHANNELS.md",
      "references/CONFIG.md",
      "references/SEARCH.md"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/discord-chat"
    },
    "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/discord-chat",
    "agentPageUrl": "https://openagent3.xyz/skills/discord-chat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-chat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-chat/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": "Discord Chat",
        "body": "Interact with Discord channels using Clawdbot's message tool."
      },
      {
        "title": "Send Messages",
        "body": "Send a message to a Discord channel:\n\nmessage action=send channel=discord target=\"#channel-name\" message=\"Your message here\"\n\nOr by channel ID:\n\nmessage action=send channel=discord target=\"1234567890\" message=\"Your message here\"\n\nTips:\n\nUse channel names with # prefix or channel IDs\nFor multiple links, wrap in <> to suppress embeds: <https://example.com>\nNo markdown tables! Use bullet lists instead\nSupport effects with effect=balloons or effectId=invisible-ink"
      },
      {
        "title": "Reply to Messages",
        "body": "Reply to a specific message:\n\nmessage action=send channel=discord target=\"#channel-name\" message=\"Reply text\" replyTo=\"message-id\"\n\nThe replyTo parameter creates a threaded reply to the specified message ID."
      },
      {
        "title": "Search Messages",
        "body": "Search for messages in a channel:\n\nmessage action=search channel=discord channelId=\"1234567890\" query=\"search terms\" limit=50\n\nSearch options:\n\nquery: Search terms\nauthorId: Filter by author\nbefore/after/around: Message ID for pagination\nlimit: Max results (default 25)\n\nSee SEARCH.md for advanced search patterns."
      },
      {
        "title": "Other Actions",
        "body": "Read messages:\n\nmessage action=read channel=discord target=\"#channel-name\" limit=20\n\nReact to messages:\n\nmessage action=react channel=discord messageId=\"1234567890\" emoji=\"👍\"\n\nEdit messages:\n\nmessage action=edit channel=discord messageId=\"1234567890\" message=\"Updated text\"\n\nDelete messages:\n\nmessage action=delete channel=discord messageId=\"1234567890\""
      },
      {
        "title": "Quick Reference",
        "body": "Common patterns:\n\nAnnounce to channel: action=send target=\"#announcements\"\nReply in thread: action=send replyTo=\"msg-id\"\nRecent activity: action=read limit=10\nFind mentions: action=search query=\"@username\"\nAcknowledge: action=react emoji=\"✅\""
      },
      {
        "title": "Channel Management",
        "body": "List channels:\n\nmessage action=channel-list channel=discord guildId=\"server-id\"\n\nGet channel info:\n\nmessage action=channel-info channel=discord channelId=\"1234567890\"\n\nFor creating/editing channels, see CHANNELS.md."
      },
      {
        "title": "Best Practices",
        "body": "Use target names when possible - target=\"#general\" is clearer than IDs\nBatch reactions - One emoji per message, pick the best fit\nFormat for Discord - Bullets not tables, <link> to suppress embeds\nSearch before asking - Check history before requesting info\nReact > Reply - Use reactions for simple acknowledgments"
      },
      {
        "title": "Configuration",
        "body": "Your Discord bot configuration should be in the gateway config. The message tool routes to the configured Discord plugin automatically when channel=discord is specified.\n\nFor setup help, see CONFIG.md."
      }
    ],
    "body": "Discord Chat\n\nInteract with Discord channels using Clawdbot's message tool.\n\nCore Actions\nSend Messages\n\nSend a message to a Discord channel:\n\nmessage action=send channel=discord target=\"#channel-name\" message=\"Your message here\"\n\n\nOr by channel ID:\n\nmessage action=send channel=discord target=\"1234567890\" message=\"Your message here\"\n\n\nTips:\n\nUse channel names with # prefix or channel IDs\nFor multiple links, wrap in <> to suppress embeds: <https://example.com>\nNo markdown tables! Use bullet lists instead\nSupport effects with effect=balloons or effectId=invisible-ink\nReply to Messages\n\nReply to a specific message:\n\nmessage action=send channel=discord target=\"#channel-name\" message=\"Reply text\" replyTo=\"message-id\"\n\n\nThe replyTo parameter creates a threaded reply to the specified message ID.\n\nSearch Messages\n\nSearch for messages in a channel:\n\nmessage action=search channel=discord channelId=\"1234567890\" query=\"search terms\" limit=50\n\n\nSearch options:\n\nquery: Search terms\nauthorId: Filter by author\nbefore/after/around: Message ID for pagination\nlimit: Max results (default 25)\n\nSee SEARCH.md for advanced search patterns.\n\nOther Actions\n\nRead messages:\n\nmessage action=read channel=discord target=\"#channel-name\" limit=20\n\n\nReact to messages:\n\nmessage action=react channel=discord messageId=\"1234567890\" emoji=\"👍\"\n\n\nEdit messages:\n\nmessage action=edit channel=discord messageId=\"1234567890\" message=\"Updated text\"\n\n\nDelete messages:\n\nmessage action=delete channel=discord messageId=\"1234567890\"\n\nQuick Reference\n\nCommon patterns:\n\nAnnounce to channel: action=send target=\"#announcements\"\nReply in thread: action=send replyTo=\"msg-id\"\nRecent activity: action=read limit=10\nFind mentions: action=search query=\"@username\"\nAcknowledge: action=react emoji=\"✅\"\nChannel Management\n\nList channels:\n\nmessage action=channel-list channel=discord guildId=\"server-id\"\n\n\nGet channel info:\n\nmessage action=channel-info channel=discord channelId=\"1234567890\"\n\n\nFor creating/editing channels, see CHANNELS.md.\n\nBest Practices\nUse target names when possible - target=\"#general\" is clearer than IDs\nBatch reactions - One emoji per message, pick the best fit\nFormat for Discord - Bullets not tables, <link> to suppress embeds\nSearch before asking - Check history before requesting info\nReact > Reply - Use reactions for simple acknowledgments\nConfiguration\n\nYour Discord bot configuration should be in the gateway config. The message tool routes to the configured Discord plugin automatically when channel=discord is specified.\n\nFor setup help, see CONFIG.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bowenQT/discord-chat",
    "publisherUrl": "https://clawhub.ai/bowenQT/discord-chat",
    "owner": "bowenQT",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/discord-chat",
    "downloadUrl": "https://openagent3.xyz/downloads/discord-chat",
    "agentUrl": "https://openagent3.xyz/skills/discord-chat/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-chat/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-chat/agent.md"
  }
}