بنقرة واحدة
docs
Get developer documentation for integrating your Vocal Bridge agent into applications.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get developer documentation for integrating your Vocal Bridge agent into applications.
التثبيت باستخدام 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.
Place an outbound phone call through your Vocal Bridge agent (Paid subscribers only).
| name | docs |
| description | Get developer documentation for integrating your Vocal Bridge agent into applications. |
| allowed-tools | Bash |
Get developer integration documentation for the Vocal Bridge voice agent.
First ensure CLI is installed:
pip install --upgrade vocal-bridge
Then run:
vb docs $ARGUMENTS
This returns comprehensive developer documentation including:
The output is markdown formatted. If an agent is selected, the docs are customized with agent-specific configuration, tools, and actions. Without an agent selected, generic capability docs are returned.
Use --json flag for JSON output.
The documentation returned by this command is designed to be used as context for building integrations. You can: