discord-notify

Installation
SKILL.md

Discord Notify Skill

Send messages to Discord channels using incoming webhooks.

Setup

  1. In Discord, go to Channel Settings → Integrations → Webhooks
  2. Create a new webhook and copy the URL
  3. Set as GitHub secret: AGENT_LLM_DISCORD_WEBHOOK_URL

Usage

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

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

// Rich embed
Related skills
Installs
12
First Seen
Mar 1, 2026