git clone本仓库,在python环境下安装依赖:
pip install pystray flask win11toast pillow pyinstaller
在项目目录执行下面的命令
pyinstaller -F -w --add-data "claude.ico;." claude-code-notifier.py
运行完毕,在 dist 目录下找到 claude-code-notifier.exe 双击运行,右下角常驻任务栏,开启Windows通知。
在claude code里面让agent自己安装SKILL.md,skill加载完毕,后续的确认权限和任务完成均会发送到工作PC的Windows通知。
感谢群友 https://github.com/Littlesheepxy 分享的SKILL.md