← 返回 Skills 市场
franklu0819-lang

Feishu Voice

作者 xiaofei · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
1955
总下载
1
收藏
33
当前安装
7
版本数
在 OpenClaw 中安装
/install feishu-voice
功能描述
飞书语音消息发送技能。将文本转换为语音并发送到飞书,支持 TTS 生成、格式转换、语速调整、时长读取、文件上传和消息发送。
安全使用建议
Install only if you intend your text to be processed by the configured TTS dependency and the resulting audio to be uploaded and sent through Feishu. Use a trusted coze-tts installation, least-privilege Feishu bot credentials, and avoid sending secrets, regulated data, or sensitive business content unless that data flow is approved.
功能分析
Type: OpenClaw Skill Name: feishu-voice Version: 1.2.0 The feishu-voice skill is a legitimate utility for converting text to speech and sending it as a voice message via the Feishu (Lark) platform. It uses standard system utilities (ffmpeg, ffprobe, jq) and interacts exclusively with official Feishu API endpoints (open.feishu.cn) using provided environment credentials. The script logic in scripts/send_voice.sh is transparent, follows the documented workflow, and includes proper cleanup of temporary files in /tmp.
能力评估
Purpose & Capability
The documented purpose matches the implementation: it calls a coze-tts helper, converts audio with ffmpeg/ffprobe, uploads the opus file to Feishu, and sends an audio message.
Instruction Scope
Running the script sends the message immediately to the configured or supplied Feishu recipient; this is disclosed, but there is no dry-run or confirmation prompt.
Install Mechanism
No installer or hidden setup was found. The package declares required binaries, environment variables, and the coze-tts dependency; the script searches sibling, workspace, home, and opt paths for that dependency, so users should ensure the resolved coze-tts copy is trusted. Version metadata is inconsistent across files but not security-relevant here.
Credentials
Feishu app credentials and a Coze API key are proportionate to the stated function. The text is passed to coze-tts and the generated audio is uploaded to Feishu, which is expected for this skill but should be treated as external data handling.
Persistence & Privilege
No persistence, privilege escalation, background worker, broad local indexing, or destructive behavior was found. Temporary audio files are written under /tmp and removed after use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
优化Token获取逻辑,修复参数错误,增加默认配置支持
v1.1.2
删除遗留脚本,修复硬编码路径,测试验证通过
v1.1.1
修复硬编码路径,添加智能路径解析,完善可选环境变量声明
v1.1.0
修复依赖声明:从 zhipu-tts 迁移到 coze-tts,更新文档,添加多应用配置说明
v2.0.0
重大更新:迁移到 Coze TTS,新增语速调整功能
v1.0.1
🔒 安全修复:移除所有硬编码密钥,改用环境变量读取。确保技能文档和脚本中不包含实际密钥。
v1.0.0
Initial release: 飞书语音消息发送技能。将文本转换为语音并发送到飞书,支持 TTS 生成、格式转换、时长读取、文件上传和消息发送
元数据
Slug feishu-voice
版本 1.2.0
许可证 MIT-0
累计安装 33
当前安装数 33
历史版本数 7
常见问题

Feishu Voice 是什么?

飞书语音消息发送技能。将文本转换为语音并发送到飞书,支持 TTS 生成、格式转换、语速调整、时长读取、文件上传和消息发送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1955 次。

如何安装 Feishu Voice?

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

Feishu Voice 是免费的吗?

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

Feishu Voice 支持哪些平台?

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

谁开发了 Feishu Voice?

由 xiaofei(@franklu0819-lang)开发并维护,当前版本 v1.2.0。

💬 留言讨论