← 返回 Skills 市场
512548510

tts-winmsg-free

作者 512548510 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
133
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tts-winmsg-free
功能描述
Windows本地TTS朗读技能。通过WM_COPYDATA消息把AI回复实时发送到迷你窗口朗读,支持中英文标点分割、队列顺序播放、语速音量滑块调节,零token消耗,完全本地运行。
安全使用建议
This skill appears to do what it says: run a small local TTS window and send your AI's visible replies to it. Before installing/running, consider: (1) it requires Windows, Python, and pywin32; you must start the wmserver script once and the agent will run sendmsg_hwnd.py for each visible reply (so anything you see in the chat will also be spoken aloud). (2) The scripts read/write config/wmserver_hwnd.txt — if that file is maliciously changed to an arbitrary HWND, the sender could forward text to another process; keep the config directory trusted. (3) The code runs PowerShell to speak text locally (no network calls or credential access). If you obtained the skill from an untrusted source, review the scripts yourself or run them in an isolated account before use.
功能分析
Type: OpenClaw Skill Name: tts-winmsg-free Version: 1.0.0 The skill provides local Text-to-Speech (TTS) functionality by invoking PowerShell's SpeechSynthesizer via subprocess calls. It is classified as suspicious because it is vulnerable to shell injection in `scripts/wmserver_20260327.py` and `scripts/test_window.py`; the sanitization logic (replacing single quotes with double single quotes) is insufficient to prevent an attacker or a manipulated AI from escaping the PowerShell string context to execute arbitrary commands. Additionally, the use of Base64 encoding for PowerShell execution (`-EncodedCommand`) and the direct execution of system commands based on AI-generated content represent a high-risk pattern, even though the stated intent is benign.
能力评估
Purpose & Capability
Name/description (local Windows TTS via WM_COPYDATA) match the included scripts and config files. The files implement a small always-on-top Tk window, save its HWND, and a sender script that reads that HWND and sends text; these are appropriate for the stated purpose.
Instruction Scope
SKILL.md requires the agent to run local scripts on every user-visible reply (python sendmsg_hwnd.py <text>) and to start the wmserver process before use. This is within the scope of a local TTS skill, but it gives the agent the ability to execute a local command on every reply — users should be aware the agent will run these processes and that every visible reply will be sent to the local TTS window (spoken aloud).
Install Mechanism
There is no automated install spec; the README-style instructions ask the user to pip install pywin32 and run the scripts. No external downloads or opaque installers are present in the package.
Credentials
The skill requests no environment variables or credentials. It writes and reads local config files (tts_speed.txt, volume.txt, wmserver_hwnd.txt). A local risk: if the HWND file is tampered with (pointing to another process's window), the sender will forward text to that HWND — WM_COPYDATA can reach other processes, so file integrity matters. No network exfiltration or secret access is present in the code.
Persistence & Privilege
The skill does not request 'always' inclusion, does not modify other skills, and keeps state only in its own config directory. It runs as local processes only when started by the user/agent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tts-winmsg-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tts-winmsg-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: Initial release\
元数据
Slug tts-winmsg-free
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tts-winmsg-free 是什么?

Windows本地TTS朗读技能。通过WM_COPYDATA消息把AI回复实时发送到迷你窗口朗读,支持中英文标点分割、队列顺序播放、语速音量滑块调节,零token消耗,完全本地运行。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 tts-winmsg-free?

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

tts-winmsg-free 是免费的吗?

是的,tts-winmsg-free 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tts-winmsg-free 支持哪些平台?

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

谁开发了 tts-winmsg-free?

由 512548510(@512548510)开发并维护,当前版本 v1.0.0。

💬 留言讨论