call

Place an outbound phone call via Vocal Bridge CLI with E.164 numbers and JSON output.

7|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/vocalbridgeai/vocal-bridge-claude-plugin --skill call-vocalbridgeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: call
Source: https://github.com/vocalbridgeai/vocal-bridge-claude-plugin/tree/main/skills/call
Command: npx skills add https://github.com/vocalbridgeai/vocal-bridge-claude-plugin --skill call-vocalbridgeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Place an outbound phone call through a Vocal Bridge agent, enabling users to initiate calls within their workflow.

Core Features & Use Cases

  • Outbound dialing: Initiate calls to a destination number in E.164 format.
  • Caller personalization: Optionally include the callee name to provide context.
  • Automation-ready output: Produce JSON results for integration into automation pipelines.

Quick Start

Use vb call <phone_number> to place an outbound call.

Frequently Asked Questions about call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I place an outbound phone call from the command line?

To place an outbound phone call from the command line, use the Vocal Bridge CLI by entering the vb call command followed by a destination number in E.164 format. This initiates the call through a Vocal Bridge agent.

Do I need a specific subscription to automate outbound calls?

Yes, automating outbound calls requires outbound calling to be enabled in your configuration and an active Pilot subscription. The CLI uses these to execute calls and return JSON results for pipelines.

What is the required phone number format for telephony automation?

The required phone number format for telephony automation is E.164. You must supply the destination number in this format when using the CLI to dial and connect through the Vocal Bridge agent.

Can I include a callee name when initiating outbound calls?

Yes, you can optionally include a callee name when initiating outbound calls to provide context. This personalization is supported by the CLI alongside the destination number for agent processing.

Does the Vocal Bridge CLI return JSON output for automation pipelines?

Yes, the Vocal Bridge CLI can optionally return JSON output for automation pipelines. This allows you to integrate outbound dialing results directly into your existing software engineering workflows.