discord-send-message

Send plain text, Markdown, or embed messages to Discord channels via the Discord API.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill discord-send-message-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-send-message
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/discord-send-message
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill discord-send-message-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables programmatic delivery of messages to Discord channels via the Discord API, supporting plain text, Markdown, and embeds for automated notifications and updates.

Core Features & Use Cases

  • Programmatic message sending to Discord channels
  • Support for plain text, Markdown, and rich embeds
  • Validation of DISCORD_BOT_TOKEN, channel ID, and message content with clear errors
  • Use cases include automated alerts, status updates, and announcements across channels

Quick Start

Provide the target channel ID and the message content to post a message in the Discord channel.

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 messages to a Discord channel via the API?

To send automated Discord messages, you need a valid bot token, a target channel ID, and the Send Messages permission. This skill programmatically posts plain text, Markdown, or embed content to your specified channel using the Discord API.

What do I need to configure to send Discord embeds programmatically?

Sending Discord embeds requires configuring a DISCORD_BOT_TOKEN in your environment, obtaining the target channel ID, and ensuring the bot has Send Messages permission. The skill validates these inputs and supports rich embeds alongside Markdown.

Can I use Markdown formatting when sending messages to Discord channels?

Yes, you can use Markdown formatting when sending messages to Discord channels. The skill supports plain text, Markdown syntax, and rich embeds, allowing you to deliver formatted automated notifications and status updates.

Why does my Discord API message fail to send when using a bot token?

Your Discord API message fails if the DISCORD_BOT_TOKEN is missing or invalid, the channel ID is incorrect, or the bot lacks Send Messages permission. The skill validates these inputs and returns clear errors to help you identify the issue.

What are the best ways to automate status updates and alerts in Discord channels?

Automating status updates and alerts in Discord channels is best done by programmatically sending messages via the API. This skill handles automated notifications by validating your bot token and channel ID, then delivering plain text, Markdown, or embed content.