Voice Agent Information

VerifiedSafe

Display connected voice agent information including name, mode, phone number, and deployment status using Vocal Bridge CLI.

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

Recommended for

Our review

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

Strengths

  • Quickly check agent status and configuration.
  • Simple command-line interface.
  • Provides key details like phone number and greeting message.

Limitations

  • Requires prior installation of the vocal-bridge package.
  • Only works if a Vocal Bridge agent is connected.
  • Does not allow modifying agent settings.
When to use it

When you need to quickly inspect the status or details of a Vocal Bridge voice agent.

When not to use it

When you need to modify agent configuration or deploy a new agent.

Security analysis

Safe
Quality score80/100

The skill runs a non-destructive command to display agent information. It installs a package via pip, which is common and does not pose direct security risks in the skill's instructions.

No concerns found

Examples

Check agent info
Show me the current Vocal Bridge agent details.

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