Our review
Checks Vocal Bridge authentication status, displaying API key, agent details, and connection health.
Strengths
- Quick verification of authentication
- Shows masked API key for security
- Includes agent name and ID
- Indicates connection health
Limitations
- Requires prior installation of vocal-bridge CLI
- Only shows status, does not modify anything
- Depends on network connectivity
When you need to verify that your Vocal Bridge setup is correctly authenticated and connected.
When you need to change authentication settings or troubleshoot deeper issues beyond status.
Security analysis
CautionThe skill instructs installation of a PyPI package via pip and running a status command. While the intended actions are benign, the network installation introduces a supply-chain risk.
- •Uses pip to install a package from PyPI, which could introduce malicious code if the package is compromised.
Examples
Check the authentication status of Vocal Bridge. Show current API key, agent name, and connection health.name: status description: Check Vocal Bridge authentication status. Shows current API key, connected agent name, and connection health. allowed-tools: Bash
Check the current Vocal Bridge authentication status.
First ensure CLI is installed:
pip install --upgrade vocal-bridge
Then run:
vb auth status
This shows:
- API URL
- API Key (masked)
- Authentication status
- Connected agent name and mode
- Agent ID
- Phone number (if assigned)
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.