一键导入
discord-communicate
Send messages and interact in Discord servers via bot account. Reply to conversations, react to messages, and participate in channels.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send messages and interact in Discord servers via bot account. Reply to conversations, react to messages, and participate in channels.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Monitor Discord channels for new alerts and messages. Automatically polls at configurable intervals, extracts images for analysis, and saves alerts to memory.
Use Discord as a chat interface to Agent Zero's LLM. Set up a persistent bot that listens in designated channels and routes messages through the agent.
Build and maintain a knowledge base of Discord server members. Track roles, contributions, expertise, and relationships.
Research and analyze Discord server conversations. Summarize channels, extract insights, and track community discussions for knowledge gathering.
| name | discord-communicate |
| description | Send messages and interact in Discord servers via bot account. Reply to conversations, react to messages, and participate in channels. |
| version | 1.0.0 |
| author | AgentZero Discord Plugin |
| license | MIT |
| tags | ["discord","communication","messaging"] |
| triggers | ["discord send","send discord message","reply on discord","post to discord"] |
| allowed_tools | ["discord_send","discord_read","discord_members"] |
| metadata | {"complexity":"beginner","category":"communication"} |
Send messages and interact in Discord channels via the bot account.
Read context first:
discord_read with action: messages, channel_id: ID, limit: 20
Send a message:
discord_send with action: send, channel_id: ID, content: text
Reply to someone:
discord_send with action: send, channel_id: ID, content: text, reply_to: MSG_ID
React to a message:
discord_send with action: react, channel_id: ID, message_id: MSG_ID, emoji: thumbsup
Check who you're talking to:
discord_members with action: info, guild_id: ID, user_id: UID