← 返回 Skills 市场
221
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-tts
功能描述
Push text notifications to Windows Azure TTS service for audio broadcast via Bluetooth speakers. Perfect for family reminders, alarms, and announcements.
安全使用建议
This skill appears coherent and limited to sending JSON to a configured Windows TTS HTTP server on your LAN. Before installing: 1) Verify the Windows TTS server URL you provide is trusted and reachable only by devices you control (the skill will POST arbitrary text to that endpoint). 2) Inspect publish.sh and any npm scripts in package.json before running them — the documentation contains sample file paths (/home/cmos/.openclaw/...) and claims to have added cron/heartbeat entries, which are examples that a maintainer or install script could perform; confirm you are comfortable with any file changes. 3) Ensure OpenClaw's plugin config is set intentionally (do not point the plugin to external/untrusted endpoints). 4) If you need higher assurance, review the small JS/TS files (dist/ and src/) — they only use fetch for the configured baseUrl and perform no hidden network calls or credential exfiltration.
功能分析
Type: OpenClaw Skill
Name: windows-tts
Version: 1.0.0
The windows-tts skill is a legitimate integration designed to send text-to-speech requests to a local or remote Windows Azure TTS server. The implementation in client.ts and tools.ts uses the native fetch API to communicate with a user-defined endpoint, with appropriate configuration validation in config.ts. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the extensive documentation and helper scripts (e.g., publish.sh) are consistent with the stated purpose of managing family reminders and notifications.
能力评估
Purpose & Capability
Name/description match implementation: the plugin provides tts_notify, tts_get_status, tts_list_voices, tts_set_volume that POST/GET JSON to a configurable Windows TTS HTTP server (baseUrl). No unrelated capabilities (cloud management, AWS, Git access, etc.) are requested.
Instruction Scope
SKILL.md instructs administrators to add plugin config to OpenClaw and shows heartbeat/cron examples. Those examples reference editing files under /home/cmos/.openclaw and adding cron jobs — this is documentation/sample configuration, not behavior performed by the plugin code. Recommend verifying any publish/install scripts (publish.sh) before running so they don't modify system files unexpectedly.
Install Mechanism
No install spec in registry; source includes TypeScript and compiled dist/ JS. There are no external downloads, package installs at install-time specified here. Build/install is standard npm build noted in docs. No extract-from-URL or untrusted remote installs detected.
Credentials
Skill declares no required environment variables, no primary credential, and its config model only needs a user-provided HTTP URL and optional defaults (voice/volume/timeout). That is proportional to the purpose.
Persistence & Privilege
Skill does not request always:true, does not declare system-wide config paths or secret access. It registers tools via the OpenClaw API as expected for a plugin. No indications it modifies other skills or agent-wide credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Cross-device TTS broadcast for family reminders
元数据
常见问题
Windows TTS Notification 是什么?
Push text notifications to Windows Azure TTS service for audio broadcast via Bluetooth speakers. Perfect for family reminders, alarms, and announcements. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 Windows TTS Notification?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-tts」即可一键安装,无需额外配置。
Windows TTS Notification 是免费的吗?
是的,Windows TTS Notification 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows TTS Notification 支持哪些平台?
Windows TTS Notification 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows TTS Notification?
由 cmosakg(@cmosakg)开发并维护,当前版本 v1.0.0。
推荐 Skills