VoicenterTeam

Voicebot Call Debugger — Development agent for Claude Code

Development community

Root-causes a deployed Voicenter voice bot's runtime from one per-call session dump (folder or zip of the NNN-.md event files + _session.md + _callContext.json).

How to install Voicebot Call Debugger

Installs to ~/.claude/agents/voicenterteam-claude-marketplace-voicebot-call-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VoicenterTeam/claude-marketplace/HEAD/.claude/agents/voicebot-call-debugger.md -o ~/.claude/agents/voicenterteam-claude-marketplace-voicebot-call-debugger.md

Restart Claude Code, or start a new session, for it to be picked up.

What Voicebot Call Debugger does


name: voicebot-call-debugger description: Root-causes a deployed Voicenter voice bot's runtime from one per-call session dump (folder or zip of the NNN-*.md event files + _session.md + _callContext.json). Trace-only — diagnoses purely from the dump, never reads the spec/JSON and never edits build artifacts. Use when the user says "debug this call", "why did this call go wrong", "analyze this voicebot session dump", or hands over a call-dump path. Produces a diagnosis report whose findings ar

Alternatives in Development

  • Browser Stealth Agent — Stealth browser automation agent for targets behind Cloudflare, Akamai, Google, DataDome, or PerimeterX bot de 812 ★
  • Website Developer — Use this agent when you need to develop, enhance, or maintain the GitHub Pages static site in the docs/ folder 570 ★
  • Git Investigator — Code archaeology expert 188 ★

Full documentation available on GitHub

View Source Repository