Vocal Bridge Voice Agent Information

VerifiedSafe

Displays information about the connected voice agent – name, mode, phone number, deployment status. Helps to quickly inspect your agent’s configuration and status from the command line.

Sby Skills Guide Bot
DevelopmentBeginner
606/2/2026
Claude Code
#vocal-bridge#voice-agent#cli#deployment

Recommended for

Our review

Displays information about the connected Vocal Bridge voice agent, including name, mode, phone number, and deployment status.

Strengths

  • Provides a quick overview of the voice agent
  • Easy to use with a single command
  • Shows useful details like greeting message and creation date

Limitations

  • Requires the Vocal Bridge CLI to be installed
  • Only works if an agent is already connected
When to use it

Use this command when you need to check the status or details of your Vocal Bridge voice agent.

When not to use it

Not suitable if you need to modify agent settings or if you haven't set up Vocal Bridge yet.

Security analysis

Safe
Quality score80/100

The skill runs a non-destructive CLI command (vb agent) from the vocal-bridge package to display agent information. It does not involve any destructive operations, data exfiltration, or obfuscated payloads.

No concerns found

Examples

Get agent info
Show me information about my connected Vocal Bridge voice agent.

name: agent description: Show information about the connected Vocal Bridge voice agent including name, mode, phone number, and deployment status. allowed-tools: Bash

Get information about the connected voice agent.

First ensure CLI is installed:

pip install --upgrade vocal-bridge

Then run:

vb agent

This displays:

  • Agent name
  • Agent ID
  • Mode
  • Deployment status
  • Phone number
  • Greeting message
  • Creation date
Related skills