$ loading_
帮助你在 Discord 中收发消息、管理频道互动并自动化协作流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "discord" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/discord/SKILL.md 2. 保存为 ~/.claude/skills/discord/SKILL.md 3. 装好后重载技能,告诉我可以用了
请将以下项目进展整理成一条简洁的 Discord 公告,发送到 #project-updates 频道,并添加一个“已阅读”表情反应:本周完成登录页改版、修复 3 个支付问题、下周开始 A/B 测试。
一条已发送的项目更新公告,并附带指定表情反应。
读取 #design-review 频道最近 20 条消息,找出关于首页横幅修改的讨论,创建一个新线程汇总关键结论,并将原始关键消息置顶。
一个新建的讨论线程,包含结论摘要,且相关消息已置顶。
在 #team-chat 频道发起一个投票,问题是“下周例会时间选择?”,选项为“周二上午”“周三下午”“周五上午”,并在说明中提醒大家今天下班前完成投票。
一条已发布的团队投票消息,包含问题、选项和截止提醒。
Use the message tool with channel: "discord". No separate Discord tool.
channels.discord.actions.* gates.guildId, channelId, messageId, userId.accountId when needed.to: "channel:<id>" or to: "user:<id>".<@USER_ID>.components with legacy embeds.Send:
{ "action": "send", "channel": "discord", "to": "channel:123", "message": "hello", "silent": true }
Send media:
{
"action": "send",
"channel": "discord",
"to": "channel:123",
"message": "see attachment",
"media": "file:///tmp/example.png"
}
Components v2:
{
"action": "send",
"channel": "discord",
"to": "channel:123",
"message": "Status",
"components": "[Carbon v2 components]"
}
React:
{ "action": "react", "channel": "discord", "channelId": "123", "messageId": "456", "emoji": "👍" }
Read:
{ "action": "read", "channel": "discord", "to": "channel:123", "limit": 20 }
Edit/delete:
{
"action": "edit",
"channel": "discord",
"channelId": "123",
"messageId": "456",
"message": "fixed typo"
}
{ "action": "delete", "channel": "discord", "channelId": "123", "messageId": "456" }
Poll:
{
"action": "poll",
"channel": "discord",
"to": "channel:123",
"pollQuestion": "Lunch?",
"pollOption": ["Pizza", "Sushi"],
"pollDurationHours": 24
}
Pin:
{ "action": "pin", "channel": "discord", "channelId": "123", "messageId": "456" }
Thread:
{
"action": "thread-create",
"channel": "discord",
"channelId": "123",
"messageId": "456",
"threadName": "bug triage"
}
Search:
{
"action": "search",
"channel": "discord",
"guildId": "999",
"query": "release notes",
"channelIds": ["123"],
"limit": 10
}
Presence, often gated:
{
"action": "set-presence",
"channel": "discord",
"activityType": "playing",
"activityName": "OpenClaw",
"status": "online"
}
帮助排查 OpenClaw 节点在配对、鉴权、路由与连接中的故障问题。
帮助团队核验 OpenClaw 版本是否已在多渠道完整发布并可正常使用。
帮助团队检索重复的 PR 与问题单,并自动分组同步重复状态。
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
通过 Obsidian CLI 读写检索知识库笔记、任务、链接与插件配置
帮助用户搜索梗图模板、推荐合适格式并生成可分享的表情包图片。
帮助你在 Slack 中收发、管理消息并高效完成团队协作沟通。
帮助用户在 Slack 中收发消息、管理频道并处理工作区协作事务
让兼容 MCP 的 AI 直接操作 Discord,完成发消息、管频道和角色等协作任务。
帮助你通过 QQ 开放平台高效管理频道、成员、帖子、公告与日程。
支持在 QQBot 中收发图片、语音、视频和文件等富媒体内容
通过 Rube MCP 自动执行 Discord 机器人相关任务与流程编排