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 lycfyi-discord-connector-plugins-discord-connector@lycfyi/community-agent-pluginThis 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.
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.