← Back to Skills Marketplace
willsonchenservice-eng

Feishu Voice Clone TTS Skill

cross-platform ⚠ suspicious
379
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-voice-clone-tts
Description
Convert text to speech using Volcengine TTS with preset or cloned voices and send audio messages to Feishu chats or groups.
README (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" "文本" - 发送到指定群聊
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-voice-clone-tts
  3. After installation, invoke the skill by name or use /feishu-voice-clone-tts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Create
Metadata
Slug feishu-voice-clone-tts
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 379 downloads so far.

How do I install Feishu Voice Clone TTS Skill?

Run "/install feishu-voice-clone-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Feishu Voice Clone TTS Skill free?

Yes, Feishu Voice Clone TTS Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Feishu Voice Clone TTS Skill support?

Feishu Voice Clone TTS Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feishu Voice Clone TTS Skill?

It is built and maintained by willsonchenservice-eng (@willsonchenservice-eng); the current version is v1.0.0.

💬 Comments