← Back to Skills Marketplace
mkkb473

MOSS TTSD 多人对话合成

by YYL · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
328
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install moss-ttsd
Description
MOSI Studio 多人对话合成(moss-ttsd):将多个角色的对话文本合成为 单段连续音频,多人声音自然交替。支持 1~5 个说话人。 触发词:多说话人、多人对话、对话合成、多个角色、多种声音、多个人说话、 "multi-speaker"、"dialogue synthesis"、"多人对话"。 在飞书...
Usage Guidance
This skill appears to be what it claims: a multi‑speaker TTS client that sends your provided text to studio.mosi.cn and saves returned audio locally. Before installing, ensure you trust the MOSI Studio service and are comfortable providing MOSI_TTS_API_KEY (the key is sent as a bearer token to the studio.mosi.cn API). Expect the script to require curl, jq, and base64, and to write output under ~/.openclaw/workspace. If you plan to enable automated/agent invocation, consider the risk of automated uploads of text (sensitive content) to the external service and restrict where the API key is stored; rotate the key if shared or exposed. If you rely on the Feishu integration mentioned in the docs, review that separate script (mosi-tts's mosi_feishu_voice.sh) for any channel-specific behavior before connecting to production chat accounts.
Capability Analysis
Type: OpenClaw Skill Name: moss-ttsd Version: 2.0.0 The moss-ttsd skill is a legitimate tool for multi-speaker text-to-speech synthesis using the MOSI Studio API (studio.mosi.cn). The shell script (mosi_dialogue.sh) safely constructs JSON payloads using jq to prevent injection and handles API responses by decoding base64 audio data to a user-specified path, with no evidence of data exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (multi‑speaker TTS) match the files and runtime behavior. The only credential requested is MOSI_TTS_API_KEY, which is appropriate for calling the MOSI Studio API; required tools (curl, jq, base64) are reasonable for the stated job.
Instruction Scope
SKILL.md and the script confine actions to building a JSON payload, POSTing to https://studio.mosi.cn/api/v1/audio/speech, decoding returned base64 audio, and writing a WAV to the user's workspace. They do not attempt to read unrelated files or other environment variables.
Install Mechanism
No install/download steps are present (instruction-only plus a local script). Nothing is fetched from third‑party URLs or written beyond the script's normal output path.
Credentials
Only MOSI_TTS_API_KEY is required (with an optional CLI override). That single API key is proportional to a TTS integration; no unrelated secrets or excessive env vars are requested.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or global agent settings. It writes output to ~/.openclaw/workspace as expected for a TTS tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moss-ttsd
  3. After installation, invoke the skill by name or use /moss-ttsd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Breaking: speakers array replaces voice_id/voice_id2; supports 1~5 speakers; updated sampling params (repetition_penalty, audio_presence_penalty, max_new_tokens); snapshot moss-ttsd-20260320
v1.0.3
Fix: use metadata.openclaw.requires.env and primaryEnv for MOSI_TTS_API_KEY
v1.0.2
Fix: declare MOSI_TTS_API_KEY env, add homepage, remove node dep (uses curl+jq+base64)
v1.0.1
Fix: replace node -e inline JS with jq+base64 to avoid eval flag
v1.0.0
Initial release: MOSI Studio 双人对话合成,支持中英文,最多2人
Metadata
Slug moss-ttsd
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is MOSS TTSD 多人对话合成?

MOSI Studio 多人对话合成(moss-ttsd):将多个角色的对话文本合成为 单段连续音频,多人声音自然交替。支持 1~5 个说话人。 触发词:多说话人、多人对话、对话合成、多个角色、多种声音、多个人说话、 "multi-speaker"、"dialogue synthesis"、"多人对话"。 在飞书... It is an AI Agent Skill for Claude Code / OpenClaw, with 328 downloads so far.

How do I install MOSS TTSD 多人对话合成?

Run "/install moss-ttsd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MOSS TTSD 多人对话合成 free?

Yes, MOSS TTSD 多人对话合成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MOSS TTSD 多人对话合成 support?

MOSS TTSD 多人对话合成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MOSS TTSD 多人对话合成?

It is built and maintained by YYL (@mkkb473); the current version is v2.0.0.

💬 Comments