download

star 5

Download call recording for a specific session. Saves the audio file to the current directory.

vocalbridgeai By vocalbridgeai schedule Updated 1/22/2026

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
Install via CLI
npx skills add https://github.com/vocalbridgeai/vocal-bridge-claude-plugin --skill download
Repository Details
star Stars 5
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
vocalbridgeai
vocalbridgeai Explore all skills →