← 返回 Skills 市场
SOTA Zero-shot Voice Cloning TTS
作者
Qinyuan Cheng
· GitHub ↗
· v1.0.0
421
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moss-tts
功能描述
Voice-first OpenClaw skill powered by MOSS APIs. Use when a user wants spoken replies in a preferred timbre, either from an existing voice_id or from a refer...
安全使用建议
Before installing, confirm the provider and provenance: ask the publisher to (1) update registry metadata to list the required MOSI_API_KEY and MOSI_BASE_URL, (2) provide a homepage or source repo so you can verify the service and privacy policy, and (3) clarify whether 'MOSS' vs 'MOSI' is a typo or different provider. Treat the MOSI_API_KEY like any secret — only grant a key scoped to minimal permissions and avoid reusing high-privilege keys. Understand that using local audio will upload user files to the external service (privacy risk); if that is unacceptable, do not enable local-file uploads. If you proceed, consider restricting the skill's network access or using an API key with limited quota/expiration, and verify logs to ensure keys are never echoed.
功能分析
Type: OpenClaw Skill
Name: moss-tts
Version: 1.0.0
The skill defines a workflow that involves fetching content from a user-provided `reference_audio` URL and uploading files specified by a `local audio path` to an external API (`https://studio.mosi.cn`). While these actions are necessary for the skill's stated purpose (TTS with custom voices), they introduce potential Server-Side Request Forgery (SSRF) and arbitrary file upload vulnerabilities if the AI agent's underlying execution environment does not properly sanitize or restrict these inputs. The `SKILL.md` file does not contain explicit malicious instructions, but the capabilities themselves are high-risk if exploited due to implementation flaws in the agent.
能力评估
Purpose & Capability
The skill claims to be a 'MOSS' TTS integration but the SKILL.md uses 'MOSI' names (MOSI_API_KEY, MOSI_BASE_URL) and a default host https://studio.mosi.cn; registry metadata lists no required env vars or homepage/source. Asking for an API key and the ability to upload local audio is coherent with a TTS/cloning skill, but the mismatch between the declared registry metadata and the runtime requirements (missing required env var in metadata, no homepage/source) is an incoherence that needs explanation.
Instruction Scope
Instructions are specific: accept text and a voice source, upload local audio via POST /api/v1/files/upload, call voice clone and TTS endpoints, poll for status, decode base64 audio, and return a file path and metadata. These actions are consistent with voice-cloning TTS functionality but include transmitting local audio files to an external service — users should be aware of privacy implications. The SKILL.md does instruct to not log API keys, which is good.
Install Mechanism
No install spec and no code files (instruction-only) — lowest installation risk. Nothing is written to disk by an installer here; runtime network calls and file uploads are the main runtime surface.
Credentials
The SKILL.md requires MOSI_API_KEY (and optionally MOSI_BASE_URL), which is proportionate for an external TTS API. However, the registry metadata claims no required env vars — that discrepancy is a red flag. Also there is no documented owner homepage or source to verify what MOSI_API_KEY grants or what data is retained by the service.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It does not request any system-level persistence or modify other skill configurations (based on SKILL.md).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moss-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/moss-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
SOTA Zero-shot Voice Cloning TTS 是什么?
Voice-first OpenClaw skill powered by MOSS APIs. Use when a user wants spoken replies in a preferred timbre, either from an existing voice_id or from a refer... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 421 次。
如何安装 SOTA Zero-shot Voice Cloning TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moss-tts」即可一键安装,无需额外配置。
SOTA Zero-shot Voice Cloning TTS 是免费的吗?
是的,SOTA Zero-shot Voice Cloning TTS 完全免费(开源免费),可自由下载、安装和使用。
SOTA Zero-shot Voice Cloning TTS 支持哪些平台?
SOTA Zero-shot Voice Cloning TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SOTA Zero-shot Voice Cloning TTS?
由 Qinyuan Cheng(@xiami2019)开发并维护,当前版本 v1.0.0。
推荐 Skills