← 返回 Skills 市场
189
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install senseaudio-tts-dubbing
功能描述
Use when: 用户说“文本转语音”“生成配音”“朗读文案”“生成短视频旁白”时触发。 适用于营销内容与短视频配音场景:将文案快速转换为可直接用于剪辑的软件配音文件,并支持音色、语速、音调、音量和输出格式控制。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install senseaudio-tts-dubbing - 安装完成后,直接呼叫该 Skill 的名称或使用
/senseaudio-tts-dubbing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
senseaudio的tts工具,根据用户需求生成文案完成配音 是什么?
Use when: 用户说“文本转语音”“生成配音”“朗读文案”“生成短视频旁白”时触发。 适用于营销内容与短视频配音场景:将文案快速转换为可直接用于剪辑的软件配音文件,并支持音色、语速、音调、音量和输出格式控制。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 senseaudio的tts工具,根据用户需求生成文案完成配音?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install senseaudio-tts-dubbing」即可一键安装,无需额外配置。
senseaudio的tts工具,根据用户需求生成文案完成配音 是免费的吗?
是的,senseaudio的tts工具,根据用户需求生成文案完成配音 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
senseaudio的tts工具,根据用户需求生成文案完成配音 支持哪些平台?
senseaudio的tts工具,根据用户需求生成文案完成配音 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 senseaudio的tts工具,根据用户需求生成文案完成配音?
由 KLilyZ(@klilyz)开发并维护,当前版本 v1.0.0。
推荐 Skills