Skip to content

dallonasnes/claude-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-notify

Get Slack notifications when Claude CLI is waiting for your input.

Unofficial tool - not affiliated with Anthropic or Claude.

Install

npm install -g claude-notify

Usage

Replace claude with claude-notify in your commands:

# Just run claude-notify (it will start claude for you)
claude-notify

# With optional flags
claude-notify --timeout 30000 --debug

Setup

Set your Slack webhook URL:

export SLACK_WEBHOOK_URL="https://hooks.slack.com/services/YOUR/WEBHOOK/URL"

Or pass it directly:

claude-notify --webhook-url "https://hooks.slack.com/..."

Options

  • --timeout <ms> - Notification delay (default: 15000ms)
  • --webhook-url <url> - Slack webhook URL
  • --disable-notifications - Run without notifications

Requirements

  • Node.js 14+
  • Claude CLI installed
  • Slack webhook URL (create one in your Slack workspace settings)

About

Get Slack notifications when Claude Code is waiting for you

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors