Agent skill
gotify-ping
Send a Gotify push before requesting human input
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gotify-ping
SKILL.md
Gotify Ping Skill
Use this before asking the human for input so they get a phone notification.
Prereqs
- Gotify token is provided via sops-nix at
/run/secrets/gotify/token. - Optional env overrides:
GOTIFY_URL(default: https://gotify.ablz.au)GOTIFY_TOKEN_FILE(default: /run/secrets/gotify/token)GOTIFY_PRIORITY(default: 5)
Quick Command
gotify-ping "Codex needs input" "Please check the session; I need a decision."
Notes
- The
gotify-pingcommand comes fromscripts/gotify-ping.shand is installed into PATH via Home Manager. - If the token file is missing or unreadable, the command exits with an error.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?