slack-notifications

Automates Slack notifications with text and Block Kit messages.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill slack-notifications-mcerqua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-notifications
Source: https://github.com/MCERQUA/jam-skills/tree/main/slack-notifications
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill slack-notifications-mcerqua

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of effectively communicating with your team by automating Slack notifications, ensuring timely updates and messages without manual intervention.

Core Features & Use Cases

  • Customizable Notifications: Send simple text messages or rich formatted notifications using Slack's Block Kit.
  • Lead Notifications: Automatically post new leads and customer inquiries to designated Slack channels.
  • Task Completion Reports: Update team members on task completions and status updates.
  • Use Case: After a task is completed, notify the team with a structured summary in their Slack channel.

Quick Start

Send a Slack notification about a completed task by running the following command: bash /mnt/shared-skills/slack-notifications/slack-send.sh "Task completed successfully" "$SLACK_CHANNEL_AI_UPDATES"

Frequently Asked Questions about slack-notifications

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

FAQPage Schema
How do I automate Slack notifications for task completions?

You can automate Slack notifications for task completions by executing a shell script that uses pre-wired bot credentials to post structured summary messages directly to a designated Slack channel.

Can I send rich formatted messages to Slack using Block Kit?

Yes, you can send rich formatted messages to Slack using Block Kit. This Skill supports configuring complex rich formatted notifications alongside simple text messages for team communication.

Do I need a Slack API bot setup to send team updates?

Yes, you need Slack API access and a pre-wired bot setup to send team updates. This Skill relies on these configured credentials to automate notifications and post messages in real-time.

What's the best way to post new leads to a Slack channel?

The best way to post new leads to a Slack channel is using an automated notification script that handles lead notifications and posts customer inquiries directly to your team's communication platform.

Does this Slack notification tool require curl to run?

Yes, this Slack notification tool requires curl to run. It uses shell scripts to execute the notification commands and handle the underlying API requests for delivering messages.