一键导入
send-pushover-notification
Send a notification after work completes. Use when the agent should alert you about task completion or important milestones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send a notification after work completes. Use when the agent should alert you about task completion or important milestones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch GitHub pull request feedback for a PR number and triage each comment/review item as already fixed, high-level, should be fixed, or should not be fixed. Use when the user asks to evaluate GitHub PR feedback status from `gh pr view`.
Emit clear progress updates by default for most non-trivial tasks and speak milestone status. Use whenever work has multiple phases, may include long-running commands or tests, involves waiting on tools or agents, or benefits from hands-free audible status.
Transform any photo into surrealist AI art. Uses Claude to write a story about your photo, then Gemini generates a reimagined version in one of 35+ visual styles. Deep Apple Photos integration — pick from albums, save back, schedule as an Apple TV screensaver.
Turn your Overcast listening history into actionable intelligence. Syncs episodes, transcripts, and chapters to SQLite, then uses LLM analysis to surface insights from what you've listened to and connect them to your current projects and interests. Depth of analysis is caller-configured.
| name | send-pushover-notification |
| description | Send a notification after work completes. Use when the agent should alert you about task completion or important milestones. |
| version | 1.0.0 |
| author | hbmartin |
| license | Apache-2.0 |
| metadata | {"hermes":{"tags":["Notifications","Pushover","Alerts","Automation"]}} |
| prerequisites | {"commands":["curl"]} |
This skill is agent-agnostic: it works the same in Claude Code, Codex, and any other agent that can run shell commands.
Use this skill to send a single completion alert through Pushover at the end of work. Keep message text short and factual.
scripts/send_pushover.sh --message "<status>: <summary>"
scripts/send_pushover.sh --message "<message>".--message--title (default Task Complete)--priority (default 0)