bark-notify
✓Codex 完成任务后发送 Bark (day.app) 推送通知。当 Codex 或 Claude 运行完成时,或者当您需要在任务完成时通知设备名称、项目名称、状态和摘要时使用。
SKILL.md
Send a Bark push notification after each Codex task. Use the helper script to resolve the project name and post to the Bark API.
You can add the following lines to /.bashrc (Linux) or /.zshrc (macOS) to set environment variables:
For example, you can add this instruction to AGENTS.md: Use skill bark-notify to notify users when each agent run is finished or when any notifications would be sent to users.
Codex 完成任务后发送 Bark (day.app) 推送通知。当 Codex 或 Claude 运行完成时,或者当您需要在任务完成时通知设备名称、项目名称、状态和摘要时使用。 来源:caopulan/notification-skill。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/caopulan/notification-skill --skill bark-notify- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 bark-notify?
Codex 完成任务后发送 Bark (day.app) 推送通知。当 Codex 或 Claude 运行完成时,或者当您需要在任务完成时通知设备名称、项目名称、状态和摘要时使用。 来源:caopulan/notification-skill。
如何安装 bark-notify?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/caopulan/notification-skill --skill bark-notify 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/caopulan/notification-skill