← 返回 Skills 市场
93
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install qqbot-voice-transcribe
功能描述
QQ Bot 语音消息自动识别 v2.0。自动解码 QQ Silk V3 格式,Whisper medium 模型识别,Gateway 集成,用户确认流程。
安全使用建议
This skill appears to do what it says: decode QQ Silk V3 files and transcribe them with Whisper. Before installing or running it: (1) review the silk-v3-decoder repository (converter.sh/decoder) before executing it locally, (2) be prepared to install system packages (ffmpeg, python/pip) and the 'whisper' CLI; these steps may require sudo and can modify /etc/fstab if you follow the swapfile instructions, (3) running Whisper medium uses significant CPU/memory — prefer smaller models or a dedicated machine, (4) the skill executes shell commands (converter, ffmpeg, whisper) on files you provide — validate/limit which attachments you auto-process to avoid processing attacker-supplied payloads, and (5) do not run these instructions as root on sensitive hosts unless you trust the external decoder repo and understand the system changes. If you want higher assurance, run the pipeline in an isolated environment (container/VM) and audit the cloned decoder code first.
功能分析
Type: OpenClaw Skill
Name: qqbot-voice-transcribe
Version: 1.0.0
The skill bundle provides a utility for transcribing QQ voice messages but contains significant security vulnerabilities and high-risk instructions. The integration examples (e.g., `gateway-integration-v2.ts`) and Python scripts (`process_qq_voice.py`) use `child_process.exec` and `subprocess.run` with unsanitized file paths derived from external attachments, creating a high risk of Remote Code Execution (RCE) via shell injection. Additionally, the documentation (`README.md`) instructs the user or agent to perform high-privilege system modifications, such as creating a swap file and editing `/etc/fstab`. While these actions are plausibly intended to support resource-intensive Whisper models, the lack of input validation and the promotion of insecure coding practices make the bundle dangerous to deploy without significant modification.
能力评估
Purpose & Capability
Name/description (QQ Silk V3 → Whisper transcription) matches the requirements and code: ffmpeg, whisper CLI, silk-v3-decoder, and Python scripts are all reasonable and expected for this task.
Instruction Scope
Runtime instructions and code perform local file transforms (remove first byte, run silk-v3-decoder, convert with ffmpeg, run whisper) and integrate into a Gateway example. This is within the stated scope, but the instructions also recommend system changes (installing packages, creating a 4GB swap, editing /etc/fstab) and run shell commands (exec/promisified exec); review and apply with care.
Install Mechanism
The skill is instruction-only (no package install spec). It instructs cloning a GitHub repo (https://github.com/kn007/silk-v3-decoder) and installing Whisper via pip — a typical, low-to-moderate-risk pattern. Because the decoder (converter.sh, decoder binary) will be executed, you should vet that third‑party repo before running.
Credentials
No secrets or unrelated environment variables are requested. Declared binaries and optional env vars (WHISPER_MODEL, SILK_DECODER_PATH) are proportional to transcription functionality.
Persistence & Privilege
Skill does not request always:true and does not persist or modify other skills. However, following the README may require privileged/system changes (installing packages, creating /swapfile and writing to /etc/fstab) which require root and have system-wide effect — this is operational, not malicious, but deserves caution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qqbot-voice-transcribe - 安装完成后,直接呼叫该 Skill 的名称或使用
/qqbot-voice-transcribe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
qqbot-voice-transcribe v2.0.0 introduces Gateway 集成与重大识别流程升级。
- 集成 Gateway,QQ 语音消息自动解码与识别,无需手动触发
- 支持 Whisper medium 模型,提升识别准确率
- 新增用户确认流程,避免误操作
- 自动配置 swap,减少内存溢出风险
- 修复旧版识别路径、部分硬盘空间与纯语音消息处理问题
元数据
常见问题
Qqbot Voice Transcribe 是什么?
QQ Bot 语音消息自动识别 v2.0。自动解码 QQ Silk V3 格式,Whisper medium 模型识别,Gateway 集成,用户确认流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Qqbot Voice Transcribe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qqbot-voice-transcribe」即可一键安装,无需额外配置。
Qqbot Voice Transcribe 是免费的吗?
是的,Qqbot Voice Transcribe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qqbot Voice Transcribe 支持哪些平台?
Qqbot Voice Transcribe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qqbot Voice Transcribe?
由 Cindypapa(@cindypapa)开发并维护,当前版本 v1.0.0。
推荐 Skills