← 返回 Skills 市场
Openclaw Feishu Optimizer
作者
huangshaoshuai123
· GitHub ↗
· v1.0.0
638
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-feishu-optimizer
功能描述
提供语音识别、多语言支持及消息格式化,优化 OpenClaw 在飞书平台上的语音与文本消息处理和智能回复体验。
安全使用建议
This skill appears to do what it says: convert audio to text and format replies. Before installing: (1) be aware audio is sent to Google's speech recognition service (network transmission of content — avoid sending sensitive audio), (2) install the Python packages in an isolated virtualenv rather than system-wide, (3) review the two Python files (they are short and readable) and avoid running the scripts on untrusted audio paths, (4) if you need an offline-only option for privacy, consider replacing the recognizer with an offline engine (e.g., VOSK) or request a version that supports local models, and (5) pin package versions and run in a sandboxed environment if you have elevated security concerns.
功能分析
Type: OpenClaw Skill
Name: openclaw-feishu-optimizer
Version: 1.0.0
The skill is classified as suspicious due to the broad `Bash` execution permissions granted in `SKILL.md` (`allowed-tools: Bash(openclaw-feishu-optimizer:*)`). While the Python scripts (`process-message.py`, `voice-recognize.py`) do not directly construct malicious shell commands from user input, the `voice-recognize.py` script uses the `pydub` library for audio conversion. `pydub` often relies on external tools like `ffmpeg` which are executed via shell commands internally. A potential vulnerability in `pydub`'s handling of file paths or metadata when constructing these commands, combined with the skill's broad `Bash` permission, could create a shell injection risk. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (voice recognition, multi-language, message formatting) match the provided files and instructions. Declared dependencies (SpeechRecognition, pydub) and Python usage are appropriate and proportionate for the stated functionality. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs installing SpeechRecognition and pydub and running the included Python scripts (absolute workspace paths). The runtime code only reads the audio file or message data supplied as the script argument and formats the recognized text. Important privacy note: the code uses speech_recognition.recognize_google(), which transmits audio data to Google's web API (the SKILL.md mentions network access for Google SR in troubleshooting but does not explicitly describe external transmission or retention).
Install Mechanism
There is no registry install spec; SKILL.md recommends pip3 install of well-known packages from PyPI (SpeechRecognition, pydub). This is a common, expected approach (moderate risk typical of pip installs); no downloads from unknown URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate. The only external dependency is the Google Speech Recognition web service (no API key used), so the main non-local exposure is network transmission of audio to Google.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and is instruction-only with two local Python modules. It runs only when invoked and does not request elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-optimizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-optimizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
第一个版本:包含语音识别、流式输出、打断功能、消息格式化
元数据
常见问题
Openclaw Feishu Optimizer 是什么?
提供语音识别、多语言支持及消息格式化,优化 OpenClaw 在飞书平台上的语音与文本消息处理和智能回复体验。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 638 次。
如何安装 Openclaw Feishu Optimizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-optimizer」即可一键安装,无需额外配置。
Openclaw Feishu Optimizer 是免费的吗?
是的,Openclaw Feishu Optimizer 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Feishu Optimizer 支持哪些平台?
Openclaw Feishu Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Feishu Optimizer?
由 huangshaoshuai123(@huangshaoshuai123)开发并维护,当前版本 v1.0.0。
推荐 Skills