kol-ivr-route

kol-ivr-route is a skill for Claude Code, Codex from CALLE-AI/awesome-phone-call-agents. It costs 27 tokens per session (473 once invoked), scanned A, original, MIT.

A verification workflow for healthcare claim-status calls, where a claim is checked with the payer and the result is compared with the transcript and phone-menu route. A healthcare claim is a request to an insurer to pay for medical care.

In plain words
What is it for?
Use it to audit a payer call or decide whether a structured claim result is safe to pass to another process. It checks the claim reference, department, question, and exact payer statements.
Why use it?
It prevents an AI-generated claim status, amount, date, or denial code from being accepted without direct supporting evidence. It also requires authorization and can use a test fixture instead of a real call.

Skill for Claude CodeCodex

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

Good fit Use it to audit a payer call or decide whether a structured claim result is safe to pass to another process. It checks the claim reference, department, question, and exact payer statements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calle-ai/awesome-phone-call-agents/kol-ivr-route
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 kol-ivr-route
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 kol-ivr-route

README.md
[![agentmods](https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route/github.svg)](https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/kol-ivr-route)
Your own site
<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.

agentmods 80×15 button for kol-ivr-route

Your own site · 80×15
<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>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 473 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.00027 $0.00473
Opus 5 $0.00014 $0.00236
Sonnet 5 $0.00005 $0.00095
Haiku 4.5 $0.00003 $0.00047

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

Security

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.

skills/kol-ivr-route/SKILL.md · 40 lines

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

  1. 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.
  2. Preview the exact destination, claim reference, intended department, question, expected charge, and whether the route is explore or replay.
  3. 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.
  4. Ask CALL-E for strict structured output, but treat that output as a claim to verify, not as evidence by itself.
  5. 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.
  6. 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.
  7. Label suggested next actions as operator policy unless the payer explicitly said them. Never present an inference as a quote.
  8. Return verified, needs_review, contradicted, or unreachable, 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.

Read the full file on GitHub · 40 lines

Files

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.

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 · 40 lines · 27 tokens per session scan A 426057874175

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

strategy-generate

Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.

HKUDS/Vibe-Trading · 21 tokens

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…

anthropics/financial-services · 87 tokens

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…

tw93/Waza · 71 tokens

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…

tradermonty/claude-trading-skills · 111 tokens

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…

elvisun/newsjack · 67 tokens

walk-forward-validation

Walk-forward validation framework for trading strategies and ML models with time-series-aware splits, overfit detection, and regime-aware validation.

agiprolabs/claude-trading-skills · 28 tokens