TTS文字转语音

v1.0.0

将输入文字通过免费接口转换为多种风格和语音的MP3音频文件并发送给用户。

0· 51·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk974zd73qxbpepxkm5hy0rb6jn84cbrm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments