sapi-tts
Windows SAPI5 text-to-speech with Neural voices. Lightweight alternative to GPU-heavy TTS - zero GPU usage, instant generation. Auto-detects best available voice for your language. Works on Windows 10/11.
Why use this skill?
Integrate local, zero-GPU Windows SAPI5 text-to-speech into OpenClaw. Get instant, high-quality neural voice output for your AI agents on Windows 10/11.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/getmolty/sapi-ttsrWhat This Skill Does
The sapi-tts skill is a high-performance, lightweight bridge between OpenClaw AI and the Windows SAPI5 Speech API. Unlike modern cloud-based or GPU-reliant text-to-speech models that require significant VRAM and internet connectivity, this tool leverages the native Windows architecture. It provides near-zero latency, making it ideal for real-time AI responses, system notifications, or accessibility features on Windows 10 and 11 workstations. By accessing locally installed Neural voices, it provides high-quality, natural-sounding audio synthesis with no performance overhead.
Installation
- Locate your OpenClaw skills directory.
- Create a new file named
tts.ps1and paste the provided PowerShell script into it. - Ensure your execution policy allows local scripts (
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser). - Verify your installation by running the command:
clawhub install openclaw/skills/skills/getmolty/sapi-ttsr. - Confirm your voices are detected by running the script with the
-ListVoicesflag to see your available Neural and Legacy options.
Use Cases
This skill is perfect for developers building autonomous AI agents that need to provide immediate audio feedback. Use it to build an 'AI Voice Assistant' that speaks answers instead of just typing them. It is also excellent for batch processing text files into spoken audio for accessibility, or for system administrators who want to trigger audio alerts based on log monitoring. Because it runs locally, it is ideal for environments where privacy is paramount and data should not be sent to cloud TTS providers.
Example Prompts
- "Speak the following text: 'System update completed successfully' using my default voice."
- "Read the summary of this project file aloud to me."
- "List all my available SAPI5 voices and tell me which one is best for English."
Tips & Limitations
To get the best quality, ensure you have the 'Microsoft Natural Voices' packs installed in your Windows Settings under 'Speech'. The quality of the output is strictly dependent on the voice engine installed in your OS; standard legacy voices may sound robotic compared to modern neural ones. The script allows for real-time speed adjustments using the -Rate parameter, which is useful for audio-skimming tasks. Note that this tool is Windows-exclusive; it will not function on Linux or macOS environments.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-getmolty-sapi-ttsr": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
automation-workflows
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
openclaw-security
Unified security suite for agent workspaces. Installs, configures, and orchestrates all 11 OpenClaw security tools in one command — integrity, secrets, permissions, network, audit trail, signing, supply chain, credentials, injection defense, compliance, and incident response.
moltycash
Send USDC payments to molty users via x402 protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.
wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。