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.
npx skills add CALLE-AI/awesome-phone-call-agents --skill kol-ivr-routegit clone --depth 1 https://github.com/CALLE-AI/awesome-phone-call-agentsWrote 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.
[](https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route)<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route/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.
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00473 |
| Opus 5 | $0.00014 | $0.00236 |
| Sonnet 5 | $0.00005 | $0.00095 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
kol-ivr-route 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.
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.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kol IVR Route
Use this skill when a user wants to chase a healthcare claim by phone, audit a CALL-E payer call, or decide whether a structured claim-status result is safe to use.
Workflow
- Confirm that the destination is an owned test fixture or that the user is authorised to call it. Do not collect or expose PHI in a demo.
- Preview the exact destination, claim reference, intended department, question, expected charge, and whether the route is explore or replay.
- Default to the no-call fixture path. Place a live call only after the user gives an exact authorised destination and understands that a submitted call cannot be cancelled through the public Developer API.
- Ask CALL-E for strict structured output, but treat that output as a claim to verify, not as evidence by itself.
- Require all of the following before
autoAccept=true:- a completed payer-side response;
- the requested claim reference repeated by the payer;
- the claim-specific question present in the agent transcript;
- an exact payer quote establishing the intended department;
- exact payer quotes grounding status and every returned amount, date, and denial code;
- a route receipt independent of the model result; and
- agreement between reported and independently observed keypresses.
- Quarantine a cached route when its prompts, destination, or receipt disagree. Explore on the next run; do not silently repair and auto-accept in the same call.
- Label suggested next actions as operator policy unless the payer explicitly said them. Never present an inference as a quote.
- Return
verified,needs_review,contradicted, orunreachable, the failed checks, exact supporting spans, and the provenance of each field.
Implementation
Use ../../apps/typescript/kol/ for the runnable implementation.
cd apps/typescript/kol
npm install
npm run validate
npm run demo
Read references/safety.md before a live call and references/examples.md when interpreting the verdict.
What ships with it
2 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.
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.
- today First seen · 40 lines · 27 tokens per session scan A 426057874175
kol-ivr-route is a skill published in the GitHub repository CALLE-AI/awesome-phone-call-agents (88 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 473 once invoked, about $0.0001 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.
Other skills, from other repositories
strategy-generate
Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.
merger-model
Build accretion/dilution analysis for M&A transactions. Models pro forma EPS impact, synergy sensitivities, and purchase price allocation. Use when evaluating a potential acquisition, preparing merger consequences analysis for a pitch, or advising on deal terms. Triggers on "merger model", "accretion dilution", "M&A…
health
Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users ask in any language to audit Claude, Codex, Pi, agent instructions, MCP or hooks, verifier coverage, or AI-maintainability drift. Not for debugging application…
mt5-robot-tester
Select the best MetaTrader 5 trading robots (Expert Advisors) that have not been backtested yet, by running the MT5 Strategy Tester from the command line through a 3-round pipeline. Use when the user wants to batch-test MT5 bots/EAs, screen robots across all symbols, optimize EA parameters, or move candidate bots to…
prompt-proximity-architecture
Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…
walk-forward-validation
Walk-forward validation framework for trading strategies and ML models with time-series-aware splits, overfit detection, and regime-aware validation.