← 返回 Skills 市场
MiniMax TTS for FeiShu
作者
lixiang92229
· GitHub ↗
· v1.0.2
· MIT-0
137
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install minimax-tts-feishu
功能描述
MiniMax 文字转语音,支持中文音色、自动情绪检测、语气词音效和停顿标记
安全使用建议
This skill appears to do what it says: convert text using MiniMax and send audio to Feishu. Before installing, ensure you: 1) provide only scoped MiniMax and Feishu credentials and avoid committing them; 2) restrict FEISHU_USER_OPEN_ID to the intended recipient(s); 3) run the skill in a non-production/sandbox environment first — there are implementation bugs (index.js invokes python3 on a shell script, and voice_design.py references send_audio_message without importing it) that can cause errors; 4) verify network policy so only api.minimaxi.com and open.feishu.cn are contacted; and 5) if you need stronger assurance, request the maintainer fix the noted bugs and review the code that fetches message content (it will read messages via Feishu API when given valid app credentials).
功能分析
Type: OpenClaw Skill
Name: minimax-tts-feishu
Version: 1.0.2
The skill provides Text-to-Speech (TTS) integration between the MiniMax API and Feishu, featuring automated emotion detection and custom voice design. It handles sensitive credentials (API keys) via environment variables and communicates exclusively with legitimate service endpoints (api.minimaxi.com and open.feishu.cn). The code is well-documented, includes explicit security warnings in the README.md, and lacks any indicators of malicious intent, such as unauthorized data exfiltration or obfuscation.
能力评估
Purpose & Capability
The skill claims to call MiniMax TTS and send audio to Feishu and the code indeed calls api.minimaxi.com and open.feishu.cn and requires MINIMAX_API_KEY, FEISHU_APP_ID, and FEISHU_APP_SECRET. No unrelated credentials or binaries are requested. The files and environment variables align with the stated purpose.
Instruction Scope
Runtime instructions and SKILL.md match the code paths (tts, design, list, update, save/trigger). The skill reads/writes local cache and voice-map files (/tmp/last_miss_m_message.txt, voices-map.md) and calls Feishu message APIs to fetch and send messages — these are expected for this integration. Note: there are implementation bugs that may cause runtime failures (index.js spawns python3 on a shell script; voice_design.py calls send_audio_message without importing/defining it) which are correctness issues but not evidence of hidden/excessive data access.
Install Mechanism
No install spec is provided (instruction-only install), and included code is plain Python/JS/bash that will run in the environment. No remote download URLs, archive extraction, or surprising installer behavior detected.
Credentials
Requested environment variables (MINIMAX_API_KEY, FEISHU_APP_ID, FEISHU_APP_SECRET, optional FEISHU_USER_OPEN_ID, and optional TTS_VOICES_MAP_PATH) are proportional and necessary for TTS generation and Feishu integration. No unrelated secrets or extra third-party tokens are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It writes local files (voice map and /tmp caches) within expected scope. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-tts-feishu - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-tts-feishu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Add comprehensive README with English/Chinese documentation and security warnings
v1.0.1
Security fix: remove hardcoded credentials, use environment variables, fix absolute paths
v1.0.0
Initial release: TTS with emotion detection, pause markers, and sound effects for FeiShu
元数据
常见问题
MiniMax TTS for FeiShu 是什么?
MiniMax 文字转语音,支持中文音色、自动情绪检测、语气词音效和停顿标记. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 MiniMax TTS for FeiShu?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-tts-feishu」即可一键安装,无需额外配置。
MiniMax TTS for FeiShu 是免费的吗?
是的,MiniMax TTS for FeiShu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax TTS for FeiShu 支持哪些平台?
MiniMax TTS for FeiShu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax TTS for FeiShu?
由 lixiang92229(@lixiang92229)开发并维护,当前版本 v1.0.2。
推荐 Skills