← 返回 Skills 市场
mayiv-ai

Feishu Voice Skill

作者 Mayiv-Ai · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mayiv-feishu-voice
功能描述
通过 Edge TTS 把文字转语音,发送到飞书。支持纯语音发送和文字+语音同时发送。环境变量配置,无硬编码凭证,完全免费无需 API Key。触发词:飞书语音、发语音、feishu voice、语音发送、文字转语音
安全使用建议
This skill's behavior (sending TTS to Feishu) matches its code, but the registry metadata incorrectly omits required environment variables. Before installing: 1) do not use high-privilege or production Feishu credentials — create a dedicated app/account with minimal scopes and test there; 2) confirm you are comfortable that message text will be sent to external TTS services (edge-tts/Microsoft) and to Feishu; 3) verify the publisher's project URL (https://github.com/Mayiv-Ai/feishu-voice) and confirm the repo matches the packaged scripts; 4) request the publisher to update the registry metadata to declare FEISHU_APP_ID and FEISHU_APP_SECRET (and any other env vars) so required secrets are visible up front; 5) consider running the scripts in a sandboxed environment first. The code itself shows no obvious exfiltration beyond the described APIs, but the metadata omission is a practical security/usability concern.
功能分析
Type: OpenClaw Skill Name: mayiv-feishu-voice Version: 1.0.1 The skill bundle provides a legitimate utility for converting text to speech via Edge TTS and sending it to Feishu. It correctly handles credentials using environment variables (FEISHU_APP_ID, FEISHU_APP_SECRET) and interacts only with official Feishu API endpoints (open.feishu.cn). The shell scripts (feishu-send.sh, feishu-voice-send.sh) use standard tools like ffmpeg and python3 for processing without any signs of obfuscation, data exfiltration, or malicious intent.
能力评估
Purpose & Capability
The skill claims to convert text to speech and send to Feishu, which legitimately needs FEISHU_APP_ID and FEISHU_APP_SECRET. However the registry metadata lists no required environment variables or primary credential even though both the SKILL.md and the shipped scripts require FEISHU_APP_ID and FEISHU_APP_SECRET. That omission is an incoherence between claimed requirements and actual capabilities.
Instruction Scope
The SKILL.md and scripts stay within the stated purpose: they run edge-tts + ffmpeg locally, then call Feishu open APIs (https://open.feishu.cn) to upload and send audio. They create temporary files and use curl/python to parse responses. They do not read unrelated system files or attempt to access other credentials. Note: text is sent to an external TTS provider (edge-tts/Microsoft services) and to Feishu APIs — users should be aware their message content is transmitted externally.
Install Mechanism
There is no automated install spec (instruction-only plus two shell scripts). Dependencies are typical (edge-tts via pip, ffmpeg). No remote downloads or archive extraction are performed by the skill itself, which reduces install-time risk.
Credentials
The code requires sensitive environment variables (FEISHU_APP_ID and FEISHU_APP_SECRET) to obtain a tenant access token. Those credentials are appropriate for Feishu integration, but the registry metadata fails to declare them. This mismatch could lead users to install/run the skill without realizing they must provide secrets. The skill will transmit provided text to external services (TTS + Feishu) — disclose this to data owners and use least-privilege credentials.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide agent settings. It only runs scripts when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mayiv-feishu-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mayiv-feishu-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
add Feishu group invite link, enhance description
v1.0.0
Feishu Voice 1.0.0 — Initial Release - Convert text to voice using Edge TTS and send directly to Feishu. - Supports sending pure voice messages or combined text + voice messages. - Credentials are configured via environment variables—no hardcoded secrets. - Easy setup instructions with dependency installation (edge-tts, ffmpeg). - Multiple Chinese voices supported. - Sample scripts provided for different use cases. - Open source and suitable for CI/CD or production.
元数据
Slug mayiv-feishu-voice
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Feishu Voice Skill 是什么?

通过 Edge TTS 把文字转语音,发送到飞书。支持纯语音发送和文字+语音同时发送。环境变量配置,无硬编码凭证,完全免费无需 API Key。触发词:飞书语音、发语音、feishu voice、语音发送、文字转语音. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Feishu Voice Skill?

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

Feishu Voice Skill 是免费的吗?

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

Feishu Voice Skill 支持哪些平台?

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

谁开发了 Feishu Voice Skill?

由 Mayiv-Ai(@mayiv-ai)开发并维护,当前版本 v1.0.1。

💬 留言讨论