emergency-dispatch-relay

emergency-dispatch-relay is a skill for Claude Code, Codex from CALLE-AI/awesome-phone-call-agents. It costs 51 tokens per session (1,236 once invoked), scanned A, original, MIT.

An experimental workflow for making one human-authorised phone call that relays a dispatcher's decision to a response unit and records the unit's answer. It does not choose units, reassign cases, or replace emergency command channels.

In plain words
What is it for?
Use it to notify a unit about an assignment already approved by a dispatcher and collect availability or estimated arrival information.
Why use it?
It separates communication from emergency decision-making, reducing the risk that an automated system makes or changes a dispatch decision.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to notify a unit about an assignment already approved by a dispatcher and collect availability or estimated arrival information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CALLE-AI/awesome-phone-call-agents --skill emergency-dispatch-relay
Clone the repo
git clone --depth 1 https://github.com/CALLE-AI/awesome-phone-call-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for emergency-dispatch-relay

README.md
[![agentmods](https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay/github.svg)](https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay)
Your own site
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for emergency-dispatch-relay

Your own site · 80×15
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/emergency-dispatch-relay.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,236 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01236
Opus 5 $0.00026 $0.00618
Sonnet 5 $0.00010 $0.00247
Haiku 4.5 $0.00005 $0.00124

Measured today against content hash 17bba93f521d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

emergency-dispatch-relay scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/relay.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/emergency-dispatch-relay/SKILL.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Emergency Dispatch Relay

Use this skill when a dispatcher has already decided "PCR Van 11 takes this cardiac call in Shalimar Bagh" and the remaining work is to reach the unit by phone, say it, and record their answer — without a human dialing.

emergency-dispatch-relay is an experimental notification demo, not a validated emergency-dispatch system. It submits one call attempt per invocation and asks the voice agent to relay a human's decision and request a tri-state answer. The CLI does not select units, reassign cases, or act on results. Prompt instructions are not guaranteed conversational enforcement; established human command channels remain authoritative and must not depend on this demo.

The boundary this skill exists to enforce: an AI voice can carry a human's dispatch decision to a response unit — it must never become the decision.

When To Use

  • emergency control rooms (112/911-style) notifying a response unit of an assignment a human dispatcher has confirmed in writing
  • collecting unit availability and ETA as machine-readable data instead of scribbled notes
  • multilingual relays — the goal is authored in English, the conversation runs in the unit's locale (hi, en-IN, and other CALL-E locales)
  • any life-safety workflow where the caller side must stay auditable: the skill refuses to run without a named --confirmed-by human

When Not To Use

Do not use this skill to:

  • place any call without a recorded human dispatch decision — the script exits if --confirmed-by is missing
  • instruct, order, or pressure a unit to move (the generated goal forbids it; movement is a command-chain action)
  • notify next-of-kin, give medical instructions to civilians, or interview witnesses — wrong agent, wrong register
  • triage inbound calls or grade severity — those happen before dispatch and belong to intake tooling
  • run automated escalation waterfalls without a human gate between hops

Result Schema

{
  "unit_accepted": "yes | no | unknown",
  "eta_minutes": "12",
  "notes": "Bridge road blocked; taking alternate route."
}

Read the full file on GitHub · 127 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 127 lines · 51 tokens per session scan A 17bba93f521d

Subscribe to this mod's changes

emergency-dispatch-relay is a skill published in the GitHub repository CALLE-AI/awesome-phone-call-agents (88 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 1,236 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other skills, from other repositories