← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tts-wangwang
功能描述
将输入文字通过免费接口转换为多种风格和语音的MP3音频文件并发送给用户。
安全使用建议
This skill appears internally consistent and only needs network access to the listed endpoint. Before installing, consider: (1) the skill will send any text you provide to https://tts.wangwangit.com — do not submit sensitive data unless you trust that service; (2) verify the endpoint's reputation or request details from the skill author if you need an audit trail or data-retention policy; (3) test with non-sensitive text first to confirm behavior; and (4) if your organization requires vetted providers, prefer a known TTS service or a self-hosted solution instead.
功能分析
Type: OpenClaw Skill
Name: tts-wangwang
Version: 1.0.0
The skill provides legitimate Text-to-Speech (TTS) functionality by interfacing with an external API (https://tts.wangwangit.com/v1/audio/speech). The instructions in SKILL.md and the provided code snippets (Python/Bash) are consistent with the stated purpose, showing no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md shows how to POST text to a TTS endpoint and retrieve an MP3. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to calling the specified HTTPS endpoint, saving the response to /tmp/tts_output.mp3, and sending it to the user. This is coherent for a TTS skill, but it will transmit the provided text to a third-party service (the endpoint tts.wangwangit.com), which may retain or log requests — consider privacy of any sensitive text.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk by an installer and no external packages are fetched by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md explicitly states the API is free and requires no API key, which matches the registry metadata.
Persistence & Privilege
Skill is not always-enabled, does not request elevated persistence, and contains no instructions to modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tts-wangwang - 安装完成后,直接呼叫该 Skill 的名称或使用
/tts-wangwang触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
TTS文字转语音 是什么?
将输入文字通过免费接口转换为多种风格和语音的MP3音频文件并发送给用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 TTS文字转语音?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tts-wangwang」即可一键安装,无需额外配置。
TTS文字转语音 是免费的吗?
是的,TTS文字转语音 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TTS文字转语音 支持哪些平台?
TTS文字转语音 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TTS文字转语音?
由 yinsuso(@yinsuso)开发并维护,当前版本 v1.0.0。
推荐 Skills