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 agentmods add skills/ap3x-dev/ag3nt/voice-ttsnpx skills add AP3X-Dev/AG3NT --skill voice-ttsgit clone --depth 1 https://github.com/AP3X-Dev/AG3NTWrote 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/ap3x-dev/ag3nt/voice-tts)<a href="https://agentmods.dev/skills/ap3x-dev/ag3nt/voice-tts"><img src="https://agentmods.dev/badge/skills/ap3x-dev/ag3nt/voice-tts.svg" alt="Measured on agentmods" 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 | $0.00026 | $0.00435 |
| Opus 5 | $0.00013 | $0.00217 |
| Sonnet 5 | $0.00005 | $0.00087 |
| Haiku 4.5 | $0.00003 | $0.00044 |
Grade B, and why
voice-tts scanned grade B with 1 finding 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 5d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| Linux | espeak | ⚠️ May require: `sudo apt install espeak` | Copies of this mod
1 near-identical copy found in the catalogue:
- voice-tts — 100% identical, 0 lines differ
What it actually says
Voice TTS Skill
This skill provides text-to-speech functionality using the local system's TTS capabilities.
When to Use
- User asks to "say" or "speak" something
- User wants information read aloud
- Voice assistant interactions
Available Commands
Speak Text
Convert text to speech and play it through the default audio output.
python scripts/tts.py speak "Hello, I am your assistant."
List Available Voices
Show available TTS voices on the system.
python scripts/tts.py voices
Dependencies
This skill requires pyttsx3 for cross-platform TTS:
pip install pyttsx3
Platform Support
| Platform | TTS Engine | Notes |
|---|---|---|
| Windows | SAPI5 | ✅ Built-in |
| macOS | NSSpeechSynthesizer | ✅ Built-in |
| Linux | espeak | ⚠️ May require: sudo apt install espeak |
Notes
- Audio output goes to default system speakers
- Voice selection depends on installed system voices
- Speed and volume can be adjusted
- Works offline (no internet required)
What ships with it
1 file 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.
- 5d ago First seen · 81 lines · 26 tokens per session scan B 6beaab16883d
voice-tts is a skill published in the GitHub repository AP3X-Dev/AG3NT (9 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 435 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
voice-tts
Text-to-speech output for voice responses. Uses pyttsx3 for local TTS on supported systems.
app-launcher
Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications.
file-manager
Open files with default applications, reveal files in explorer/finder, and search for files on the system. Requires approval for operations outside workspace.
system-info
Get system information including CPU usage, memory, disk space, battery status, and network info. Read-only and safe to use.
camera-capture
Capture images from device camera. Currently a placeholder - camera support depends on device capabilities.
c-voice
Convert speech to text using sag (ElevenLabs STT) and synthesize speech using say (macOS built-in TTS). Enables voice input transcription and audio output.