vobiz-api

vobiz-api is a skill for Claude Code from vobiz-ai/Agent-Skills. It costs 66 tokens per session (645 once invoked), scanned A, original, MIT.

A general guide to the Vobiz REST API, a web interface that software can call to manage phone and messaging services.

In plain words
What is it for?
Use it to work with phone numbers, calls, call-control XML, audio streams, SIP trunks, applications, endpoints, call records, accounts, WhatsApp, AI voice platforms, and Plivo migrations.
Why use it?
It helps choose the correct Vobiz workflow and construct authenticated requests without exposing API credentials.

Skill for Claude Code

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

Part of the vobiz plugin — 13 skills, 1 MCP server shipped together

Good fit Use it to work with phone numbers, calls, call-control XML, audio streams, SIP trunks, applications, endpoints, call records, accounts, WhatsApp, AI voice platforms, and Plivo migrations.

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

Made for: Claude Code.

Or install vobiz, the plugin that ships this one along with the rest of its 13 skills, 1 MCP server.

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 vobiz-api

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vobiz-ai/agent-skills/vobiz-api"><img src="https://agentmods.dev/badge/skills/vobiz-ai/agent-skills/vobiz-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 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.00066 $0.00645
Opus 5 $0.00033 $0.00322
Sonnet 5 $0.00013 $0.00129
Haiku 4.5 $0.00007 $0.00064

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

Security

Grade A, and why

vobiz-api 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 10d 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/vobiz-api/SKILL.md · 42 lines

How it starts

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

Vobiz API

Use the Vobiz API at https://api.vobiz.ai/api/v1. Authenticate server-side requests with X-Auth-ID and X-Auth-Token. Read credentials from environment variables or a secret manager. Never print, persist, or commit tokens.

Route the task

Load only the specialized skill that matches the requested operation:

Task Skill
Purchase, assign, or release a phone number vobiz-phone-numbers
Create or control calls vobiz-voice-calls
Build IVR and call-control XML vobiz-voice-xml
Stream call audio over WebSocket vobiz-audio-streams
Manage SIP trunks, credentials, IP ACLs, or routing vobiz-sip-trunking
Configure voice applications or SIP endpoints vobiz-applications-endpoints
Query completed call records vobiz-cdr
Manage internal sub-accounts and their KYC vobiz-sub-accounts
Operate a reseller or white-label partner account vobiz-partner-api
Send WhatsApp messages or manage channels vobiz-whatsapp
Connect an AI voice platform vobiz-ai-voice-agents
Migrate a Plivo integration vobiz-plivo-migration

Apply common rules

  1. Fetch current endpoint details from https://vobiz.ai/docs/introduction or the Vobiz MCP server at https://vobiz.ai/docs/mcp when a request shape is uncertain.
  2. Preserve API path casing exactly. Vobiz uses /Account/, /account/, and /accounts/ for different resources.
  3. URL-encode E.164 numbers used in paths (+ becomes %2B). Keep the literal + in JSON bodies.
  4. Treat 401 as an authentication or path-casing problem, 429 as a rate or capacity limit, and 5xx as an unknown outcome that requires state verification before retrying.
  5. Show the target account, resource, and financial effect before a write operation.
  6. Require explicit confirmation before purchases, balance transfers, call placement, number release, deletion, or other irreversible operations.
  7. Do not retry a timed-out money-moving request until the resulting state or transaction history has been checked.

Read the full file on GitHub · 42 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. 10d ago First seen · 42 lines · 66 tokens per session scan A 4599d11b4bc7

Subscribe to this mod's changes

vobiz-api is a skill published in the GitHub repository vobiz-ai/Agent-Skills (2 stars, last pushed 21d ago), licensed MIT. It adds 66 tokens to every session and 645 once invoked, about $0.0003 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

architecture-decision-record

ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs, recording an architectural decision, or evaluating options.

yonatangross/orchestkit · 38 tokens

baselinker-webhooks

Receive BaseLinker (Base.com) webhooks. Use when building a BaseLinker order or warehouse callback receiver, because BaseLinker is not a normal webhook source: deliveries arrive as HTTP HEAD requests with NO body, the entire payload is in the query string (observed params: orderid, state), there is NO signature…

hookdeck/webhook-skills · 131 tokens

cronofy-webhooks

Receive and verify Cronofy push notifications (webhooks). Use when setting up Cronofy notification channels, debugging Cronofy-HMAC-SHA256 verification, or handling Cronofy calendar events like verification, change, profiledisconnected, conferencingprofiledisconnected, profileinitialsynccompleted, and gdprrequested.…

hookdeck/webhook-skills · 102 tokens

fireflies-webhooks

Receive and verify Fireflies.ai webhooks. Use when setting up Fireflies webhook handlers, debugging X-Hub-Signature verification, or handling the meeting.transcribed, meeting.summarized, and meeting.botjoined events from Webhooks V2. Also covers the legacy V1 scheme.

hookdeck/webhook-skills · 64 tokens

alipay-webhooks

Receive and verify Alipay (Antom / Alipay+) webhook notifications. Use when setting up Alipay webhook handlers, debugging RSA256 Signature header verification, or handling payment events like notifyPayment, notifyCapture, notifyRefund, notifyAuthorization, and notifyDispute.

hookdeck/webhook-skills · 58 tokens

clio-webhooks

Receive and verify Clio (Clio Manage) webhooks. Use when setting up Clio webhook handlers, debugging X-Hook-Signature verification, completing the X-Hook-Secret handshake, or handling legal practice events like matter.created, contact.updated, activity.created, or bill events.

hookdeck/webhook-skills · 64 tokens