Customizable notifications for Claude Code -- GitHub PRs, Slack DMs, stock prices, and more while you code
Bring real-world notifications into your Claude Code session. While Claude works on your code, you'll see GitHub PR reviews, Slack messages, stock prices, and more -- right in the terminal.
Use this skill when the user:
npm install -g vibenotifications
vibenotifications init
Or run without installing:
npx vibenotifications init
The interactive setup wizard walks through selecting notification sources, entering API keys, testing connections, and installing Claude Code hooks automatically.
| Plugin | Source | API key needed? |
|---|---|---|
| GitHub | PR reviews, CI failures, mentions | Yes (PAT) |
| Slack | DMs, channel messages | Yes (Bot token) |
| X/Twitter | Mentions | Yes (Bearer token) |
| Unread count | Yes (IMAP) | |
| Stocks/Crypto | BTC, ETH, SOL, DOGE prices | No |
| MCP Bridge | Connected MCP server status | No |
Notifications appear across 5 Claude Code surfaces:
vibenotifications dashboardvibenotifications init # Interactive setup wizard
vibenotifications dashboard # View all notifications
vibenotifications add <plugin> # Enable a new source
vibenotifications remove <plugin> # Disable a source
vibenotifications start # Start notification daemon
vibenotifications stop # Stop notification daemon
vibenotifications fetch # Fetch notifications once
vibenotifications uninstall # Remove everything