← 返回 Skills 市场
1775
总下载
2
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install local-whisper-cpp
功能描述
Local speech-to-text using whisper-cli (whisper.cpp).
使用说明 (SKILL.md)
Local Whisper (cpp)
Transcribe audio files locally using whisper-cli and the large-v3-turbo model.
Usage
You can use the wrapper script:
scripts/whisper-local.sh \x3Caudio-file>
Or call the binary directly:
whisper-cli -m /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin -f \x3Cfile> -l auto -nt
Scripts
- Location:
scripts/whisper-local.sh(inside skill folder) - Model:
/usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin - GPU: Enabled via
whisper-cli.
Setup
Download the model to /usr/share/whisper.cpp-model-large-v3-turbo/:
wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3-turbo.bin?download=true -O /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin
安全使用建议
This skill appears to be what it says: a small wrapper around a local whisper-cli. Before installing/using it, ensure you have a trusted whisper-cli binary installed from an official source, and download the model from Hugging Face (as documented). Note that placing the model under /usr/share may require sudo or root access and significant disk space; you can instead store the model in a user-writable path and update the script/command to point to that location. Verify whisper-cli supports the flags used (-fa, -nt, GPU options) on your system. If you are uncomfortable granting write access to /usr/share, modify the instructions to use a safe directory.
功能分析
Type: OpenClaw Skill
Name: local-whisper-cpp
Version: 1.0.0
The skill bundle is benign. It provides a wrapper script (`scripts/whisper-local.sh`) to run the `whisper-cli` tool for local speech-to-text transcription. The `SKILL.md` documentation includes a `wget` command to download a large language model from `huggingface.co`, which is a legitimate source for ML models and a standard setup step for such applications. There is no evidence of prompt injection, data exfiltration, malicious execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the implementation: the skill runs whisper-cli against a local model file. The only declared requirement is the whisper-cli binary, which is exactly what is needed for local transcription.
Instruction Scope
SKILL.md instructs downloading the model from a Hugging Face URL and storing it at /usr/share/whisper.cpp-model-large-v3-turbo/. That path may require elevated privileges (sudo) to write; the skill does not declare or request any config paths or elevated privileges explicitly. Runtime instructions otherwise only invoke whisper-cli on a supplied audio file and do not access unrelated files or env vars.
Install Mechanism
There is no automatic install spec (instruction-only). The provided model download uses a Hugging Face URL (a known host). No untrusted shorteners or personal servers are used, and the script itself is a small local wrapper.
Credentials
No environment variables, secrets, or unrelated credentials are requested. The model path is hard-coded under /usr/share but no credentials are required to run the skill.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills/config. It is user-invocable and can be run on demand.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install local-whisper-cpp - 安装完成后,直接呼叫该 Skill 的名称或使用
/local-whisper-cpp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Local Whisper (cpp) 是什么?
Local speech-to-text using whisper-cli (whisper.cpp). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1775 次。
如何安装 Local Whisper (cpp)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-whisper-cpp」即可一键安装,无需额外配置。
Local Whisper (cpp) 是免费的吗?
是的,Local Whisper (cpp) 完全免费(开源免费),可自由下载、安装和使用。
Local Whisper (cpp) 支持哪些平台?
Local Whisper (cpp) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local Whisper (cpp)?
由 wuxxin(@wuxxin)开发并维护,当前版本 v1.0.0。
推荐 Skills