smithery/vocalbridgeai

logs

View call logs for the Vocal Bridge voice agent. Can list recent calls or show details of a specific session including transcript.

Installation

$ npx skills add smithery/vocalbridgeai --skill logs

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 1,001 B
  • docs SUMMARY.md 142 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

View call logs for the voice agent.

First ensure CLI is installed:

pip install --upgrade vocal-bridge

List Recent Logs

If $ARGUMENTS is empty or contains options, list recent logs:

vb logs $ARGUMENTS

Common options:

  • -n 50 - Show 50 logs (default 20)
  • --status completed - Filter by status (completed/failed/abandoned/in_progress)
  • --json - Output as JSON

View Session Details

If $ARGUMENTS contains a UUID (session ID), show details:

vb logs <session_id>

This shows:

  • Session ID and status
  • Start/end time and duration
  • Message count
  • Caller phone and direction
  • Full transcript
  • Error message (if failed)
  • Recording availability (if available, use /vocal-bridge:download <session_id> to download)

Use --json flag for machine-readable output.