slack-notify

Send plain text or block messages to Slack channels via incoming webhooks.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill slack-notify-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-notify
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/slack-notify
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill slack-notify-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, and includes scripts (resource) components.

What problem does it solve?

This Skill allows for the automated sending of messages to Slack channels, facilitating real-time notifications, alerts, and status updates.

Core Features & Use Cases

  • Notifications: Send alerts for system events or job completions.
  • Status Updates: Provide timely information to team channels.
  • Use Case: Automatically notify the #devops channel on Slack whenever a new build is deployed to production.

Quick Start

Use the slack-notify skill to send the message 'Deployment successful!' to the #alerts channel.

Frequently Asked Questions about slack-notify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send automated notifications to a Slack channel using webhooks?

To send automated Slack notifications, configure the SLACK_WEBHOOK_URL environment variable and use the skill to dispatch plain text messages, formatted blocks, or thread replies to your target channel.

What's the best way to post deployment alerts to Slack from a script?

Posting deployment alerts to Slack is handled by sending messages via incoming webhooks, which supports formatted messages with blocks for rich status updates in your team channels.

Can I reply in Slack threads using incoming webhooks?

Yes, Slack thread replies are supported alongside plain text and formatted messages with blocks, allowing you to contextualize alerts and status updates within existing conversations.

Do I need a specific environment variable configured to send Slack messages?

Yes, you need the SLACK_WEBHOOK_URL environment variable configured to authenticate and route incoming webhooks for sending messages to your designated Slack channels.

What are the limitations of sending Slack alerts via incoming webhooks?

Slack alerts via incoming webhooks require a pre-configured SLACK_WEBHOOK_URL and are limited to sending messages to the specific channel associated with that webhook URL.