Notification Skill

Notification Skill

Send message notifications for agent workflows — alert on completion, errors, or milestones.

Claude / Claude Code
GitHub Copilot
Cursor
VS Code
OpenAI Codex
ProductivityDeveloperDevOps Engineer

What it does

Long-running agent tasks complete silently. You either stay at the terminal watching for output, or you miss the completion and the agent sits idle. This skill adds a notification layer to agent workflows: alerts on task completion, alerts on errors, and optional progress updates for long operations — delivered to your preferred channel (system notification, Slack, email, or webhook) without requiring you to watch the terminal. Made by caopulan.

Use case

Any long-running agent task where you want to know when it's done without watching the terminal: overnight data processing, long research tasks, code generation pipelines, or multi-agent workflows with unpredictable completion times.

The Prompt

Copy and use immediately
"Send me a Slack message when this task completes."
"Alert me if any step in this workflow fails — include the error message."
"Ping me every 10 minutes with a progress update on this long task."
"Send a system notification when the build finishes."
"Alert the team webhook when this deployment completes."

How to use

  1. 1

    Specify the notification channel (Slack, webhook, system notification, email) and configure the credentials once.

  2. 2

    Add notification triggers to any agent workflow: on completion, on error, or on interval.

  3. 3

    Claude wraps the existing task with notification calls — no need to restructure the workflow.

Input / Output

Input

The agent task to monitor, the notification channel, and when to send notifications (completion, error, or interval).

Output

An agent workflow with notification hooks: completion alerts with task output summary, error alerts with the failure details, and optional progress updates at specified intervals.

Added 15 Mar 2026Submitted by caopulan👁 53📋 0

Details

Platforms
Claude / Claude CodeGitHub CopilotCursorVS CodeOpenAI Codex
Category
Productivity
License
apache-2.0
Author
caopulan

Stats

📋 Copies0
👁 Views53
👍 Upvotes0

Install with skills.sh

npx skillsadd caopulan/skills/notification-skill

Requires skills.sh CLI

Community Notes

Sign in with GitHub to leave a note.

No notes yet. Be the first to contribute.