debug

Stream real-time debug events from the Vocal Bridge voice agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream real-time debug events from the Vocal Bridge voice agent to observe transcriptions, agent responses, tool calls, and errors as they occur, enabling rapid debugging and issue reproduction.

Core Features & Use Cases

  • Live debug stream: See USER, AGENT, TOOL, RESULT, and ERROR events in real time.
  • Tool-call visibility: Track how the agent interacts with tools during conversations.
  • Prerequisites: Ensure Debug Mode is enabled in the agent's Capabilities settings for full visibility.

Quick Start

Run vb debug $ARGUMENTS to start streaming events with the configured agent.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I stream real-time debug events from a voice agent?

Stream real-time debug events from a voice agent by running the live debug command, which displays USER, AGENT, TOOL, RESULT, and ERROR events as they occur for rapid issue reproduction and monitoring.

How can I monitor voice agent tool calls during a live conversation?

Monitor voice agent tool calls by streaming live debug events, which provides real-time visibility into how the agent interacts with tools across active conversations and surfaces any resulting errors.

What do I need to enable before debugging a voice agent?

Debugging a voice agent requires enabling Debug Mode in the agent's Capabilities settings beforehand to ensure full visibility of transcriptions, agent responses, tool calls, and errors during the stream.

What is live debugging for voice agents used for?

Live debugging for voice agents is used to observe transcriptions, agent responses, tool calls, and errors in real time, enabling developers to rapidly diagnose behavior and reproduce issues during live sessions.

Why are my voice agent debug events not showing up in the stream?

Debug events may not show up in the stream if Debug Mode is not enabled in the agent's Capabilities settings, which is a required prerequisite for full event visibility during live debugging sessions.