Discord Send Message
Post messages to Discord channels programmatically using the Discord API v10. Supports plain text, markdown formatting, and structured embeds with validation for content limits and permission checks. Requires a bot token and appropriate channel permissions.
Discord Send Message lets you post text, markdown, and embeds to Discord channels via API.
AI-generated summary based on this skill's SKILL.md
Install
evolution-foundation/evo-nexus/discord-send-message · repository language: Python
git clone https://github.com/evolution-foundation/evo-nexus
cp -r evo-nexus ~/.claude/skills/discord-send-messagegenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install evolution-foundation/evo-nexus/discord-send-messageFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I send a message to a Discord channel?
Discord Send Message posts messages to Discord channels programmatically using the Discord API v10. You provide a bot token, channel ID, and message content—supporting plain text, markdown formatting, and structured embeds. The skill validates content limits and checks channel permissions before posting.
Can Discord Send Message post Discord messages automatically?
Yes. Discord Send Message enables automated Discord posting by integrating into workflows. Once configured with your bot token and target channels, it can send messages on a schedule or trigger, making it ideal for notifications, alerts, and recurring announcements without manual intervention.
What formats does Discord Send Message support?
Discord Send Message supports plain text, markdown formatting, and structured embeds. You can format messages with bold, italics, code blocks, and links using markdown syntax, or construct rich embeds with titles, descriptions, fields, and images for more visually organized notifications.
What are the requirements to use Discord Send Message?
Discord Send Message requires a Discord bot token and appropriate channel permissions. Your bot must have permission to send messages in the target channel. The skill validates content against Discord's limits and permission rules before attempting to post, preventing failed deliveries.
How does Discord Send Message integrate into my workflow?
Discord Send Message integrates Discord messaging into workflows by accepting channel IDs and message content as inputs. You can chain it with other tools to send notifications based on events, errors, or data updates, enabling seamless programmatic Discord integration without leaving your automation platform.