用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kaivyy/kabot --skill discord命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | discord |
| description | Control Discord via the discord tool: manage messages, reactions, polls, channels, and bot presence. |
Use discord to manage messages, reactions, threads, polls, and moderation. The tool uses the bot token configured for OpenClaw.
For detailed writing style guidelines, see references/STYLE_GUIDE.md. For more complex examples, see references/EXAMPLES.md.
sendMessage: Send text/media to to: "channel:<id>" or to: "user:<id>".editMessage, deleteMessage: Modify existing messages.readMessages, fetchMessage: Retrieve messages.react: Add emoji reaction.reactions: List reactions on a message.sticker: Send stickers.poll: Create polls (2-10 answers).emojiUpload, stickerUpload: Add assets to a guild (requires guildId).emojiList: List custom emojis in a guild.permissions: Check bot permissions in a channel.memberInfo, roleInfo, channelInfo, channelList: Fetch metadata.voiceStatus: Check user voice status.eventList: List scheduled events.threadCreate, threadList, threadReply: Manage message threads.pinMessage, listPins: Manage pinned messages.Requires discord.actions.channels: true.
channelCreate, channelEdit, channelDelete, channelMove.categoryCreate, categoryEdit, categoryDelete.Requires discord.actions.presence: true.
setPresence: Set status (online, dnd, etc.) and activity (playing, listening, watching, custom).Enable/disable features via discord.actions.* config. Moderation, Roles, Channels, and Presence are disabled by default.
to: "channel:<id>" for sending messages.channelId directly for most other actions.file:/// and https:// URLs.Inspect and safely update Kabot configuration, model/memory/provider settings, channel account policies, allowlists, and related status or log evidence when debugging why a setting or runtime behavior is wrong.
Use when users ask about current weather, temperature, rain, or near-term forecasts for a real location. Not for historical weather archives, official severe-weather alerts, aviation, marine, or climate-trend analysis.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.