_discord

Send Claude Code event payloads to Discord channels via webhooks.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill discord-hahyeonjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _discord
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_discord
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill discord-hahyeonjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about _discord

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

FAQPage Schema
How do I send Claude Code notifications to a Discord channel?

To send Claude Code notifications to a Discord channel, you create a Discord webhook URL, store it securely in your project environment as DISCORD_WEBHOOK_URL, and implement a hook script to send JSON event payloads to that URL.

What kind of Discord alerts can I configure for Claude Code workflows?

Discord alerts for Claude Code workflows can deliver session start and finish notifications, error alerts, and summary reports. These real-time event payloads help teams monitor development and production runs without leaving Discord.

Do I need a specific Discord webhook setup to receive Claude Code event alerts?

You need a Discord webhook URL created from your target channel and stored securely in the DISCORD_WEBHOOK_URL environment variable. The webhook URL should be ignored in version control to maintain secure configuration.

Can I use Discord webhooks to monitor Claude Code errors across production environments?

Yes, Discord webhooks can monitor Claude Code errors across both development and production workflows. By routing event payloads to a designated Discord channel, teams receive real-time error alerts and summary reports for any environment.

What is the best way to securely manage a Discord webhook URL for Claude Code integration?

The best way to securely manage a Discord webhook URL for Claude Code is storing it in the DISCORD_WEBHOOK_URL environment variable within your project environment and ensuring the URL is ignored in version control.