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 you need to quickly inspect the status or details of a Vocal Bridge voice agent.
When you need to modify agent configuration or deploy a new agent.
Security analysis
SafeThe 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
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
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.