slack-notifications

Send automated Slack notifications for agent status updates, approvals, and errors.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/rom-orlovich/agents-system --skill slack-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-notifications
Source: https://github.com/rom-orlovich/agents-system/tree/main/claude-code-cli-poc/planning-agent/.claude/skills/slack-notifications
Command: npx skills add https://github.com/rom-orlovich/agents-system --skill slack-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated Slack notifications for agent status updates, approvals, and errors, reducing manual follow-ups and speeding response times.

Core Features & Use Cases

  • Real-time status updates: Notify stakeholders when an agent changes state (Planning, Execution, Monitoring).
  • Approval and error alerts: Push prompts for approvals and critical error messages to the right channels.
  • Channel targeting & templates: Send notifications to configured Slack channels with customizable messages based on ticket context.

Quick Start

Configure the Slack bot with your SLACK_BOT_TOKEN and target channels, then emit planning, execution, or error notifications from your agent workflow as events occur.

Frequently Asked Questions about slack-notifications

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

FAQPage Schema
How do I send automated Slack notifications for agent status updates?

To send automated Slack notifications for agent status updates, configure a Slack bot with your SLACK_BOT_TOKEN and target channels, then emit planning, execution, or error events from your Python agent workflow.

What types of agent workflow events can trigger a Slack notification?

Slack notifications can be triggered by agent state changes across planning, execution, and monitoring phases, as well as approval prompts and critical error alerts pushed to configured channels.

Do I need a Python runtime to set up Slack alerts for AI agents?

Yes, a Python runtime is required to set up Slack alerts. The runtime executes the agent workflow, manages the Slack bot service connection, and reads environment variables for tokens and channels.

Can I target specific Slack channels for agent approval and error alerts?

Yes, you can target specific Slack channels for agent approval and error alerts. The skill supports channel targeting with customizable messages based on ticket context to notify the right stakeholders.

What environment variables are required to configure a Slack bot for agent monitoring?

Configuring a Slack bot for agent monitoring requires environment variables for the SLACK_BOT_TOKEN and target channels. These credentials authenticate the bot and route status updates correctly.