Prompt

Manage the system prompt for the Vocal Bridge voice agent. Can show, edit, or set the prompt and greeting. Use when this capability is needed.

tomevault-io 71af515 2 files · 1.9 KB Updated

File contents

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

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/vocalbridgeai--vocal-bridge-claude-plugin--prompt commit 71af51573c

Frequently asked questions

npx skillmds@latest add tomevault-io/prompt