_slack

Send Slack notifications to channels or DMs via webhooks or bot tokens.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack notifications for Claude Code rely on Slack incoming webhooks and bot tokens to deliver events to channels or DMs. This integration makes it easy to receive real-time updates from Claude Code in Slack, reducing context switching and manual sharing.

Core Features & Use Cases

  • Slack delivery via incoming webhooks or bot tokens to post messages to public channels, private channels, or direct messages.
  • Centralized credential handling and secure storage using SLACK_BOT_TOKEN and SLACK_USER_ID in your CLAUDE project environment.
  • Use cases include team notification of session events, build or workflow status, and rapid debugging alerts within Slack.

Quick Start

Create a Slack app, generate a bot token, and set SLACK_BOT_TOKEN and SLACK_USER_ID in your project environment to enable Slack notifications.

Frequently Asked Questions about _slack

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

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

To send Slack notifications from Claude Code, configure an incoming webhook or bot token with SLACK_BOT_TOKEN and SLACK_USER_ID to post real-time alerts to channels or direct messages.

Do I need a Slack bot token to send direct messages from Claude Code?

Yes, a Slack bot token is required. You must generate a bot token from a Slack app and set SLACK_BOT_TOKEN and SLACK_USER_ID in your project environment to enable direct message delivery.

How do I securely store Slack webhook credentials for Claude Code?

Slack webhook credentials are securely stored in CLAUDE_PROJECT_DIR/.claude/.env. This centralized credential handling uses SLACK_BOT_TOKEN and SLACK_USER_ID accessible by gobbi session load-env.

Can I use Slack incoming webhooks for Claude Code build status alerts?

Yes, Slack incoming webhooks support Claude Code build status alerts. They deliver real-time workflow updates, testing notifications, and rapid debugging alerts directly to public or private Slack channels.

What is the best way to get real-time Claude Code alerts in Slack?

The best way to get real-time Claude Code alerts in Slack is using bot tokens or incoming webhooks. This integration reduces context switching by delivering session events and workflow updates automatically.

Why set up a Slack app for Claude Code notifications?

Setting up a Slack app for Claude Code notifications generates the required bot token. This token authenticates message delivery to workspaces, channels, or DMs for team collaboration and debugging alerts.