ワンクリックで
logs
View call logs for the Vocal Bridge voice agent. Can list recent calls or show details of a specific session including transcript.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View call logs for the Vocal Bridge voice agent. Can list recent calls or show details of a specific session including transcript.
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 | logs |
| description | View call logs for the Vocal Bridge voice agent. Can list recent calls or show details of a specific session including transcript. |
| allowed-tools | Bash |
View call logs for the voice agent.
First ensure CLI is installed:
pip install --upgrade vocal-bridge
If $ARGUMENTS is empty or contains options, list recent logs:
vb logs $ARGUMENTS
Common options:
-n 50 - Show 50 logs (default 20)--status completed - Filter by status (completed/failed/abandoned/in_progress)--json - Output as JSONIf $ARGUMENTS contains a UUID (session ID), show details:
vb logs <session_id>
This shows:
/vocal-bridge:download <session_id> to download)Use --json flag for machine-readable output.