Discord Chat 1.0.0
/install discord-chat-1-0-0
Discord Chat
Interact with Discord channels using Clawdbot's message tool.
Core Actions
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
\x3C>to suppress embeds:\x3Chttps://example.com> - No markdown tables! Use bullet lists instead
- Support effects with
effect=balloonsoreffectId=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 termsauthorId: Filter by authorbefore/after/around: Message ID for paginationlimit: 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,
\x3Clink>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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install discord-chat-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/discord-chat-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Discord Chat 1.0.0 是什么?
Send messages, reply to messages, and search message history in Discord channels using the message tool. Use when the user wants to communicate with Discord... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Discord Chat 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-chat-1-0-0」即可一键安装,无需额外配置。
Discord Chat 1.0.0 是免费的吗?
是的,Discord Chat 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discord Chat 1.0.0 支持哪些平台?
Discord Chat 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discord Chat 1.0.0?
由 JCDentonCore(@jcdentoncore)开发并维护,当前版本 v1.0.0。