prompt

Show and update the Vocal Bridge system prompt from files or stdin.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage the voice agent's system prompt.

Core Features & Use Cases

  • Show current prompt
  • Set prompt from file
  • Set prompt from stdin
  • Set greeting

Quick Start

Install the Vocal Bridge CLI and then run vb prompt show to view the current prompt or vb prompt set to update it.

Frequently Asked Questions about prompt

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

FAQPage Schema
How do I update a voice agent system prompt from a file?

Update a voice agent system prompt from a file by running the set command to read the file contents and apply them to the agent configuration. The tool validates the input to prevent invalid prompt formats before applying the update.

What is the best way to show the current system prompt for a voice agent?

Show the current system prompt for a voice agent by running the dedicated show command, which retrieves and displays the active greeting and configuration currently applied. This allows you to verify the existing setup before making changes.

Can I set the system prompt from stdin instead of a file?

Yes, you can set the system prompt directly from stdin instead of a file, allowing you to pipe input streams into the command to configure agent behavior and test different greetings dynamically without creating a separate file.

Do I need the Vocal Bridge CLI installed to manage prompts?

Yes, you need the Vocal Bridge CLI installed to manage prompts, as the tool functions as a command-line interface to show and update the system prompt. It validates input formats and applies the configuration to the voice agent.

Why does setting a voice agent greeting fail with an invalid format error?

Setting a voice agent greeting fails with an invalid format error because the tool validates all input data to prevent invalid prompt formats from being applied. You must ensure the file or stdin input matches the expected format before running the update command.