← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tts-api
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tts-api - After installation, invoke the skill by name or use
/tts-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
first commit
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install TTS?
Run "/install tts-api" 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 fengwm (@fengwm64); the current version is v1.0.0.
More Skills