← Back to list

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
| Command | Description |
|---|---|
/vocal-bridge:login [api_key] | Authenticate with API key |
/vocal-bridge:status | Check authentication status |
/vocal-bridge:agent | Show agent information |
/vocal-bridge:logs [session_id] | View call logs |
/vocal-bridge:download <session_id> | Download call recording |
/vocal-bridge:stats | Show call statistics |
/vocal-bridge:prompt [show|set] | Manage system prompt |
/vocal-bridge:config [show|set|edit|options] | Manage all agent settings |
/vocal-bridge:debug | Stream debug events |
/vocal-bridge:setup | Install CLI if needed |
Getting Started
- Get your API key from your agent detail page at https://vocalbridgeai.com
- Run
/vocal-bridge:login vb_your_api_keyto authenticate - Use
/vocal-bridge:agentto 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
- Documentation: https://vocalbridgeai.com/docs/developer-guide
- Dashboard: https://vocalbridgeai.com
- GitHub: https://github.com/vocalbridgeai/vocal-bridge-claude-plugin
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