원클릭으로
call
Place an outbound phone call through your Vocal Bridge agent (Paid subscribers only).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Place an outbound phone call through your Vocal Bridge agent (Paid subscribers only).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
View and update all agent configuration settings including style, capabilities, MCP servers, and more.
Show help for Vocal Bridge Claude Code plugin commands
Create and deploy a new voice agent (paid subscribers only)
Evaluate a call recording with a multimodal LLM. Sends the audio, the agent's prompt and configuration, the structured session log (transcript + tool calls + client actions), and the raw session report for a qualitative QA assessment. Pilot subscribers only, 100 evals per day.
Delete a Vocal Bridge voice agent permanently. Releases the phone number and removes the agent.
Get developer documentation for integrating your Vocal Bridge agent into applications.
| name | call |
| description | Place an outbound phone call through your Vocal Bridge agent (Paid subscribers only). |
| allowed-tools | Bash |
Place an outbound phone call through the voice agent.
First ensure CLI is installed:
pip install --upgrade vocal-bridge
vb call <phone_number> [--name NAME] [--json]
Phone numbers must be in E.164 format (e.g., +14155551234).
# Place a call
vb call +14155551234
# With callee name
vb call +14155551234 --name "John Smith"
# Output as JSON
vb call +14155551234 --json
vb config set --outbound-enabled true --accept-outbound-tos)--name -> pass callee name--json -> output as JSON