← 返回 Skills 市场
mkkb473

moss-tts-family-chatbot

作者 YYL · GitHub ↗ · v0.0.4 · MIT-0
cross-platform ⚠ suspicious
373
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install moss-tts-family-chatbot
功能描述
MOSI Studio 音频全套能力:语音转文字(ASR)、文字转语音(TTS)、 多说话人对话合成、声音克隆、飞书语音气泡。 两类触发场景: 1. 消息中包含 "[media attached:"、"audio/ogg"、"audio/opus" 或 路径 /home/openclaw/.openclaw/me...
安全使用建议
This skill appears to implement the advertised MOSI Studio audio features, but the package metadata fails to declare required credentials and contains inconsistent env var names. Before installing: 1) confirm which environment variables the runtime expects (MOSI_TTS_API_KEY vs MOSI_API_KEY) and ensure they are set correctly and scoped/rotated; 2) if you want Feishu voice bubbles, be aware the script requires FEISHU_APP_ID and FEISHU_APP_SECRET (not declared) and will call open.feishu.cn to obtain a tenant token and upload/send files; only provide least-privilege credentials and test in a restricted environment; 3) note the skill will auto-transcribe inbound media paths (it instructs immediate transcription) — ensure you are comfortable with automatic processing of inbound audio; 4) run the scripts in a sandbox first to verify network endpoints, rate limits, and where files are written; and 5) ask the skill author to update the registry metadata to explicitly list required env vars, any binary prerequisites, and the exact scope of tokens used so you can perform a proper risk review.
功能分析
Type: OpenClaw Skill Name: moss-tts-family-chatbot Version: 0.0.4 The skill bundle provides a comprehensive suite of audio processing tools (TTS, ASR, voice cloning) and Feishu integration via the MOSI Studio API (studio.mosi.cn). The scripts (e.g., mosi_tts.sh, mosi_asr.sh, mosi_feishu_voice.sh) use standard tools like curl, ffmpeg, and node to interact with legitimate endpoints and handle media files within the designated workspace directory (~/.openclaw/workspace/). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the instructions in SKILL.md are focused on ensuring the agent correctly utilizes the provided scripts and respects security boundaries regarding API keys.
能力评估
Purpose & Capability
The name/description (TTS, ASR, multi-speaker, voice clone, Feishu voice bubbles) align with the included scripts and API docs (calls to https://studio.mosi.cn). However the registry metadata declares no required env vars or binaries while the scripts require API keys and Feishu credentials; also the code uses two different MOSI API env names (MOSI_TTS_API_KEY vs MOSI_API_KEY). The presence of Feishu upload/send logic is consistent with the 'Feishu voice bubble' feature, but those credentials are not declared in the skill metadata.
Instruction Scope
SKILL.md instructs the agent to immediately transcribe inbound media (matching a specific injected message pattern) and to save all generated audio under ~/.openclaw/workspace. The instructions reference reading inbound media paths (/home/openclaw/.openclaw/media/inbound/...), calling external APIs, and using Feishu tenant credentials to upload/send audio. These actions are within the stated audio/Feishu integration scope but the 'must immediately transcribe' requirement gives the skill autonomous behavior that could process any incoming media without extra confirmation.
Install Mechanism
No install spec; this is instruction-and-script-only. That lowers install risk because nothing is downloaded at install time. The scripts assume common CLI tools (node, curl, ffmpeg, python3, etc.) but do not perform external downloads.
Credentials
The registry metadata lists no required environment variables, but the SKILL.md and scripts require at least MOSI_TTS_API_KEY / MOSI_API_KEY and, for Feishu integration, FEISHU_APP_ID and FEISHU_APP_SECRET (used by scripts/mosi_feishu_voice.sh). This is an inadequate declaration of secrets. Also inconsistent env var naming (MOSI_TTS_API_KEY vs MOSI_API_KEY) could cause misconfiguration or accidental exposure. The number and type of required secrets is reasonable for the features, but they must be declared and scoped—right now they are not.
Persistence & Privilege
always is false and the skill does not request forced inclusion. The skill writes only to its workspace (~/.openclaw/workspace) as required by media policy, and does not attempt to modify other skills or system-wide configs in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moss-tts-family-chatbot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moss-tts-family-chatbot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.4
**Summary:** Expanded description: added multi-feature audio capability details, strict file path rules, supported operations, dependencies, and usage examples for multiple audio tasks. - Added detailed descriptions of supported audio features: ASR, TTS, multi-speaker dialogue synthesis, voice cloning, and Feishu voice bubbles. - Clarified strict file path requirements for generated audio outputs. - Listed and explained all script entry points and available audio models. - Provided comprehensive usage instructions for each capability (including sample scripts and parameter explanations). - Documented environment preparation steps, dependency handling, troubleshooting, and installation methods. - Included best practices, feature usage guides, and common pitfalls for users.
元数据
Slug moss-tts-family-chatbot
版本 0.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

moss-tts-family-chatbot 是什么?

MOSI Studio 音频全套能力:语音转文字(ASR)、文字转语音(TTS)、 多说话人对话合成、声音克隆、飞书语音气泡。 两类触发场景: 1. 消息中包含 "[media attached:"、"audio/ogg"、"audio/opus" 或 路径 /home/openclaw/.openclaw/me... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 373 次。

如何安装 moss-tts-family-chatbot?

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

moss-tts-family-chatbot 是免费的吗?

是的,moss-tts-family-chatbot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

moss-tts-family-chatbot 支持哪些平台?

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

谁开发了 moss-tts-family-chatbot?

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

💬 留言讨论