← Back to Skills Marketplace
289
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install text2speech
Description
SenseAudio Text-to-Speech (TTS) API for converting text to natural speech. Supports synchronous and SSE streaming modes, multiple voices, emotion control, sp...
Usage Guidance
This skill appears to be a straightforward API wrapper for SenseAudio TTS. Before installing: (1) confirm you trust https://senseaudio.cn and want text sent to that external service; (2) treat SENSEAUDIO_API_KEY like a secret (rotate it if exposed); (3) avoid sending highly sensitive or private text to the TTS endpoint; (4) monitor usage/charges on that API key; and (5) if you require an auditable vendor, verify the homepage and ownership since the skill's source is listed as unknown.
Capability Analysis
Type: OpenClaw Skill
Name: text2speech
Version: 1.0.0
The skill bundle provides standard documentation and code examples for integrating the SenseAudio Text-to-Speech API (api.senseaudio.cn). It correctly identifies the need for an API key (SENSEAUDIO_API_KEY) and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the documented API usage in SKILL.md. The only required credential is SENSEAUDIO_API_KEY, which is appropriate for a hosted TTS API.
Instruction Scope
SKILL.md contains only API endpoint, headers, request/response formats, and code examples (curl/python). It does not instruct reading unrelated files, other environment variables, or sending data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is downloaded or written to disk by the skill itself.
Credentials
Only SENSEAUDIO_API_KEY is required and declared as the primary credential. No other credentials or sensitive config paths are requested.
Persistence & Privilege
always is false (no forced inclusion) and the skill does not request elevated or persistent system privileges or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text2speech - After installation, invoke the skill by name or use
/text2speech - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of SenseAudio Text-to-Speech (TTS) API skill.
- Provides comprehensive documentation for SenseAudio TTS API usage in English and Chinese.
- Supports synchronous and streaming (SSE) text-to-speech synthesis with emotion, speed, pitch, and volume control.
- Explains input parameters for audio and voice settings, including usage of break tags for pauses.
- Includes example code in curl and Python for both standard and streaming requests.
- Highlights multi-language support and a wide selection of voices and emotions.
- Outlines authentication and request/response structure for rapid integration.
Metadata
Frequently Asked Questions
What is Text-to-Speech?
SenseAudio Text-to-Speech (TTS) API for converting text to natural speech. Supports synchronous and SSE streaming modes, multiple voices, emotion control, sp... It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install Text-to-Speech?
Run "/install text2speech" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Text-to-Speech free?
Yes, Text-to-Speech is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Text-to-Speech support?
Text-to-Speech is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Text-to-Speech?
It is built and maintained by scikkk (@scikkk); the current version is v1.0.0.
More Skills