SenseAudio-TTS

v1.0.1

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...

0· 245·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for scikkk/senseaudio-tts.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "SenseAudio-TTS" (scikkk/senseaudio-tts) from ClawHub.
Skill page: https://clawhub.ai/scikkk/senseaudio-tts
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: SENSEAUDIO_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install senseaudio-tts

ClawHub CLI

Package manager switcher

npx clawhub@latest install senseaudio-tts
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

Runtime requirements

EnvSENSEAUDIO_API_KEY
Primary envSENSEAUDIO_API_KEY
latestvk975c2deg2xytjrg82q4xvqy5n82wjz7
245downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

SenseAudio TTS

Use this skill for all SenseAudio speech synthesis tasks.

Read First

  • references/tts.md

Workflow

  1. Pick protocol:
  • HTTP sync for simple one-shot generation.
  • SSE for incremental HTTP audio chunks.
  • WebSocket for realtime incremental text-to-audio sessions.
  1. Build minimal valid request:
  • Auth header, model, text, voice_setting.voice_id.
  • Add optional tuning only if user asks.
  1. Implement output parsing:
  • Decode data.audio hex to bytes.
  • Finalize on terminal status/event.
  1. Harden for production:
  • Handle auth and parameter errors.
  • Add retry/backoff for transient network failures.
  • Log session and trace identifiers.

Comments

Loading comments...