Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add JinLee794/agent-framework-skills --skill voicelive-realtimegit clone --depth 1 https://github.com/JinLee794/agent-framework-skillsWrote 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/skills/jinlee794/agent-framework-skills/voicelive-realtime)<a href="https://agentmods.dev/skills/jinlee794/agent-framework-skills/voicelive-realtime"><img src="https://agentmods.dev/badge/skills/jinlee794/agent-framework-skills/voicelive-realtime/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/skills/jinlee794/agent-framework-skills/voicelive-realtime"><img src="https://agentmods.dev/badge/skills/jinlee794/agent-framework-skills/voicelive-realtime.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.00101 | $0.04345 |
| Opus 5 | $0.00051 | $0.02173 |
| Sonnet 5 | $0.00020 | $0.00869 |
| Haiku 4.5 | $0.00010 | $0.00434 |
Grade A, and why
voicelive-realtime 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 10d 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 — 417 lines — stays where its author put it; the contents beside it link to each section on GitHub.
VoiceLive Realtime — GA Patterns
Start here
Any task that touches the VoiceLive connection or session begins with the
configuration interview below. Do not edit .env, the voice
section of config/voice/<name>.yaml, or src/<package>/voice/ until the user has confirmed the
summary — a wrong model source fails at connect() with an error that looks nothing like its
cause.
For a runnable local full-duplex prototype using the device microphone and speakers, follow references/local-audio-prototype.md. It isolates the audio transport before adding the MAF brain and includes device preflight, threading, barge-in, shutdown, and acceptance checks.
Configuration interview
Ask these in order, one question per turn, using the editor's question tool so the user can
pick from options. Carry forward answers already stated in the conversation or already present
in .env — state what you found and ask for confirmation instead of re-asking blind. Stop and
ask whenever an answer would otherwise be inferred.
Q1 — Model source
VoiceLive can run a model it hosts for you, or a model deployment you own. Which one?
- Voice Live-managed — pick from a pre-deployed catalogue. No deployment, no capacity planning, no quota to arrange. Fastest way to a working call.
- Foundry-hosted (BYOM) — VoiceLive calls a deployment in your Foundry resource. Required for fine-tuned or provisioned-throughput deployments, for any model outside the managed catalogue, and to reuse the exact deployment the local MAF brain already calls.
This repo's .env.example ships BYOM because its FOUNDRY_MODEL is not in the managed
catalogue. That is a default, not a constraint — say so rather than treating BYOM as settled.
Q2 — Model identifier
Load references/model-selection.md now and present the branch matching Q1. Do not recite the whole catalogue; narrow it first.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 417 lines · 101 tokens per session scan A ce09510ccab8
voicelive-realtime is a skill published in the GitHub repository JinLee794/agent-framework-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 4,345 once invoked, about $0.0005 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 skills, from other repositories
build-zoom-bot
Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.
bfl-api
BFL FLUX API integration guide covering endpoints, async polling patterns, rate limiting, error handling, webhooks, and regional endpoints with Python and TypeScript code examples.
moq
Build live video, audio, and real-time data apps with Media over QUIC (MoQ). Use when adding live streaming, conferencing, voice AI, or real-time pub/sub to an app; when integrating the @moq/ npm packages, moq- Rust crates, or the Python/Kotlin/Swift/Go/C bindings; or when running a moq-relay server or a gateway…
tapcanvas-api
A single setup and command-line entry point for calling TapCanvas's public chat, drawing, image-understanding, video, task-result, and flow APIs.
audio2txt
A Chinese-language speech-recognition tool that extracts spoken words from an audio file using Tencent Cloud's API.
presentation
Turn a tech-spec directory into an interactive, marketing-grade web presentation — built so engineers understand the design, the reader is convinced of the why, and the result is shareable in public. Use when someone wants a spec turned into a deck.