← スキル一覧に戻る

setup
by vocalbridgeai
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: setup description: Check and install the Vocal Bridge CLI. Run this automatically before using other Vocal Bridge commands if the CLI is not installed. allowed-tools: Bash
Check if the Vocal Bridge CLI is installed and install it if needed.
Step 1: Check if vb CLI exists
Try these in order:
which vb- Check if in PATHpython -m vocal_bridge.cli --version- Check if installed as modulepip show vocal-bridge- Check if package is installed
Step 2: If not installed, install it
If the CLI is not found, install using pip:
pip install --upgrade vocal-bridge
Or if using uv:
uv pip install --upgrade vocal-bridge
Step 3: Verify installation
Run: vb --version or python -m vocal_bridge.cli --version
If installation succeeds, inform the user they can now use Vocal Bridge commands like /vocal-bridge:login.
If pip install fails, suggest using the standalone script:
mkdir -p ~/.local/bin
curl -fsSL https://vocalbridgeai.com/cli/vb.py -o ~/.local/bin/vb && chmod +x ~/.local/bin/vb
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc # or ~/.zshrc
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です