Get a Windows toast notification when Claude Code finishes responding to a task.
Be alerted when Claude Code needs permission to run a command or is waiting for input.
Customize notification wording or which events trigger a ping by editing the plugin's script.
| adi4x4/agentping | amu2mod/gamesavesaver | blackvenom5iix/winget-toctou-poc | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 1/5 | 3/5 |
| Audience | developer | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows 10 or 11 and a Claude Code version with plugin support, installs via a single plugin command.
AgentPing is a small Windows tool that sends desktop notifications when Claude Code, an AI coding assistant, finishes responding, needs permission to run something, or is waiting for your input. It is built as a single PowerShell script that hooks into Claude Code's own event system, so there is nothing else to install or run in the background. The project is an independent community effort and is not made or endorsed by Anthropic. It requires Windows 10 or 11 along with either the built-in Windows PowerShell or PowerShell 7 or later, plus a version of Claude Code that supports plugins. Installation is done entirely through Claude Code's own plugin commands, adding the marketplace and installing the plugin, after which notifications begin appearing on the very next turn. Removing it is just as simple through an uninstall command. Under the hood, AgentPing registers two hooks with Claude Code. One fires when Claude needs permission to do something or is waiting for input, and the other fires when Claude finishes responding. Both trigger a script that reads event details, shows a native Windows toast notification, and falls back to a tray balloon notification if toasts are not available on that system. The script is written so that it always exits cleanly and never blocks Claude Code, even if it receives malformed input. There is no configuration needed to get started, though anyone can edit the notification wording or which events trigger it directly in the script and hook definition files. The project includes a test suite that runs the real notification script in a dry-run mode so tests never actually pop up a visible notification, and there is also a way to manually trigger a single real notification to confirm everything works as expected. The project is released under the MIT license.
A dependency-free Windows PowerShell plugin that pops native desktop notifications when Claude Code finishes or needs your attention.
Mainly PowerShell. The stack also includes PowerShell, Claude Code.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.