DI

A skill to send automated messages and notifications to Discord channels using the Discord API.

Install

mkdir -p .claude/skills/discord-send-message && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/270" && unzip -o skill.zip -d .claude/skills/discord-send-message && rm skill.zip

Installs to .claude/skills/discord-send-message

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Send messages to Discord channels via the Discord API. Use this skill when the user wants to send text messages, notifications, or formatted content to a Discord channel.
170 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Send plain text messages to Discord channels
  • Post formatted markdown content
  • Send rich embeds with fields and colors
  • Reply to channel events programmatically

How it works

The skill uses the Discord API v10 to send HTTP POST requests to channel endpoints with formatted JSON payloads.

Inputs & outputs

You give it
Channel ID and message content or embed JSON
You get back
Message ID upon successful delivery

When to use discord-send-message

  • Send build status notifications
  • Automate daily report posts to a channel
  • Push formatted alerts to a Discord server
  • Reply to channel events programmatically

About discord-send-message

It allows developers to send structured communication to Discord channels programmatically. It supports standard text, markdown formatting, and rich embeds using the Discord API v10 architecture.

Send messages to Discord channels via the Discord API. Use this skill when the user wants to send text messages, notifications, or formatted content to a Discord channel.

When not to use it

  • When sending sensitive information in public channels
  • When exceeding Discord rate limits

Prerequisites

DISCORD_BOT_TOKENDiscord channel IDBot permissions in target server

Limitations

  • Message content limited to 2000 characters
  • Embed descriptions limited to 4096 characters

How it compares

It provides a standardized programmatic interface for Discord communication instead of manual webhook configuration or manual posting.

Compared to similar skills

discord-send-message side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
discord-send-message (this skill)79moReviewIntermediate
sendgrid-automation14moNo flagsIntermediate
add-telegram12moReviewIntermediate
discord-create-channel04moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry