← 返回 Skills 市场
mkkb473

MOSS TTSD 多人对话合成

作者 YYL · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
328
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install moss-ttsd
功能描述
MOSI Studio 多人对话合成(moss-ttsd):将多个角色的对话文本合成为 单段连续音频,多人声音自然交替。支持 1~5 个说话人。 触发词:多说话人、多人对话、对话合成、多个角色、多种声音、多个人说话、 "multi-speaker"、"dialogue synthesis"、"多人对话"。 在飞书...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moss-ttsd
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moss-ttsd 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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人
元数据
Slug moss-ttsd
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

MOSS TTSD 多人对话合成 是什么?

MOSI Studio 多人对话合成(moss-ttsd):将多个角色的对话文本合成为 单段连续音频,多人声音自然交替。支持 1~5 个说话人。 触发词:多说话人、多人对话、对话合成、多个角色、多种声音、多个人说话、 "multi-speaker"、"dialogue synthesis"、"多人对话"。 在飞书... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 328 次。

如何安装 MOSS TTSD 多人对话合成?

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

MOSS TTSD 多人对话合成 是免费的吗?

是的,MOSS TTSD 多人对话合成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MOSS TTSD 多人对话合成 支持哪些平台?

MOSS TTSD 多人对话合成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MOSS TTSD 多人对话合成?

由 YYL(@mkkb473)开发并维护,当前版本 v2.0.0。

💬 留言讨论