slack-notify

Installation
SKILL.md

Slack Notify Skill

Send messages to Slack channels using incoming webhooks.

Setup

  1. In Slack, go to Channel Settings → Apps → Add an App → Search "Incoming Webhooks"
  2. Configure the webhook and copy the URL
  3. Set as GitHub secret: AGENT_LLM_SLACK_WEBHOOK_URL

Usage

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

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

// Formatted message with blocks
Related skills
Installs
22
First Seen
Mar 1, 2026