← Back to Skills Marketplace
MiniMax TTS for FeiShu
by
lixiang92229
· GitHub ↗
· v1.0.2
· MIT-0
137
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install minimax-tts-feishu
Description
MiniMax 文字转语音,支持中文音色、自动情绪检测、语气词音效和停顿标记
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-tts-feishu - After installation, invoke the skill by name or use
/minimax-tts-feishu - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is MiniMax TTS for FeiShu?
MiniMax 文字转语音,支持中文音色、自动情绪检测、语气词音效和停顿标记. It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install MiniMax TTS for FeiShu?
Run "/install minimax-tts-feishu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax TTS for FeiShu free?
Yes, MiniMax TTS for FeiShu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax TTS for FeiShu support?
MiniMax TTS for FeiShu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax TTS for FeiShu?
It is built and maintained by lixiang92229 (@lixiang92229); the current version is v1.0.2.
More Skills