← 返回 Skills 市场
korddie

Sapi Tts

作者 Pocus · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
2688
总下载
1
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This is an instruction-only Windows PowerShell TTS script that appears coherent and low risk. Before installing: (1) review the tts.ps1 contents (the SKILL.md contains the full script) to confirm you’re comfortable with it writing WAV files to $USERPROFILE\.openclaw\workspace\tts; (2) run it only on Windows 10/11 (it uses .NET System.Speech and PresentationCore); (3) if you prefer not to keep generated files, specify a custom -Output path or periodically clean the folder; (4) ensure your PowerShell execution policy/privileges are appropriate (you may need to unblock the script), and (5) if you have any security policy forbidding running third‑party scripts, treat this like any other user-provided script and run it in a controlled environment or sandbox first.
功能分析
Type: OpenClaw Skill Name: sapi-tts Version: 1.1.0 The OpenClaw skill 'sapi-tts' provides text-to-speech functionality using Windows SAPI5. The `tts.ps1` script creates a dedicated directory for its output (`.wav` files) within the user's OpenClaw workspace (`$env:USERPROFILE\.openclaw\workspace\tts`), which is a legitimate operation for its stated purpose. It utilizes standard .NET assemblies (`System.Speech`, `PresentationCore`) for speech synthesis and audio playback. No evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent was found in `SKILL.md` or the PowerShell script.
能力评估
Purpose & Capability
Name/description claim Windows SAPI5 TTS; the SKILL.md supplies a PowerShell script that uses System.Speech and PresentationCore to list voices, pick a voice, synthesize to WAV, and optionally play — these are exactly the capabilities needed for on‑device SAPI5 TTS. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Instructions stay within TTS scope (enumerate installed voices, select best match, write WAV, optionally play). The script writes output files under $env:USERPROFILE\.openclaw\workspace\tts (creates that directory if missing) — benign for a local TTS tool but worth noting. Also the SKILL.md and script target Windows 10/11, whereas registry metadata lists no OS restriction (minor metadata mismatch).
Install Mechanism
No install spec and no code files beyond SKILL.md; user is asked to save the provided PowerShell script — lowest-risk installation model (nothing is downloaded or executed automatically by the registry).
Credentials
No environment variables, credentials, or external config paths are required. The script references only $env:USERPROFILE to build a local output path, which is appropriate for generating files in the user's workspace.
Persistence & Privilege
Skill is not always-enabled, does not request elevated privileges, does not modify other skills or system configurations beyond creating its own output directory and files. Agent autonomous invocation remains default but is not combined with broad access here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sapi-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sapi-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added -Play option for immediate audio playback using .NET MediaPlayer (no external player needed)
v1.0.0
Initial release - Windows SAPI5 TTS with Neural voices. Zero GPU, instant.
元数据
Slug sapi-tts
版本 1.1.0
许可证
累计安装 7
当前安装数 6
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2688 次。

如何安装 Sapi Tts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sapi-tts」即可一键安装,无需额外配置。

Sapi Tts 是免费的吗?

是的,Sapi Tts 完全免费(开源免费),可自由下载、安装和使用。

Sapi Tts 支持哪些平台?

Sapi Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sapi Tts?

由 Pocus(@korddie)开发并维护,当前版本 v1.1.0。

💬 留言讨论