discord-notify
Installation
SKILL.md
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!');