← Back to Skills Marketplace
yinsuso

TTS文字转语音

by yinsuso · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tts-wangwang
Description
将输入文字通过免费接口转换为多种风格和语音的MP3音频文件并发送给用户。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tts-wangwang
  3. After installation, invoke the skill by name or use /tts-wangwang
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Slug tts-wangwang
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TTS文字转语音?

将输入文字通过免费接口转换为多种风格和语音的MP3音频文件并发送给用户。 It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install TTS文字转语音?

Run "/install tts-wangwang" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TTS文字转语音 free?

Yes, TTS文字转语音 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TTS文字转语音 support?

TTS文字转语音 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TTS文字转语音?

It is built and maintained by yinsuso (@yinsuso); the current version is v1.0.0.

💬 Comments