← 返回 Skills 市场
luogao2333

MOSS-TTS Voice

作者 luogao2333 · GitHub ↗ · v1.2.2 · MIT-0
cross-platform ✓ 安全检测通过
1093
总下载
7
收藏
9
当前安装
6
版本数
在 OpenClaw 中安装
/install moss-tts-voice
功能描述
MOSS-TTS 语音合成与音色克隆工具。生成适合各渠道的音频文件。 触发场景: - 用户要求生成语音、TTS - 用户提到"用我的声音"、"克隆声音"、"MOSS语音" - 需要生成语音文件用于发送 功能:文本转语音、实时克隆、预注册音色、多格式输出
安全使用建议
This skill appears to do what it says: generate TTS and clone voices via the MOSS Studio API. Before installing: 1) Only provide a MOSS_API_KEY you trust and consider using a dedicated key with limited scope if the provider supports it; 2) Do not upload sensitive or private recordings — the tool uploads reference audio to the remote service and the vendor stores cloned voices; 3) Verify ffmpeg and python are installed from trusted sources; 4) Review the vendor's privacy policy on studio.mosi.cn for retention and sharing rules; 5) If you need to send generated files into messaging platforms, use separate delivery tools as the skill only produces files. If you want a deeper audit, request network logs or confirm exact API endpoints/paths with the vendor (there are minor endpoint name variants in docs vs. code).
功能分析
Type: OpenClaw Skill Name: moss-tts-voice Version: 1.2.2 The moss-tts-voice skill bundle is a legitimate tool for text-to-speech and voice cloning using the MOSS Studio API (studio.mosi.cn). The Python scripts (tts.py, clone.py, list_voices.py) perform standard API interactions, including uploading audio for cloning and downloading synthesized speech, while using safe subprocess calls for ffmpeg conversions. The documentation (SKILL.md, README.md) provides clear instructions and includes appropriate security warnings regarding API key management and data privacy.
能力评估
Purpose & Capability
Name/description (TTS and voice cloning) match the files, CLI scripts, and the single required credential (MOSS_API_KEY). Required binaries (python3, ffmpeg) are appropriate for audio conversion and running the Python scripts.
Instruction Scope
SKILL.md and scripts instruct uploading reference audio and sending TTS requests to studio.mosi.cn, and they write temporary files under /tmp. This is expected for a cloning/TTS tool, but it does involve transmitting user audio to a third-party service — the README and SKILL.md do warn about this. Users should be aware that uploaded audio is stored on the remote service.
Install Mechanism
No install spec; the skill is instruction-plus-scripts only and relies on standard system packages and pip-installed requests. No remote arbitrary downloads or archive extraction are performed by the skill itself.
Credentials
Only one environment variable (MOSS_API_KEY) is required and is the expected credential for calls to the documented MOSS Studio endpoints. The scripts read no other secrets or unrelated system configuration paths.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and has no elevated persistence requirements. It writes temporary output to /tmp and a skill-specific folder under /tmp, which is reasonable for a CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moss-tts-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moss-tts-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.2
fix some bug in tts.py
v1.2.1
**Summary:** Clarified tool boundaries, streamlined usage, and added privacy notes. - 明确说明本工具仅负责生成语音文件,不包含消息发送(需配合其他工具) - 添加隐私与安全须知,包括 API Key 管理和音频数据上传说明 - 简化了快速开始和依赖安装步骤 - 优化功能介绍与使用说明,突出实时克隆与预注册音色两种模式 - 精简渠道与参数说明,便于理解和集成
v1.2.0
Major update: Improved documentation, usage clarity, and expanded feature support. - Renamed skill为 moss-tts-voice,说明聚焦语音克隆与自然语音合成,强调多渠道适配支持。 - 完全重写文档:分解为“实时克隆”与“预注册音色”两种模式,添加详细入门指引、清晰 API 流程示例及格式要求。 - 新增多渠道(飞书、Telegram、Discord 等)支持说明,涵盖格式自动适配和语音消息 / 文件输出。 - 明确参数用法、常见问题、故障排查和高频错误解决方案。 - 拆分详尽参考文档索引(API、格式、排错),提升可检索性和扩展性。 - Changelog 记录功能迭代,版本号升级至 1.2.0。
v1.0.2
- Expanded and improved SKILL.md documentation with detailed step-by-step setup instructions, core feature guides, troubleshooting, FAQs, and usage examples. - Added clear explanations for API key setup and environment configuration. - Included technical details on available API endpoints and authentication methods. - Added practical usage scenarios and best practices for TTS and voice cloning. - Improved formatting and accessibility for all user levels. - Added .clawhub/origin.json file for enhanced platform integration.
v1.0.1
- Added _meta.json file for enhanced skill metadata. - Updated skill description to mention integration with studio.mosi.cn API. - Documented new dependency requirements (`requests` package, Python, and `MOSS_API_KEY` environment variable). - Provided metadata with homepage link and usage emoji.
v1.0.0
Initial release: TTS synthesis, voice cloning, voice listing
元数据
Slug moss-tts-voice
版本 1.2.2
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 6
常见问题

MOSS-TTS Voice 是什么?

MOSS-TTS 语音合成与音色克隆工具。生成适合各渠道的音频文件。 触发场景: - 用户要求生成语音、TTS - 用户提到"用我的声音"、"克隆声音"、"MOSS语音" - 需要生成语音文件用于发送 功能:文本转语音、实时克隆、预注册音色、多格式输出. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1093 次。

如何安装 MOSS-TTS Voice?

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

MOSS-TTS Voice 是免费的吗?

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

MOSS-TTS Voice 支持哪些平台?

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

谁开发了 MOSS-TTS Voice?

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

💬 留言讨论