setup

Detect missing Vocal Bridge CLI and install it automatically.

7|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/vocalbridgeai/vocal-bridge-claude-plugin --skill setup-vocalbridgeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/vocalbridgeai/vocal-bridge-claude-plugin/tree/main/skills/setup
Command: npx skills add https://github.com/vocalbridgeai/vocal-bridge-claude-plugin --skill setup-vocalbridgeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects when the Vocal Bridge CLI is missing and installs it automatically, ensuring users can run Vocal Bridge commands without manual setup.

Core Features & Use Cases

  • Detects CLI presence on a system and triggers installation if missing.
  • Installs the CLI via pip or the standalone bootstrap script and validates the installation.
  • Verifies CLI availability and guides users to begin using commands like /vocal-bridge:login.

Quick Start

Install and verify the Vocal Bridge CLI automatically when you attempt to run a Vocal Bridge command.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically install the Vocal Bridge CLI when it is missing?

To automatically install the missing Vocal Bridge CLI, this setup process detects its absence and triggers an installation via pip or a bootstrap script. It validates the installation by checking the version output.

How does CLI installation validation work for Vocal Bridge commands?

CLI installation validation works by executing version checks using either vb --version or python -m vocal_bridge.cli --version. Successful verification confirms the environment is ready to run Vocal Bridge workflows.

Do I need pip to set up the Vocal Bridge CLI, or are there other installation methods?

You do not strictly need pip to set up the Vocal Bridge CLI. The installation process supports both pip and a standalone bootstrap script, automatically selecting the appropriate method to install and validate the tool.

What is the first command to run after automatically installing the Vocal Bridge CLI?

After automatically installing the Vocal Bridge CLI and verifying its availability, the first command to run is /vocal-bridge:login. This guides you to begin authenticating and using the developer workflows.

Why does running a Vocal Bridge command fail before the CLI is installed?

Running a Vocal Bridge command fails before the CLI is installed because the underlying developer workflows require the CLI executable to be present. This setup detects that missing dependency and installs it automatically.

Can I use this automated setup in an existing developer workflow that requires the Vocal Bridge CLI?

Yes, you can use this automated setup in existing developer workflows. It applies to environments that require the Vocal Bridge CLI, detecting missing installations and guiding you through validation to enable commands.