Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    vocalbridgeai

    prompt

    vocalbridgeai/prompt
    Communication
    4
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Manage the system prompt for the Vocal Bridge voice agent. Can show, edit, or set the prompt and greeting.

    SKILL.md

    Manage the voice agent's system prompt.

    First ensure CLI is installed:

    pip install --upgrade vocal-bridge
    

    Commands

    Show current prompt

    vb prompt show
    

    Set prompt from file

    vb prompt set --file <path>
    

    For greeting:

    vb prompt set --file <path> --greeting
    

    Set prompt from stdin (pipe content)

    echo "Your prompt here" | vb prompt set
    

    For greeting:

    echo "Hello! How can I help?" | vb prompt set --greeting
    

    Based on $ARGUMENTS

    Determine user intent from $ARGUMENTS:

    • "show" or empty → show current prompt with vb prompt show
    • "set" with file path → set from file
    • Contains prompt text → pipe to vb prompt set
    • "greeting" modifier → operate on greeting instead of prompt

    Interactive Edit Flow

    If user wants to edit:

    1. Run vb prompt show to get current prompt
    2. Let user provide new prompt text
    3. Pipe new text to vb prompt set
    Recommended Servers
    Browser tool
    Browser tool
    Gemini
    Gemini
    AgentMail
    AgentMail
    Repository
    vocalbridgeai/vocal-bridge-claude-plugin
    Files