slack-notify
Installation
SKILL.md
Slack Notify Skill
Send messages to Slack channels using incoming webhooks.
Setup
- In Slack, go to Channel Settings → Apps → Add an App → Search "Incoming Webhooks"
- Configure the webhook and copy the URL
- Set as GitHub secret:
AGENT_LLM_SLACK_WEBHOOK_URL
Usage
const { sendSlackMessage } = require('./index.js');
// Simple message
await sendSlackMessage('Hello from PopeBot!');