← 返回 Skills 市场
willsonchenservice-eng

Feishu Voice Clone TTS Skill

作者 willsonchenservice-eng · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
379
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-voice-clone-tts
功能描述
Convert text to speech using Volcengine TTS with preset or cloned voices and send audio messages to Feishu chats or groups.
使用说明 (SKILL.md)

Feishu Voice Clone TTS Skill

使用火山引擎 TTS 将文本转换为语音,并发送到飞书。

支持两种方式:

  1. 使用火山引擎预置的声音
  2. 使用你自己克隆的声音

火山引擎配置

方式一:使用预置声音(无需克隆)

https://console.volcengine.com/speech/new/experience/tts?projectName=default

方式二:使用你自己克隆的声音

1. 声音克隆

https://console.volcengine.com/speech/new/experience/clone?projectName=default

2. 语音合成

https://console.volcengine.com/speech/new/experience/tts?projectName=default

配置

需要配置以下环境变量:

  • FEISHU_APP_ID - 飞书 App ID
  • FEISHU_APP_SECRET - 飞书 App Secret
  • FEISHU_CHAT_ID - 飞书聊天 ID (user:xxx 或 chat:xxx)
  • VOLC_API_KEY - 火山引擎 API Key
  • VOLC_VOICE_TYPE - 火山引擎音色 ID(预置声音或克隆声音均可)

使用

用户: 用语音说"你好"
OpenClaw: [调用 TTS] [发送语音消息到飞书]

命令

  • python feishu_tts.py "文本" - 发送语音消息
  • python feishu_tts.py -c "chat:oc_xxx" "文本" - 发送到指定群聊
安全使用建议
This skill's code is coherent with its description, but the package/registry metadata omits required environment variables and binaries. Before installing: (1) Verify you trust the source — the author field/homepage are empty. (2) Provide dedicated Feishu and Volcengine credentials with minimal permissions (use a test app/service account), and do not reuse high-privilege secrets. (3) Ensure ffmpeg/ffprobe are installed in a controlled environment. (4) Be aware the script will read ~/.volcengine_key if present; remove or inspect that file if you don't want it used. (5) Review the code yourself (it is short and readable) or run it in an isolated container/VM. If you proceed, avoid giving production credentials until you’re comfortable; rotate them if you tested with real secrets.
功能分析
Type: OpenClaw Skill Name: feishu-voice-clone-tts Version: 1.0.0 The skill is a legitimate tool for converting text to speech via Volcengine and sending it to Feishu. It follows its stated purpose, uses secure subprocess handling (list-based arguments) for ffmpeg/ffprobe in feishu_tts.py, and only communicates with official Volcengine and Feishu API endpoints.
能力评估
Purpose & Capability
The script's behavior (call Volcengine TTS, convert with ffmpeg/ffprobe, upload to Feishu) matches the skill description. However the registry metadata lists no required environment variables or binaries while the SKILL.md and code do require FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_CHAT_ID, VOLC_API_KEY, VOLC_VOICE_TYPE and the ffmpeg/ffprobe binaries — this metadata omission is inconsistent and worth noting.
Instruction Scope
Runtime instructions and code limit actions to: calling Volcengine TTS API, converting audio locally with ffmpeg/ffprobe, obtaining a Feishu tenant token, uploading the resulting audio file, and sending a message. The SKILL.md documents these steps. The code does optionally read a local config file (~/.volcengine_key) as an alternative API-key source — this is documented in README but is an extra local file access to be aware of.
Install Mechanism
There is no install script or external download; the skill is delivered as source files. That reduces supply-chain risk. It does require system binaries (ffmpeg, ffprobe) and Python 'requests' at runtime; those prerequisites are mentioned in README but were not reflected in the registry's required-binaries field.
Credentials
The environment variables requested by the script (Feishu App ID/Secret, Feishu chat id, Volcengine API key and voice id) are appropriate and necessary for the described functionality. The script also supports reading ~/.volcengine_key for the Volcengine key — this config path was not declared in the registry metadata and gives the skill access to a home-directory file, which you should verify you want it to read.
Persistence & Privilege
The skill is not force-enabled (always:false), does not persist or modify other skills or system-wide settings, and only runs on explicit invocation. It exchanges credentials with the Feishu/Volcengine APIs as expected and uses temporary files for audio data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-voice-clone-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-voice-clone-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Create
元数据
Slug feishu-voice-clone-tts
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Feishu Voice Clone TTS Skill 是什么?

Convert text to speech using Volcengine TTS with preset or cloned voices and send audio messages to Feishu chats or groups. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。

如何安装 Feishu Voice Clone TTS Skill?

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

Feishu Voice Clone TTS Skill 是免费的吗?

是的,Feishu Voice Clone TTS Skill 完全免费(开源免费),可自由下载、安装和使用。

Feishu Voice Clone TTS Skill 支持哪些平台?

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

谁开发了 Feishu Voice Clone TTS Skill?

由 willsonchenservice-eng(@willsonchenservice-eng)开发并维护,当前版本 v1.0.0。

💬 留言讨论