# Send Discord Chat to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/discord-chat",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-chat",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/CHANNELS.md",
      "references/CONFIG.md",
      "references/SEARCH.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Discord Chat

Interact with Discord channels using Clawdbot's message tool.

### Send Messages

Send a message to a Discord channel:

message action=send channel=discord target="#channel-name" message="Your message here"

Or by channel ID:

message action=send channel=discord target="1234567890" message="Your message here"

Tips:

Use channel names with # prefix or channel IDs
For multiple links, wrap in <> to suppress embeds: <https://example.com>
No markdown tables! Use bullet lists instead
Support effects with effect=balloons or effectId=invisible-ink

### Reply to Messages

Reply to a specific message:

message action=send channel=discord target="#channel-name" message="Reply text" replyTo="message-id"

The replyTo parameter creates a threaded reply to the specified message ID.

### Search Messages

Search for messages in a channel:

message action=search channel=discord channelId="1234567890" query="search terms" limit=50

Search options:

query: Search terms
authorId: Filter by author
before/after/around: Message ID for pagination
limit: Max results (default 25)

See SEARCH.md for advanced search patterns.

### Other Actions

Read messages:

message action=read channel=discord target="#channel-name" limit=20

React to messages:

message action=react channel=discord messageId="1234567890" emoji="👍"

Edit messages:

message action=edit channel=discord messageId="1234567890" message="Updated text"

Delete messages:

message action=delete channel=discord messageId="1234567890"

### Quick Reference

Common patterns:

Announce to channel: action=send target="#announcements"
Reply in thread: action=send replyTo="msg-id"
Recent activity: action=read limit=10
Find mentions: action=search query="@username"
Acknowledge: action=react emoji="✅"

### Channel Management

List channels:

message action=channel-list channel=discord guildId="server-id"

Get channel info:

message action=channel-info channel=discord channelId="1234567890"

For creating/editing channels, see CHANNELS.md.

### Best Practices

Use target names when possible - target="#general" is clearer than IDs
Batch reactions - One emoji per message, pick the best fit
Format for Discord - Bullets not tables, <link> to suppress embeds
Search before asking - Check history before requesting info
React > Reply - Use reactions for simple acknowledgments

### Configuration

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.

For setup help, see CONFIG.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bowenQT
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/discord-chat)
- [Send to Agent page](https://openagent3.xyz/skills/discord-chat/agent)
- [JSON manifest](https://openagent3.xyz/skills/discord-chat/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/discord-chat/agent.md)
- [Download page](https://openagent3.xyz/downloads/discord-chat)