discord-notify

Send plain text messages and rich embeds to Discord channels via webhooks.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill discord-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-notify
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/discord-notify
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill discord-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to send messages and notifications to Discord channels without the need for a full bot setup, streamlining communication for alerts and updates.

Core Features & Use Cases

  • Plain Text Messages: Send simple text-based notifications.
  • Rich Embeds: Create visually appealing messages with titles, descriptions, fields, timestamps, and colors.
  • Mentions: Tag users and roles directly within messages.
  • Use Case: Automatically post a "Build Failed" alert to a development channel in Discord with details about the error and a link to the build log.

Quick Start

Use the discord-notify skill to send the message "Deployment successful!" to your Discord channel.

Frequently Asked Questions about discord-notify

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

FAQPage Schema
How do I send Discord notifications via webhook without setting up a full bot?

Send Discord notifications via webhook by making HTTP POST requests to your webhook URL using the axios package, eliminating the need for a full bot setup. This approach streamlines automated alerts and status updates directly to channels.

Can I send rich embeds and mentions to a Discord channel through a webhook?

Yes, you can send rich embeds with titles, descriptions, fields, timestamps, and colors through a Discord webhook. You can also tag users and roles directly within messages using mentions.

What do I need to configure before sending automated alerts to Discord?

You need to set the DISCORD_WEBHOOK_URL environment variable for authentication and install the axios package for making HTTP POST requests. These prerequisites allow your application to securely send messages to Discord.

What is the best way to post a build failed alert to a Discord development channel?

The best way to post a build failed alert to Discord is using webhook integration to send a rich embed with error details and a build log link. This delivers automated, visually structured status updates directly to development channels.

Does sending Discord messages via webhook require axios?

Yes, sending messages and rich embeds to Discord channels via webhook requires the axios package to handle the HTTP POST requests. It serves as the core dependency for transmitting your payload to the Discord webhook URL.