voice-agent

voice-agent is a skill for Claude Code from zavudev/zavu-skills. It costs 36 tokens per session (3,227 once invoked), scanned A, original, Apache-2.0.

Instructions for building AI agents that answer and place phone calls. The agents can use code tools during voice conversations, provide transcripts, and transfer callers to a person through Zavu Cloud.

In plain words
What is it for?
Use it to define, deploy, and connect voice agents with prompts, skills, tools, phone numbers, WhatsApp accounts, Facebook Pages, or Telegram bots.
Why use it?
It explains the setup needed for an agent that speaks with callers instead of only exchanging text. It also covers how phone and messaging connections are represented in Zavu.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the zavu-skills plugin — 14 skills shipped together

Good fit Use it to define, deploy, and connect voice agents with prompts, skills, tools, phone numbers, WhatsApp accounts, Facebook Pages, or Telegram bots.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zavudev/zavu-skills/voice-agent
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 zavudev/zavu-skills --skill voice-agent
Clone the repo
git clone --depth 1 https://github.com/zavudev/zavu-skills

Made for: Claude Code.

Or install zavu-skills, the plugin that ships this one along with the rest of its 14 skills.

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 voice-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/zavudev/zavu-skills/voice-agent/github.svg)](https://agentmods.dev/skills/zavudev/zavu-skills/voice-agent)
Your own site
<a href="https://agentmods.dev/skills/zavudev/zavu-skills/voice-agent"><img src="https://agentmods.dev/badge/skills/zavudev/zavu-skills/voice-agent/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 voice-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/zavudev/zavu-skills/voice-agent"><img src="https://agentmods.dev/badge/skills/zavudev/zavu-skills/voice-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,227 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.00036 $0.03227
Opus 5 $0.00018 $0.01614
Sonnet 5 $0.00007 $0.00645
Haiku 4.5 $0.00004 $0.00323

Measured 11d ago against content hash c0e568ddd9fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

voice-agent 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 11d ago.

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/voice-agent/SKILL.md · 317 lines

How it starts

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

Voice Agents

A voice agent answers a phone call, holds a conversation, calls your code when it needs to do something, and hands off to a person when it should. It is the same agent object as a messaging agent, with a voice block on it.

Zavu runs the whole pipeline: speech recognition, the agent's model, speech synthesis, and interruption handling. You supply the prompt and the skills.

One thing to know before anything else: voice is the channel where tools actually run. On plain text the model is not offered tools at all (see ai-agent). If your agent has to do something, voice and flows are where that works today.


Senders vs accounts (one paragraph)

A Sender is the API handle you pass as Zavu-Sender; accounts (a WhatsApp Business Account, a Facebook Page, a Telegram bot, a phone number) are the connections it routes — and what bills. Senders are free. Connecting an account in the dashboard auto-creates its sender; find it with GET /v1/senders and trust its channels array for what it can send. See the channel-setup skill for the full model.

Fastest path: take a factory agent

Zavu ships working voice agents. Talking to one on zavu.dev and then owning its code is the same agent.

npx zavudev agents catalog                     # what's available
npx zavudev agents pull kepler --dir kepler    # scaffold it locally
# booking agents: add --calendar calcom for a working Cal.com client
cd kepler
npm install                             # types + local runs
npx zavudev senders list                       # find your sender id
npx zavudev fn secrets set SENDER_ID <senderId>
npx zavudev deploy
npx zavudev agents list                        # confirm what actually landed

An agent can answer on more than one number. Connect them by id:

npx zavudev agents senders connect --agent <agentId> --sender <senderId>

agents pull writes a real TypeScript project: index.ts with the agent and its skills, a tsconfig.json, and a local stand-in for @zavudev/functions so the project typechecks and runs on your machine. Edit it freely — the file is yours, and npx zavudev deploy reconciles whatever it declares.

Read the full file on GitHub · 317 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. 11d ago First seen · 317 lines · 36 tokens per session scan A c0e568ddd9fd

Subscribe to this mod's changes

voice-agent is a skill published in the GitHub repository zavudev/zavu-skills (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 36 tokens to every session and 3,227 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens