← Back to Skills Marketplace
246
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install senseaudio-tts
Description
Build and debug SenseAudio text-to-speech integrations on `/v1/t2a_v2` and `/ws/v1/t2a_v2`, including sync HTTP, SSE stream, WebSocket event sequencing, hex...
Usage Guidance
This skill is coherent with its stated purpose, but note that using it will cause the agent to send your text and TTS parameters to https://api.senseaudio.cn using the provided SENSEAUDIO_API_KEY. If you plan to use sensitive content, verify SenseAudio's privacy/security policies and that the API key has appropriate, limited permissions. Test first with non-sensitive text and rotate/revoke the API key if you stop using the skill. Also confirm that the homepage and API endpoints are authentic before supplying credentials.
Capability Analysis
Type: OpenClaw Skill
Name: senseaudio-tts
Version: 1.0.1
The skill is a legitimate integration for the SenseAudio text-to-speech service (senseaudio.cn). It provides clear instructions and documentation for using HTTP, SSE, and WebSocket protocols, requiring only the standard SENSEAUDIO_API_KEY environment variable. No signs of data exfiltration, malicious execution, or prompt injection were found; the code and instructions are strictly aligned with the stated purpose of speech synthesis.
Capability Assessment
Purpose & Capability
Name/description match the declared requirement (SENSEAUDIO_API_KEY) and the SKILL.md + references describe using SenseAudio HTTP/SSE/WebSocket TTS endpoints. Nothing requested (no extra env vars, binaries, or config paths) appears unrelated to TTS integration and debugging.
Instruction Scope
Runtime instructions focus on constructing requests, handling SSE/WebSocket sequencing, decoding hex audio, and production hardening. The docs only reference the included references/tts.md file; they do not instruct reading unrelated files or additional environment variables or exfiltrating data to unexpected endpoints. The note to 'log session and trace identifiers' is reasonable for debugging but is a potential privacy consideration (expected for TTS debugging).
Install Mechanism
No install specification or downloadable code is present; this is instruction-only, so nothing is written to disk and there is no package install risk.
Credentials
Only SENSEAUDIO_API_KEY is required and declared as the primary credential. That matches the described API usage (Authorization: Bearer <API_KEY>) and is proportionate to the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modifications to other skills or system config. It is user-invocable and allows autonomous invocation by default (platform normal), but there is no additional privileged presence requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install senseaudio-tts - After installation, invoke the skill by name or use
/senseaudio-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added metadata and compatibility sections to document required environment variable (SENSEAUDIO_API_KEY).
- Clarified that the SENSEAUDIO_API_KEY is needed for integration, with instructions and a link to obtain it from the SenseAudio platform.
v1.0.0
Initial release of senseaudio-tts skill, enabling comprehensive SenseAudio text-to-speech workflows.
- Supports `/v1/t2a_v2` (HTTP/SSE) and `/ws/v1/t2a_v2` (WebSocket) SenseAudio TTS endpoints.
- Provides synchronous, streaming, and real-time text-to-audio generation.
- Handles voice and audio parameter selection, event sequencing, and hex audio decoding.
- Includes guidance for robust integration, error handling, and debugging.
- Designed for use in TTS generation, low-latency streaming, voice selection, and troubleshooting scenarios.
Metadata
Frequently Asked Questions
What is SenseAudio-TTS?
Build and debug SenseAudio text-to-speech integrations on `/v1/t2a_v2` and `/ws/v1/t2a_v2`, including sync HTTP, SSE stream, WebSocket event sequencing, hex... It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.
How do I install SenseAudio-TTS?
Run "/install senseaudio-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SenseAudio-TTS free?
Yes, SenseAudio-TTS is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SenseAudio-TTS support?
SenseAudio-TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SenseAudio-TTS?
It is built and maintained by scikkk (@scikkk); the current version is v1.0.1.
More Skills