← 返回 Skills 市场
raydoomed

Minimax Feishu Voice

作者 xRay · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install minimax-feishu-voice
功能描述
Send native Feishu voice bubble messages via MiniMax TTS, converting text to 16kHz opus audio and delivering as a playable Feishu audio bubble.
安全使用建议
This skill appears to do what it says: call MiniMax TTS, transcode to Feishu's required 16kHz opus format, upload, and send a native Feishu voice bubble. Before installing or using it: (1) Inspect the included script yourself (or have someone you trust do so). (2) Be aware it will read ~/.openclaw/openclaw.json for Feishu appId/appSecret and the voice_config.json file (containing your MiniMax API key) — those files contain sensitive credentials. The registry metadata did not declare required config paths, so double-check those files and store keys minimally (use least-privilege Feishu app credentials). (3) Ensure ffmpeg with libopus is installed and run the skill in a controlled environment if you do not trust the source (no homepage / unknown source). (4) If you decide to use it, consider creating Feishu credentials scoped only for sending messages and rotate keys if you remove the skill. If anything about the source or content of the script looks unfamiliar, do not provide your real credentials until you confirm.
功能分析
Type: OpenClaw Skill Name: minimax-feishu-voice Version: 1.0.3 The skill is a legitimate integration for sending native Feishu voice messages using the MiniMax TTS API. It correctly handles audio conversion using ffmpeg via safe subprocess calls and manages credentials by reading from the expected OpenClaw and skill-specific configuration files (openclaw.json and voice_config.json). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
The skill name/description say it will call MiniMax TTS, convert audio to 16kHz opus, and deliver a Feishu native voice bubble; the included Python script performs exactly those steps and calls only the expected external endpoints (MiniMax API and Feishu open-apis). The use of ffmpeg to transcode is consistent with the stated purpose.
Instruction Scope
SKILL.md and the script read local config files (~/.openclaw/workspace/skills/minimax-feishu-voice/voice_config.json and ~/.openclaw/openclaw.json) to obtain the MiniMax api_key and Feishu appId/appSecret. That behavior is necessary for operation but was not reflected in the registry's 'required config paths' metadata; users should be aware the skill will read those local files containing secrets.
Install Mechanism
No install spec is provided (instruction-only + bundled script). Nothing is downloaded from external or untrusted URLs during install. The runtime will invoke ffmpeg (expected); the skill does write temporary files during processing but cleans them up.
Credentials
The script requires a MiniMax API key and Feishu appId/appSecret — these are appropriate and proportionate to the stated functionality. However, the skill metadata does not advertise these required config files/credentials, which can be surprising to users. No unrelated credentials or environment variables are requested.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills, and does not request elevated system privileges. It operates on local config files and makes network calls to the documented APIs only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-feishu-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-feishu-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated the recommended voice ID table in the documentation: removed non-working/non-existent IDs for improved accuracy. - No changes to code or skill functionality.
v1.0.2
从voice_config.json读取api_key,不再依赖openclaw.json;更新SKILL.md文档;默认值改为female-yujie-jingpin
v1.0.1
- Updated voice configuration path to ~/.openclaw/workspace/skills/minimax-feishu-voice/voice_config.json in documentation. - No changes to code logic; documentation improvement only.
v1.0.0
Initial release: Send native Feishu voice bubble messages using MiniMax TTS. - Generates Feishu-compatible voice message bubbles (not MP3 attachments) from text. - Supports customizable voice, speed, volume, and pitch via `voice_config.json`. - Directly sends messages to Feishu users via their `open_id`. - Requires MiniMax TTS and Feishu channel integration, plus ffmpeg installed. - Includes sample usage commands and recommended voice options for Chinese text.
元数据
Slug minimax-feishu-voice
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Minimax Feishu Voice 是什么?

Send native Feishu voice bubble messages via MiniMax TTS, converting text to 16kHz opus audio and delivering as a playable Feishu audio bubble. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Minimax Feishu Voice?

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

Minimax Feishu Voice 是免费的吗?

是的,Minimax Feishu Voice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Minimax Feishu Voice 支持哪些平台?

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

谁开发了 Minimax Feishu Voice?

由 xRay(@raydoomed)开发并维护,当前版本 v1.0.3。

💬 留言讨论