← Back to Skills Marketplace
MOSS-TTS Voice
by
luogao2333
· GitHub ↗
· v1.2.2
· MIT-0
1093
Downloads
7
Stars
9
Active Installs
6
Versions
Install in OpenClaw
/install moss-tts-voice
Description
MOSS-TTS 语音合成与音色克隆工具。生成适合各渠道的音频文件。 触发场景: - 用户要求生成语音、TTS - 用户提到"用我的声音"、"克隆声音"、"MOSS语音" - 需要生成语音文件用于发送 功能:文本转语音、实时克隆、预注册音色、多格式输出
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moss-tts-voice - After installation, invoke the skill by name or use
/moss-tts-voice - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is MOSS-TTS Voice?
MOSS-TTS 语音合成与音色克隆工具。生成适合各渠道的音频文件。 触发场景: - 用户要求生成语音、TTS - 用户提到"用我的声音"、"克隆声音"、"MOSS语音" - 需要生成语音文件用于发送 功能:文本转语音、实时克隆、预注册音色、多格式输出. It is an AI Agent Skill for Claude Code / OpenClaw, with 1093 downloads so far.
How do I install MOSS-TTS Voice?
Run "/install moss-tts-voice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MOSS-TTS Voice free?
Yes, MOSS-TTS Voice is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MOSS-TTS Voice support?
MOSS-TTS Voice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MOSS-TTS Voice?
It is built and maintained by luogao2333 (@luogao2333); the current version is v1.2.2.
More Skills