Install
$ agentstack add skill-br3eze-code-br3eze-code-tts ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Skill: tts
Version: 1.0.0 Domain: audio
Description
Text-to-speech synthesis with multiple provider backends. Converts operator messages, AI responses, or status reports to audio. Supports streaming and voice listing.
When to Use
Invoke when the user asks about:
- Converting text or a report to audio/speech
- Generating voice announcements for community broadcasts
- Listing available voices from a provider
- Streaming speech in real time
Tools
| Action | Description | |---|---| | synthesize | Convert text to audio file (mp3/wav/ogg/opus) | | stream | Stream audio in real time | | voices | List available voices for the selected provider |
Providers
| Provider | Description | |---|---| | edge (default) | Microsoft Edge TTS (free, no API key) | | openai | OpenAI TTS API | | elevenlabs | ElevenLabs high-quality voices | | google | Google Cloud Text-to-Speech | | local | Local offline TTS engine |
Example: Synthesize
{
"action": "synthesize",
"provider": "edge",
"text": "AgentOS: System health check complete. All systems nominal.",
"voice": "en-ZA-LukeNeural",
"speed": 1.0,
"format": "mp3",
"language": "en"
}
Permissions
audio:synthesize— required for all TTS actions
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: br3eze-code
- Source: br3eze-code/br3eze-code
- License: Apache-2.0
- Homepage: https://br3eze.africa
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.