Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Harddiikk/dograh-voicelink-plugin/plugin install dograh-voicelink-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/harddiikk/dograh-voicelink-plugin/voicelink-debug)<a href="https://agentmods.dev/commands/harddiikk/dograh-voicelink-plugin/voicelink-debug"><img src="https://agentmods.dev/badge/commands/harddiikk/dograh-voicelink-plugin/voicelink-debug/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/harddiikk/dograh-voicelink-plugin/voicelink-debug"><img src="https://agentmods.dev/badge/commands/harddiikk/dograh-voicelink-plugin/voicelink-debug.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.00912 |
| Opus 5 | $0.00019 | $0.00456 |
| Sonnet 5 | $0.00008 | $0.00182 |
| Haiku 4.5 | $0.00004 | $0.00091 |
Grade A, and why
voicelink-debug scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/voicelink-debug
Systematically diagnose VoiceLink calling on Dograh. Be evidence-driven: run a check,
read the actual output, then decide. Full detail in references/debugging.md.
Triage order (stop at the first failing layer)
- Is the provider registered?
bash "${CLAUDE_PLUGIN_ROOT}/scripts/verify.sh" <base-url>→ expect health 200 and a101on/api/v1/telephony/ws. 404 = overlay not applied / api not restarted. - Is the WSS URL real and reachable?
BACKEND_API_ENDPOINTmust be a publichttps://origin → derivedwss://. Aws://(localhost) URL means VoiceLink can't connect. Confirm the reverse proxy (Caddy/nginx) passes the WebSocket upgrade on/api/v1/telephony/ws. - Outbound fails immediately?
Read the api logs for the
add_leadpayload.customer_numbermust be bare 10-digit (carrier rejects 91-prefixed customer numbers, Q.850 cause 38). Thedid_numbercomes from the per-callfrom_numberand is required by VoiceLink'sadd_lead— ifinitiate_callraisesValueErrorabout a missingfrom_number, bind a DID / phone number to the campaign. Check credentials validate (bearer_tokenORusername+password). A 401 with bearer-only config means the token expired and there's no username/password to re-login. - Inbound not routing?
Read the logged raw
startframe (VoiceLink INBOUND start frame (raw): …). Confirm atelephony_phone_numbersrow exists for the normalized called DID,is_active=true, with aninbound_workflow_id. Inboundstart-frame field names are "unconfirmed upstream" — if the DID isn't being picked up, compare the logged frame to what the handler reads and adjustproviders/voicelink/routes.py(pick(...)), then add a regression test. - Audio is silent / one-way / robotic?
Codec is G.711 A-law @ 8 kHz (not mu-law). For quiet inbound audio (common on
Indian carriers starving VAD/ASR), raise
VOICELINK_INBOUND_GAIN(live-tunable, no rebuild). Check the serializer RMS log (~1/sec).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago Changed · +4 lines 588c911e4b12
- 9d ago First seen · 56 lines · 39 tokens per session scan A 90468a9a8139
voicelink-debug is a command published in the GitHub repository Harddiikk/dograh-voicelink-plugin (9 stars, last pushed 4d ago), licensed MIT. It adds 39 tokens to every session and 912 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
cloudflare-durable-objects:debug
Interactive Durable Objects debugging workflow. Diagnoses common DO errors, configuration issues, and runtime problems with step-by-step troubleshooting.
cloudflare-durable-objects:optimize
Interactive Durable Objects performance optimization assistant. Analyzes existing DO code and provides specific optimization recommendations with implementation guidance.
doctor
Diagnose the PyWry install (Python interpreter, pywry[mcp] extra, native binary, MCP server reachability).
api
Debug API and data flow issues by tracing through Component -> TanStack Query -> Express Route -> Service -> SQLite/JSONL.
optimize-code
Analyze and optimize code for performance, efficiency, and scalability.
errors
Add or review error handling and resilience in a Bun/TypeScript service. Loads the errors skill, then works the task through its workflow.