discord-notify

Send messages to Discord channels using incoming webhooks.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discord-notify" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-discord-notify

Discord Notify Skill

Send messages to Discord channels using incoming webhooks.

Setup

  • In Discord, go to Channel Settings → Integrations → Webhooks

  • Create a new webhook and copy the URL

  • Set as GitHub secret: AGENT_LLM_DISCORD_WEBHOOK_URL

Usage

const { sendDiscordMessage } = require('./index.js');

// Simple message await sendDiscordMessage('Hello from PopeBot!');

// Rich embed await sendDiscordMessage('', { embeds: [{ title: 'Job Complete', description: 'The task finished successfully', color: 0x00ff00, fields: [ { name: 'Duration', value: '5 minutes', inline: true }, { name: 'Status', value: 'Success', inline: true } ], timestamp: new Date().toISOString() }] });

// With mentions await sendDiscordMessage('Task done <@123456789>!');

Features

  • Plain text messages

  • Rich embeds with fields

  • User mentions (<@USER_ID> )

  • Role mentions (<@&ROLE_ID> )

  • Timestamps

  • Color-coded embeds

  • Thumbnail and images

Rate Limits

Discord webhooks are rate limited to ~30 requests per minute. The skill includes automatic retry logic.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review