@openclaw/discord
Use when you need to control Discord from OpenClaw via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, create/edit/delete channel
Install
Add @openclaw/discord to Claude Code with the PolySkill CLI: polyskill add @openclaw/discord
Instructions
# Discord Actions ## Overview Use `discord` to manage messages, reactions, threads, polls, and moderation. You can disable groups via `discord.actions.*` (defaults to enabled, except roles/moderation). The tool uses the bot token configured for OpenClaw. ## Inputs to collect - For reactions: `channelId`, `messageId`, and an `emoji`. - For fetchMessage: `guildId`, `channelId`, `messageId`, or a `messageLink` like `https://discord.com/channels/<guildId>/<channelId>/<messageId>`. - For stickers/polls/sendMessage: a `to` target (`channel:<id>` or `user:<id>`). Optional `content` text. - Polls als…
Keywords: discord, messaging, channels, bots