call

call is a skill for Claude Code from vocalbridgeai/vocal-bridge-claude-plugin. It costs 17 tokens per session (278 once invoked), scanned A, original, Apache-2.0.

A command for placing an outbound phone call through a Vocal Bridge voice agent.

In plain words
What is it for?
It is for calling a phone number, optionally naming the person being called and choosing JSON output.
Why use it?
It removes the need to place the call manually, but requires a paid subscription and outbound calling to be enabled.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the vocal-bridge plugin — 16 skills shipped together

Good fit It is for calling a phone number, optionally naming the person being called and choosing JSON output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vocalbridgeai/vocal-bridge-claude-plugin/call
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 vocalbridgeai/vocal-bridge-claude-plugin --skill call
Clone the repo
git clone --depth 1 https://github.com/vocalbridgeai/vocal-bridge-claude-plugin

Made for: Claude Code.

Or install vocal-bridge, the plugin that ships this one along with the rest of its 16 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 call

README.md
[![agentmods](https://agentmods.dev/badge/skills/vocalbridgeai/vocal-bridge-claude-plugin/call/github.svg)](https://agentmods.dev/skills/vocalbridgeai/vocal-bridge-claude-plugin/call)
Your own site
<a href="https://agentmods.dev/skills/vocalbridgeai/vocal-bridge-claude-plugin/call"><img src="https://agentmods.dev/badge/skills/vocalbridgeai/vocal-bridge-claude-plugin/call/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 call

Your own site · 80×15
<a href="https://agentmods.dev/skills/vocalbridgeai/vocal-bridge-claude-plugin/call"><img src="https://agentmods.dev/badge/skills/vocalbridgeai/vocal-bridge-claude-plugin/call.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 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.00017 $0.00278
Opus 5 $0.00009 $0.00139
Sonnet 5 $0.00003 $0.00056
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

call 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 9d 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/call/SKILL.md · 53 lines

What it actually says

Place an outbound phone call through the voice agent.

First ensure CLI is installed:

pip install --upgrade vocal-bridge

Usage

vb call <phone_number> [--name NAME] [--json]

Phone numbers must be in E.164 format (e.g., +14155551234).

Examples

# Place a call
vb call +14155551234

# With callee name
vb call +14155551234 --name "John Smith"

# Output as JSON
vb call +14155551234 --json

Requirements

  • Agent must have outbound calling enabled (vb config set --outbound-enabled true --accept-outbound-tos)
  • Active Pilot subscription required
  • Outbound Calling Terms of Use must be accepted

Rate Limits

  • 50 calls/day per agent
  • 200 calls/day per user

Based on $ARGUMENTS

  • Contains a phone number (starts with +) -> use it as the destination
  • Contains --name -> pass callee name
  • Contains --json -> output as JSON
  • Empty or no phone number -> show usage instructions
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. 9d ago First seen · 53 lines · 17 tokens per session scan A c197712a6922

Subscribe to this mod's changes

call is a skill published in the GitHub repository vocalbridgeai/vocal-bridge-claude-plugin (7 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 17 tokens to every session and 278 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-08-31.