discord-chat
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.
Best use case
discord-chat is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using discord-chat should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/discord-chat/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How discord-chat Compares
| Feature / Agent | discord-chat | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Discord Chat Interact with Discord channels using Clawdbot's `message` tool. ## Core Actions ### Send Messages Send a message to a Discord channel: ```bash message action=send channel=discord target="#channel-name" message="Your message here" ``` Or by channel ID: ```bash 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: ```bash 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: ```bash 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](references/SEARCH.md) for advanced search patterns. ### Other Actions **Read messages:** ```bash message action=read channel=discord target="#channel-name" limit=20 ``` **React to messages:** ```bash message action=react channel=discord messageId="1234567890" emoji="👍" ``` **Edit messages:** ```bash message action=edit channel=discord messageId="1234567890" message="Updated text" ``` **Delete messages:** ```bash 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:** ```bash message action=channel-list channel=discord guildId="server-id" ``` **Get channel info:** ```bash message action=channel-info channel=discord channelId="1234567890" ``` For creating/editing channels, see [CHANNELS.md](references/CHANNELS.md). ## Best Practices 1. **Use target names when possible** - `target="#general"` is clearer than IDs 2. **Batch reactions** - One emoji per message, pick the best fit 3. **Format for Discord** - Bullets not tables, `<link>` to suppress embeds 4. **Search before asking** - Check history before requesting info 5. **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](references/CONFIG.md).
Related Skills
wechat-search
Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities.
wechat-search-release
Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused.
discord-doctor
Quick diagnosis and repair for Discord bot, Gateway, OAuth token, and legacy config issues. Checks connectivity, token expiration, and cleans up old Clawdis artifacts.
chats-share
Use when user wants to share OpenClaw channel conversations externally.
chatgpt-apps
Complete ChatGPT Apps builder - Create, design, implement, test, and deploy ChatGPT Apps with MCP servers, widgets, auth, database integration, and automated deployment
langchain-chat-prompt-template
Guide to using ChatPromptTemplate and MessagesPlaceholder in LangChain for conversational AI. Use when building chatbots, conversational interfaces, or AI assistants that need to maintain conversation history.
free-ai-prompt-generator-for-chatgpt-gemini-more-q-6e800b2c
Write an AI prompt for a job description that attracts top talent
chatgpt-ignores-custom-instructions-and-won-t-stop-61b988af
This speech pattern is extremely stupid. It's basically inventing a non-sequitur strawman interpretation of the situation that no one made, in order to say it's "not \[that\]" but something else.
boycott-chatgpt-54c8dfea
OpenAI president Greg Brockman gave [$25 million](https://www.sfgate.com/tech/article/brockman-openai-top-trump-donor-21273419.php) to MAGA Inc in 2025. They gave Trump 26x more than any other major AI company. ICE's resume screening tool is powered by OpenAI's GPT-4. They're spending 50 million dollars to prevent states from regulating AI.
asked-chatgpt-to-turn-me-and-itself-into-animals-t-aedd4d88
cute 😇.
hoverbot-chatbot
Create, embed, and manage AI chatbots for any website in under 2 minutes using HoverBot.
wechat-article-extractor-skill
Extract metadata and content from WeChat Official Account articles.