Get Slack notifications when Claude CLI is waiting for your input.
Unofficial tool - not affiliated with Anthropic or Claude.
npm install -g claude-notifyReplace 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 --debugSet 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/..."--timeout <ms>- Notification delay (default: 15000ms)--webhook-url <url>- Slack webhook URL--disable-notifications- Run without notifications
- Node.js 14+
- Claude CLI installed
- Slack webhook URL (create one in your Slack workspace settings)