What problem does it solve?
Claude Code needs a reliable channel for real-time notifications. This skill provides a straightforward way to route events and status updates to Discord via webhooks, enabling teams to monitor runs, errors, and outcomes without leaving Claude Code.
Core Features & Use Cases
- Discord webhook-based delivery: send event payloads to a designated Discord channel using a webhook URL.
- Secure configuration: instructs storing the webhook URL in DISCORD_WEBHOOK_URL within the project environment and ignoring it in version control.
- Use Case: attach a webhook to a channel to receive session start/finish notifications, error alerts, and summary reports directly in Discord.
Quick Start
Create a Discord webhook URL for your channel and configure the webhook URL in your Claude Code project so that notifications start flowing to the channel.