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
Use this command when you need to check the status or details of your Vocal Bridge voice agent.
Not suitable if you need to modify agent settings or if you haven't set up Vocal Bridge yet.
Security analysis
SafeThe 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
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
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.