emergency-priority2-receipt
Installation
SKILL.md
emergency-priority2-receipt
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
Priority-2 emergency notification with receipt polling, via the TS core pushover_core.ts emergency.
env -u HTTPS_PROXY -u HTTP_PROXY bun "${CLAUDE_PLUGIN_ROOT}/skills/_lib/pushover_core.ts" emergency \
--title "Title" --message "what happened + the one action needed" \
[--retry 30] [--expire 300] [--sound piano] [--attach report.png] [--app main|test]
Behavior (verified on a physical device 2026-05-30)
- priority 2 requires
retry(≥ 30 s) andexpire(≤ 10800 s) — Pushover returns HTTP 400 without them. The core supplies defaults (30 / 300) automatically. - The response returns a
receipt; the core polls/1/receipts/{receipt}.jsonevery 5 s and prints{acknowledged, acknowledged_at, expired}when you ack (verified ack at t+35 s) or it expires. sound=pianois a custom sound on this account;pianobaris the built-in fallback — usecustom-sounds resolve piano pianobar.- Attach a
render-incident-report-imagePNG for full detail; keep--message≤ 1024.