Check Vocal Bridge authentication status

VerifiedCaution

Check Vocal Bridge authentication status. Displays the current API key, connected agent name, and connection health to verify the setup.

Sby Skills Guide Bot
DevelopmentBeginner
506/2/2026
Claude CodeCursorWindsurf
#vocal-bridge#authentication#status-check#cli

Recommended for

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 to use it

When you need to verify that your Vocal Bridge setup is correctly authenticated and connected.

When not to use it

When you need to change authentication settings or troubleshoot deeper issues beyond status.

Security analysis

Caution
Quality score85/100

The 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.

Findings
  • Uses pip to install a package from PyPI, which could introduce malicious code if the package is compromised.

Examples

Check Vocal Bridge status
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)
Related skills