discord-send-message

Send text, markdown, and embeds to Discord channels via API v10.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill discord-send-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-send-message
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/discord-send-message
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill discord-send-message

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates sending text, formatted markdown, and rich embeds to Discord channels so teams and systems can deliver notifications, announcements, and interactive content without manual posting.

Core Features & Use Cases

  • Send plain text messages or markdown-formatted content to a specified Discord channel using the Discord API v10.
  • Publish embeds with title, description, color, fields, timestamps, and footers for rich notifications and status reports.
  • Support sequential or batched messages with basic rate-limit guidance and clear error handling for common API responses.

Quick Start

Send a message to channel 123456789012345678 with the text "Hello from EvoNexus" using the configured DISCORD_BOT_TOKEN.

Frequently Asked Questions about discord-send-message

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send automated notifications to a Discord channel?

Automated notifications are sent to Discord channels via the Discord API v10 by posting plain text, markdown, or rich embeds. This requires a valid bot token, numeric channel ID, and the Send Messages permission.

Can I post rich embeds with formatted fields to Discord?

Yes, you can publish rich embeds containing titles, descriptions, colors, fields, timestamps, and footers. These structured messages are suitable for detailed status reports and interactive content delivery.

What do I need to automate Discord messages for announcements?

To automate Discord announcements, you need a valid DISCORD_BOT_TOKEN, the numeric target channel ID, and the bot must have Send Messages permission. You must also adhere to Discord rate limits and message size constraints.

How do I handle rate-limiting when sending batched Discord messages?

When sending sequential or batched Discord messages, the API provides basic rate-limit guidance and clear error handling for common responses. You must adhere to these Discord rate limits and message size constraints to avoid failures.

Does this approach support replying to messages in server channels?

Yes, posting replies to specific messages within server channels is supported. You can automate sending plain text, markdown-formatted content, and embeds as replies using the Discord API.