Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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 (send/reply/search messages), check Discord activity, or interact with Discord channels.
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 (send/reply/search messages), check Discord activity, or interact with Discord channels.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Interact with Discord channels using Clawdbot's message tool.
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 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 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.
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"
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="โ "
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.
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
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.