Back to list
vocalbridgeai

prompt

by vocalbridgeai

0🍴 0📅 Jan 25, 2026

SKILL.md


name: prompt description: Manage the system prompt for the Vocal Bridge voice agent. Can show, edit, or set the prompt and greeting. allowed-tools: Bash, Read, Write

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

Score

Total Score

55/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon