download

Download session call recordings from Vocal Bridge to local storage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly retrieve and save call recordings for a specific session, enabling review, auditing, and sharing of conversations.

Core Features & Use Cases

  • Download a specific session recording: fetches the audio file for a given session from the Vocal Bridge service.
  • Custom output path: specify an alternate save location using the -o option.
  • Agent configuration awareness: recordings are available only if call recording is enabled for the agent and the session.

Quick Start

Run vb logs download <session_id> to save the recording in your current directory.

Frequently Asked Questions about download

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

FAQPage Schema
How do I download call recordings for a specific session locally?

To download call recordings for a specific session, run the CLI command vb logs download <session_id>. This fetches the audio file from the Vocal Bridge service and saves the recording directly to your current local directory.

Can I specify a custom output path when saving session audio files?

Yes, you can specify a custom output path when saving session audio files by using the -o option in the CLI command. This allows you to define an alternate save location on your local storage instead of the default current directory.

Why are my call recordings missing when I try to download a session?

Call recordings are missing if call recording is not enabled for the specific agent and session. This agent configuration awareness check ensures audio files are only available for download when explicitly allowed by the agent settings.

What is the best way to retrieve audio logs for customer support debugging?

The best way to retrieve audio logs for customer support debugging is using a CLI tool to fetch specific session recordings. This approach quickly saves the necessary call audio files locally for review, auditing, and sharing conversations.

Do I need any dependencies to fetch session recordings from the command line?

No external dependencies are required to fetch session recordings from the command line. The Skill operates independently within Claude Code to interface with the Vocal Bridge service and download the requested audio files.

Does the download Skill work without enabling agent recording checks?

No, the download Skill does not work without enabling agent recording checks. Recordings are only available for download if call recording is explicitly enabled for both the agent and the specific session in the configuration.