Back to list
vocalbridgeai

help

by vocalbridgeai

0🍴 0📅 Jan 25, 2026

SKILL.md


name: help description: Show help for Vocal Bridge Claude Code plugin commands

Vocal Bridge Plugin Commands

CommandDescription
/vocal-bridge:login [api_key]Authenticate with API key
/vocal-bridge:statusCheck authentication status
/vocal-bridge:agentShow agent information
/vocal-bridge:logs [session_id]View call logs
/vocal-bridge:download <session_id>Download call recording
/vocal-bridge:statsShow call statistics
/vocal-bridge:prompt [show|set]Manage system prompt
/vocal-bridge:config [show|set|edit|options]Manage all agent settings
/vocal-bridge:debugStream debug events
/vocal-bridge:setupInstall CLI if needed

Getting Started

  1. Get your API key from your agent detail page at https://vocalbridgeai.com
  2. Run /vocal-bridge:login vb_your_api_key to authenticate
  3. Use /vocal-bridge:agent to verify connection

Examples

# Login with your API key
/vocal-bridge:login vb_abc123xyz

# Check connection status
/vocal-bridge:status

# View recent call logs
/vocal-bridge:logs

# View last 50 failed calls
/vocal-bridge:logs -n 50 --status failed

# View specific call transcript
/vocal-bridge:logs 550e8400-e29b-41d4-a716-446655440000

# Download call recording
/vocal-bridge:download 550e8400-e29b-41d4-a716-446655440000

# Show call statistics
/vocal-bridge:stats

# View current prompt
/vocal-bridge:prompt show

# View all agent settings
/vocal-bridge:config show

# Show valid options for a setting (ALWAYS do this before changing settings)
/vocal-bridge:config options voice
/vocal-bridge:config options "TTS Model"

# Update agent settings
/vocal-bridge:config set --debug-mode true

# Set session limits
/vocal-bridge:config set --max-call-duration 15
/vocal-bridge:config set --max-history-messages 50

# Edit full config in editor
/vocal-bridge:config edit

# Stream debug events
/vocal-bridge:debug

CLI Installation

The plugin automatically installs the CLI when needed. You can also install manually:

pip install vocal-bridge

Or download the standalone script:

curl -fsSL https://vocalbridgeai.com/cli/vb.py -o vb && chmod +x vb

More Information

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon