custom-skills-notify

Send Claude Code event alerts to Telegram or Discord via plugin hooks.

5|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ValorVie/custom-skills --skill custom-skills-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-skills-notify
Source: https://github.com/ValorVie/custom-skills/tree/main/skills/custom-skills-notify
Command: npx skills add https://github.com/ValorVie/custom-skills --skill custom-skills-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables real-time notifications of Claude Code events by sending alerts through Telegram or Discord, reducing manual monitoring overhead.

Core Features & Use Cases

  • Initialization: guide users to set up channels (Telegram/Discord) and create a local config file.
  • Manual notifications: send ad-hoc messages via /notify <message>.
  • Automatic notifications: leverages Claude Code plugin hooks to alert on tasks, failures, or prompts during long-running processes.

Quick Start

Initialize Claude Code notifications by running the init flow and then test the connection.

Frequently Asked Questions about custom-skills-notify

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

FAQPage Schema
How do I send Claude Code alerts to Telegram or Discord?

Send Claude Code alerts to Telegram or Discord by configuring a local config file and using plugin hooks. You can initialize channels, test the connection, and trigger manual or automatic notifications for workflow events.

How do I set up automated notifications for long-running Claude Code tasks?

Automated notifications for long-running Claude Code tasks are set up using Claude Code plugin hooks. These hooks automatically trigger alerts to Telegram or Discord when tasks fail or require prompts, reducing manual monitoring.

What is the process to initialize Claude Code notifications?

To initialize Claude Code notifications, run the init flow to guide channel setup and create a local config file at ~/.config/claude-notify/config.json. After initialization, you can test the connection before enabling alerts.

Can I send manual ad-hoc messages to Discord from Claude Code?

Yes, you can send manual ad-hoc messages to Discord from Claude Code using the /notify <message> command. This allows you to push custom alerts directly to your configured channels without waiting for automated triggers.

Do I need a specific config file format for Claude Code workflow monitoring?

Yes, Claude Code workflow monitoring requires a JSON config file located at ~/.config/claude-notify/config.json. This file stores your Telegram or Discord channel settings and is created during the initialization flow.

Why use plugin-driven notifications for Claude Code?

Plugin-driven notifications for Claude Code provide real-time alerts on task completions, failures, or prompts during long-running processes. This mechanism reduces manual monitoring overhead by pushing updates directly to Telegram or Discord.