Cc Notify
Description
CCNotify provides desktop notifications for Claude Code, alerting you when Claude needs your input or completes tasks. Starting from claude-code v1.0.95 (2025-08-31), any invalid settings in `~/.claude/settings.json` will disable hooks. See [Why not working](#why-not-working) for solutions.
Installation
claude install-skill https://github.com/dazuiba/CCNotify README
CCNotify
CCNotify provides desktop notifications for Claude Code, alerting you when Claude needs your input or completes tasks.
Important Notes
Starting from claude-code v1.0.95 (2025-08-31), any invalid settings in `~/.claude/settings.json` will disable hooks. See [Why not working](#why-not-working) for solutions.
Features
- undefined
**Note**: Currently compatible with macOS only.
Installation Guide
1. Install CCNotify
# Create the directory if it doesn't exist
mkdir -p ~/.claude/ccnotify
# soft link ccnotify.py to the directory
ln -f ccnotify.py ~/.claude/ccnotify/
chmod a+x ~/.claude/ccnotify/ccnotify.py
# run this script, should print: ok
~/.claude/ccnotify/ccnotify.py
ok
2. Install terminal-notifier
ccnotify uses `terminal-notifier` for macOS notifications. Install it using Homebrew:
brew install terminal-notifier
For alternative installation methods and more information, visit: https://github.com/julienXX/terminal-notifier
3. Configure Claude Hooks
Add the following hooks to your Claude configuration to enable ccnotify:
~/.claude/settings.json
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "~/.claude/ccnotify/ccnotify.py UserPromptSubmit"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "~/.claude/ccnotify/ccnotify.py Stop"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "~/.claude/ccnotify/ccnotify.py Notification"
}
]
}
]
}
Try It Out
...
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git community Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills)
Git community #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git community GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git community GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git community mcp-server-github
GitHub API integration for repos, issues, PRs.
Git community