← 返回 Skills 市场
scikkk

Quick TTS

作者 scikkk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
250
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install quick-tts
功能描述
Zero-config text-to-speech — give text, get an mp3 file. Handles natural-language voice selection ("用女声", "撒娇语气", "生气一点") and auto-inserts pacing breaks for...
安全使用建议
This skill will send the text you provide to SenseAudio's API (https://senseaudio.cn) using the SENSEAUDIO_API_KEY you supply, and will save an mp3 locally; do not send highly sensitive or private data to it. Ensure the API key you provide is limited in scope and can be revoked if needed. Verify that curl, jq, and xxd are available on the host and that the JSON response fields (.data, .extra_info, or base_resp) match the skill's assumptions before decoding — otherwise the jq/xxd pipeline could fail or produce garbage. Review SenseAudio's privacy/terms if you care about how submitted text is stored or logged by the provider.
功能分析
Type: OpenClaw Skill Name: quick-tts Version: 1.0.0 The skill provides a text-to-speech interface using the SenseAudio API (api.senseaudio.cn). It maps natural language requests to specific voice IDs and processes the API response using standard tools like curl, jq, and xxd to generate MP3 files. No malicious intent, data exfiltration, or suspicious execution patterns were identified in SKILL.md.
能力评估
Purpose & Capability
Name and description (quick TTS) align with the declared requirements: a single SENSEAUDIO_API_KEY and CLI tools (curl, jq, xxd) are exactly what's needed to call a remote TTS API and convert hex-encoded audio to an mp3.
Instruction Scope
Instructions stay within the TTS task (voice mapping, inserting pacing breaks, calling https://api.senseaudio.cn/v1/t2a_v2, decoding audio). Minor inconsistency: the document references checking base_resp.status_code/base_resp.status_msg but the curl/jq examples extract .data and .extra_info — the exact JSON field names should be validated before decoding to avoid errors. No instructions ask the agent to read unrelated files or other environment variables.
Install Mechanism
Instruction-only skill with no install spec or downloads — lowest-risk footprint (relies on existing curl/jq/xxd binaries).
Credentials
Only requests a single credential (SENSEAUDIO_API_KEY), which is appropriate for a remote TTS service. No unrelated secrets or config paths are requested.
Persistence & Privilege
Does not request always:true or any special persistent privileges. It is user-invocable and can be invoked autonomously (platform default), which is expected for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quick-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quick-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of quick-tts skill for fast, zero-config text-to-speech conversion. - Supports natural-language voice selection, including moods and specific voice types (e.g. "温柔御姐", "生气一点"). - Automatically inserts pacing breaks for longer texts to enhance natural speech rhythm. - Simple API integration: just provide text, receive an mp3 file—no technical setup required. - Error handling for common API responses, including invalid key, long text, and rate limiting.
元数据
Slug quick-tts
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Quick TTS 是什么?

Zero-config text-to-speech — give text, get an mp3 file. Handles natural-language voice selection ("用女声", "撒娇语气", "生气一点") and auto-inserts pacing breaks for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 Quick TTS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quick-tts」即可一键安装,无需额外配置。

Quick TTS 是免费的吗?

是的,Quick TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Quick TTS 支持哪些平台?

Quick TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Quick TTS?

由 scikkk(@scikkk)开发并维护,当前版本 v1.0.0。

💬 留言讨论