Discord Chat

👤 bowenqt 📦 v1.0.0 ⭐ 4.2 ⬇️ 6K 下载
🤖 AI-Agent 免费

📖 技能介绍


name: discord-chat description: 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.


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 <> 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"

本技能来自小葱技能站7w4.net。

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

  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.

🤖 AI 评测

这个 Discord 集成 Skill 质量中等偏上。优点是文档清晰易懂,功能覆盖全面,从基础消息发送到着复杂的频道管理都有说明,最佳实践部分很有参考价值。不足之处在于缺少实际使用示例,文档引用偶有不完整,且过于依赖配置文件说明,对于只想快速使用的用户来说入门门槛略高。

📊 多维度评分

适应性4.2
规范性4.1
有效性4.7
可靠性3.7
可信度4.4

📁 包含文件 (5 个)

📄 SKILL.md 3.1 KB
📄 _meta.json 131 B
📄 references/CHANNELS.md 4.3 KB
📄 references/CONFIG.md 4.2 KB
📄 references/SEARCH.md 2.5 KB