← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tts-api
功能描述
Use this skill whenever the user wants to convert text to speech, generate audio from text, create voiceovers, or produce spoken audio files. Triggers includ...
安全使用建议
This skill appears to do what it says: call a third‑party TTS HTTP API and save MP3 output. Before installing, consider: (1) the API endpoint (tts.102465.xyz) is an unknown third party — any text you synthesize will be sent to that server, so avoid sending sensitive content; (2) GET URLs put text into query strings (may be logged or cached) — prefer POST for private or long text; (3) the instructions write files to /mnt/user-data/outputs/ — ensure you are comfortable with generated files being stored there; (4) no credentials are requested, so the service may be public/unrestricted — if you need audited/enterprise TTS, prefer an official provider or self-hosted alternative. Because this is instruction-only (no code to inspect), if you need higher assurance ask the publisher for an official domain, a privacy policy, or an auditable implementation.
功能分析
Type: OpenClaw Skill
Name: tts-api
Version: 1.0.0
The skill provides text-to-speech (TTS) functionality by interfacing with a hosted API at https://tts.102465.xyz. It supports multiple backends (Azure, Volcengine, Edge) and includes instructions for the agent to query available voices and generate MP3 files. The behavior is well-documented and aligns entirely with the stated purpose, with no evidence of data exfiltration, malicious execution, or unauthorized system access.
能力评估
Purpose & Capability
Name/description (text-to-speech) matches the instructions: the SKILL.md describes calling a hosted TTS HTTP API (generate speech, list voices/providers). Nothing requested is unnecessary for that purpose.
Instruction Scope
Instructions direct network calls to https://tts.102465.xyz and instruct saving output files to /mnt/user-data/outputs/. That is expected for a TTS skill, but the skill references a specific system path (not declared in requires.config) and recommends GET URLs (which will embed text in query strings). Both are functional but have privacy/operation implications (text sent to third party; GET leaks text in logs/refs).
Install Mechanism
There is no install spec and no code files — this is instruction-only, so nothing is written to disk by an installer. Lowest-risk install posture.
Credentials
The skill declares no environment variables or credentials and the instructions do not ask for secrets. That is proportionate for a public hosted-API usage model. (Note: absence of an API key implies the service may be public or unauthenticated.)
Persistence & Privilege
Skill is not always-enabled and does not request elevated/persistent privileges. It does suggest writing output files to a user-data directory, which is normal for producing artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tts-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/tts-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first commit
元数据
常见问题
TTS 是什么?
Use this skill whenever the user wants to convert text to speech, generate audio from text, create voiceovers, or produce spoken audio files. Triggers includ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tts-api」即可一键安装,无需额外配置。
TTS 是免费的吗?
是的,TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TTS 支持哪些平台?
TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TTS?
由 fengwm(@fengwm64)开发并维护,当前版本 v1.0.0。
推荐 Skills