Trusted, reviewable agent skills for sending Agent Alerts to iPhone through one hosted HTTPS webhook and one bundled script.
Start new setups at andreas.ink/agent. The
connection flow creates a publish-only token for the runtime. Keep it in the
runtime's secret manager as AGENTALERTS_AGENT_TOKEN; never paste it into
agent chat.
This repository publishes two skills:
$agent-alerts-setupdesigns and verifies an automation.$agent-alerts-executionsends or skips an alert throughagent-alerts-execution/scripts/send_webhook.sh.
The script validates the payload and secret configuration, uses the hosted endpoint by default, keeps the token out of process arguments, and preserves idempotency across a retry.
npx skills add AndreasInk/AgentAlertsSkillOr ask your agent:
Install https://github.com/AndreasInk/AgentAlertsSkill.
Use $agent-alerts-setup to configure my automation.
Use $agent-alerts-execution when it is time to send or skip.
These files follow Vercel's Agent Skills guidance: focused instructions, clear activation descriptions, and a deterministic bundled script. The public skills.sh directory surfaces GitHub-hosted skills from install activity and publishes security-audit information. Review skill files and scripts before installing or updating them.
- One publish-only token per runtime.
- One auditable HTTPS helper for every send.
- No token in prompts, URLs, logs, source files, or command arguments.
- Exact-script authorization for unattended runners.
- Stable idempotency keys for retries.
- Delivery counts reported without treating request acceptance as device-visible proof.
| Ops Calm | Release Readiness | Mixpanel Funnel |
|---|---|---|
![]() |
![]() |
![]() |
| App Store Analytics | Supabase Errors | GCloud Incident |
|---|---|---|
![]() |
![]() |
![]() |
| Codex Agent Progress | Builder Launch Console | Builder Compact Console |
|---|---|---|
![]() |
![]() |
![]() |
Read the Agent Alerts docs or join the iOS TestFlight.








