smithery/vocalbridgeai

download

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

Installation

$ npx skills add smithery/vocalbridgeai --skill download

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/vocalbridgeai.

npx skills add smithery/vocalbridgeai

Browse all from smithery/vocalbridgeai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 871 B
  • docs SUMMARY.md 110 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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