← Back to Skills Marketplace
klilyz

senseaudio的tts工具,根据用户需求生成文案完成配音

by KLilyZ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
189
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install senseaudio-tts-dubbing
Description
Use when: 用户说“文本转语音”“生成配音”“朗读文案”“生成短视频旁白”时触发。 适用于营销内容与短视频配音场景:将文案快速转换为可直接用于剪辑的软件配音文件,并支持音色、语速、音调、音量和输出格式控制。
Usage Guidance
This skill appears to do what it says: call SenseAudio's TTS API and save audio files. Before installing/running, review the included scripts if you can. Be aware that: (1) the Python script will try to pip-install the 'requests' package at runtime (it needs network and will modify your Python environment), (2) the optional SENSEAUDIO_API_BASE env var can redirect API calls to an arbitrary host — only set it to the official endpoint (https://api.senseaudio.cn) unless you explicitly trust another endpoint, and (3) the skill will send any text you provide to the configured API key’s endpoint, so avoid using highly sensitive secrets or text when testing. If you have low trust in the code origin, run it in a sandbox or inspect/execute it manually rather than granting it to an autonomous agent.
Capability Analysis
Type: OpenClaw Skill Name: senseaudio-tts-dubbing Version: 1.0.0 The skill is a legitimate implementation of a Text-to-Speech (TTS) interface for the SenseAudio service (api.senseaudio.cn). The code in `scripts/main.py` performs standard API requests, handles hex-encoded audio responses, and includes proper input validation for parameters like speed and pitch. While it uses `subprocess` to automatically install the `requests` dependency if missing, this is a common utility pattern in this environment and is restricted to a hardcoded, well-known library.
Capability Assessment
Purpose & Capability
Skill name/description, required binary (python3), primary env var (SENSEAUDIO_API_KEY), and the script's network calls to api.senseaudio.cn align with a TTS client for SenseAudio. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md confines actions to checking for an API key, calling SenseAudio endpoints, saving audio to disk, listing voices, and optional metadata. It does not instruct reading unrelated system files or exfiltrating data. Note: SKILL.md and the script allow overriding SENSEAUDIO_API_BASE via env var, which can redirect requests to a different host if set.
Install Mechanism
There is no formal install spec, but the included script will auto-install the 'requests' package at runtime using subprocess to call pip. That means the skill can perform network installs and write Python packages into the environment when first run — normal for a CLI tool but higher-risk than a pure instruction-only skill.
Credentials
Only SENSEAUDIO_API_KEY (required) and SENSEAUDIO_API_BASE (optional) are declared — proportionate for a TTS client. Caution: if SENSEAUDIO_API_BASE is set to a non-official host, user text would be sent there; this variable is documented but allows redirecting traffic.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and only writes outputs to user-specified or ./outputs/ paths. Its runtime behavior (writing audio files and optional metadata, installing a Python package) is expected for a local CLI helper.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install senseaudio-tts-dubbing
  3. After installation, invoke the skill by name or use /senseaudio-tts-dubbing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
senseaudio-tts-dubbing 1.0.0 — Initial release - Provides text-to-speech and dubbing for marketing and short video content using the SenseAudio TTS API. - Supports selection of voice, speed, pitch, volume, and output format. - Requires users to configure `SENSEAUDIO_API_KEY` before use; guides users through setup if missing. - Ensures that only the official SenseAudio cloud service is used for TTS (no local/third-party engines). - Saves audio output by default to `./outputs/`, with support for user-specified paths. - Includes commands for non-streaming/streaming synthesis, voice listing, and authentication checking.
Metadata
Slug senseaudio-tts-dubbing
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is senseaudio的tts工具,根据用户需求生成文案完成配音?

Use when: 用户说“文本转语音”“生成配音”“朗读文案”“生成短视频旁白”时触发。 适用于营销内容与短视频配音场景:将文案快速转换为可直接用于剪辑的软件配音文件,并支持音色、语速、音调、音量和输出格式控制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.

How do I install senseaudio的tts工具,根据用户需求生成文案完成配音?

Run "/install senseaudio-tts-dubbing" 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 KLilyZ (@klilyz); the current version is v1.0.0.

💬 Comments