holdfast

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

A phone-call task for reaching organizations through automated menus, keypad prompts, and hold queues. It plans the call, carries it out with permission, and checks the reported result against the call transcript.

In plain words
What is it for?
Use it for errands such as asking about a baggage claim, cancelling a membership, or contacting a utility company. It can remember discovered menu routes for repeat calls.
Why use it?
It removes the need to personally wait through phone trees and hold music. It also reduces unsupported claims by requiring evidence from the conversation.

Skill for Claude CodeCodex

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

Good fit Use it for errands such as asking about a baggage claim, cancelling a membership, or contacting a utility company. It can remember discovered menu routes for repeat calls.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/holdfast/github.svg)](https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/holdfast)
Your own site
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/holdfast"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/holdfast/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 holdfast

Your own site · 80×15
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/holdfast"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/holdfast.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,721 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.00074 $0.01721
Opus 5 $0.00037 $0.00860
Sonnet 5 $0.00015 $0.00344
Haiku 4.5 $0.00007 $0.00172

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

Security

Grade A, and why

holdfast 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 5 executable files (scripts/map_lookup.py, scripts/map_update.py, scripts/run_task.py, …), 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/holdfast/SKILL.md · 180 lines

How it starts

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

HoldFast

Use this skill when the user wants to delegate a real phone call to an organization whose line is behind an IVR phone tree, a hold queue, or an automated service line: "call the airline and ask about my baggage claim", "cancel my gym membership over the phone", "sit on hold with the utility company until a human picks up".

HoldFast turns a phone-work goal into one planned, verified CALL-E call. It navigates menus with DTMF, waits through hold, talks to the human or automated system within a user-granted authorization scope, and reports a structured outcome that is cross-checked against transcript evidence. Every call that discovers menu paths contributes them back to a local IVR map library so the next call to the same organization is faster.

When To Use

Use this skill for:

  • outbound calls the user initiates for their own errand, claim, booking, or account question
  • calls that must traverse an IVR menu, DTMF keypad prompts, or a hold queue
  • calls where the result must come back as verified structured data, not vibes
  • repeat calls to the same organization, where a saved IVR map saves time

When Not To Use

Do not use this skill to:

  • place marketing, cold outreach, survey, or bulk calls to third parties
  • call emergency services, or handle medical, legal, or financial decisions beyond relaying logistics the user explicitly authorized
  • guess phone numbers, extensions, account identifiers, or identity details
  • agree to payments, contract changes, or cancellations beyond the exact scope the user authorized
  • keep retrying a failed call in a loop; fail closed and report instead

Prerequisites

HoldFast drives CALL-E through the local calle CLI. If the calle CLI is not installed or not authenticated, stop and run the CALL-E readiness flow first (see the CALL-E install guide and the official calle skill). Never print or expose tokens, plan identifiers, or confirmation tokens.

Core Workflow

Always follow these steps in order. The default mode is dry-run: plan and preview only. A real call happens only after the user confirms the plan. For a guided local run, scripts/run_task.py chains steps 1 through 7 in one command (dry-run by default; --run places exactly one call after the preview).

Read the full file on GitHub · 180 lines

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 · 180 lines · 74 tokens per session scan A 9e6e4c8a2b41

Subscribe to this mod's changes

holdfast is a skill published in the GitHub repository CALLE-AI/awesome-phone-call-agents (88 stars, last pushed yesterday), licensed MIT. It adds 74 tokens to every session and 1,721 once invoked, about $0.0004 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