スキル一覧に戻る
vocalbridgeai

download

by vocalbridgeai

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: download description: Download call recording for a specific session. Saves the audio file to the current directory. allowed-tools: Bash

Download the audio recording for a specific call session.

First ensure CLI is installed:

pip install --upgrade vocal-bridge

Download Recording

$ARGUMENTS should contain a session ID (UUID):

vb logs download $ARGUMENTS

This downloads the audio file to the current directory with filename recording_<id>.<format>.

Custom Output Path

To save to a specific location, use the -o flag:

vb logs download <session_id> -o /path/to/call.ogg

Notes

  • Recordings are only available if the agent has call recording enabled
  • Audio format depends on agent configuration (usually ogg or wav)
  • Use /vocal-bridge:logs <session_id> first to check if a recording is available

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です