Send messages to Discord channels. Use when user wants to post, reply, or send messages to Discord.
Sends messages to Discord channels or replies to existing messages using your user token. Triggers when you ask to post, reply, or send messages to Discord channels.
/plugin marketplace add lycfyi/community-agent-plugin/plugin install discord-agent@community-agent-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Send messages to Discord channels using your user token.
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_send.py --channel CHANNEL_ID --message "Your message here"
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_send.py --channel CHANNEL_ID --message "Your reply" --reply-to MESSAGE_ID
| Parameter | Required | Description |
|---|---|---|
| --channel | Yes | Target channel ID |
| --message | Yes | Message content (max 2000 chars) |
| --reply-to | No | Message ID to reply to |
Use discord-list skill to find channel IDs:
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_list.py --channels SERVER_ID
Message IDs can be found in:
On success, returns:
./.env (in cwd)Using a user token to send messages may violate Discord's Terms of Service. Use responsibly and at your own risk.