← Back to Skills Marketplace
liuxuebin20260309

Lx Whisper Transcribe

by liuxuebin20260309 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lx-whisper-transcribe
Description
OpenClaw语音转文字技能 - 使用whisper.cpp实现本地语音识别,完全本地处理,无需API密钥,支持中文。
README (SKILL.md)

lx-whisper-transcribe

OpenClaw语音转文字技能 - 使用whisper.cpp实现本地语音识别

描述

此技能解决OpenClaw升级后语音消息无法被转录为文字的问题。通过使用whisper.cpp和国内镜像源,提供完全本地化的中文语音转文字功能,无需API密钥。

功能

  • ✅ 接收并转录语音消息为文字
  • ✅ 支持中文语音识别
  • ✅ 使用本地模型,无需API密钥
  • ✅ 在网络受限环境下通过国内镜像源正常工作

触发条件

当用户提到“语音转文字”、“转录音频”、“语音识别”或类似关键词时,应激活此技能。

使用方法

whisper /path/to/audio.ogg
注意事项
- 首次使用需要下载模型文件
- 需要预先编译 whisper.cpp
- 需要安装 ffmpeg
Usage Guidance
Before installing, review the wrapper commands and only proceed if you are comfortable creating ~/bin/whisper, changing PATH for future shell sessions, and downloading models from hf-mirror.com or Hugging Face. Consider using a temporary PATH change first, verify which command runs with command -v whisper, and remove the ~/.bashrc line if you no longer want the wrapper active.
Capability Assessment
Purpose & Capability
The requested capabilities fit a Whisper transcription skill: reading audio files, running ffmpeg/wget/curl, and caching models are purpose-aligned. The documentation is somewhat inconsistent because it calls the setup fully local/offline while also describing first-use model downloads from mirror sites.
Instruction Scope
The declared triggers are mostly specific, but SKILL.md also says to activate on similar keywords, which could invoke transcription more broadly than intended.
Install Mechanism
Installation is manual and visible in SHARE_GUIDE.md, but it creates a ~/bin/whisper wrapper and appends ~/bin to PATH in ~/.bashrc without a strong upfront warning or removal steps.
Credentials
The permissions and external tools are proportionate for audio transcription and model retrieval; there is no evidence of credential access, broad local indexing, exfiltration, or destructive behavior.
Persistence & Privilege
The persistent PATH change and user-local wrapper can shadow other whisper commands in future shells, but this is disclosed in setup commands and is aligned with making the CLI available.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lx-whisper-transcribe
  3. After installation, invoke the skill by name or use /lx-whisper-transcribe
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Adds support for OpenClaw offline Chinese speech-to-text using whisper.cpp. - Fully local processing; no API key required. - Utilizes domestic mirrors for downloads, improving usability in restricted network environments. - Recognizes and transcribes audio with Chinese language support. - Triggered by keywords such as “语音转文字”, “转录音频”, and “语音识别”.
Metadata
Slug lx-whisper-transcribe
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lx Whisper Transcribe?

OpenClaw语音转文字技能 - 使用whisper.cpp实现本地语音识别,完全本地处理,无需API密钥,支持中文。 It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Lx Whisper Transcribe?

Run "/install lx-whisper-transcribe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lx Whisper Transcribe free?

Yes, Lx Whisper Transcribe is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lx Whisper Transcribe support?

Lx Whisper Transcribe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lx Whisper Transcribe?

It is built and maintained by liuxuebin20260309 (@liuxuebin20260309); the current version is v1.1.0.

💬 Comments