← Back to Skills Marketplace
xuxuclassmate

Whisper Voice Transcription (whisper.cpp)

by XuXu · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
107
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install whisper-voice-transcription
Description
Build and use whisper.cpp for local speech-to-text workflows, with optional cloud fallback when local transcription is not practical.
Usage Guidance
This is an operator guide for building and running whisper.cpp and is coherent with its stated purpose. Before installing or following the guide: (1) verify you are cloning the correct upstream repository and, when downloading model files, prefer official release artifacts and verify checksums; (2) be cautious implementing any automated "search cache" fallback — restrict searches to known application cache paths and avoid broad home-directory scans; (3) explicitly prompt the user before sending audio to any cloud provider and confirm which API/endpoint will be used; (4) note that building from source requires developer tools (git, cmake, compiler, ffmpeg) and network access to fetch models. If you need the skill to operate autonomously, consider adding strict path whitelists and user consent prompts to reduce accidental data exposure.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: instructions show how to clone, build, and run whisper.cpp locally and describe optional cloud fallback. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Overall instructions stay within the stated purpose (build/run local STT, optional cloud fallback). The fallback guidance to "locate the exact cache or upload path used by that tool" is vague and could lead an agent to read user files if implemented broadly; the doc does warn to restrict searches to expected app cache directories, but an implementer should be explicit about which paths are safe to access.
Install Mechanism
Instruction-only skill (no install spec). Build instructions clone the official ggerganov/whisper.cpp repo and build locally with cmake — this is expected and proportionate. No downloads from unknown/shortened/personal URLs or archive extraction steps are included.
Credentials
No environment variables or credentials are requested. Network access is implied for cloning and model download (GitHub/Hugging Face) but that is appropriate for the described functionality. If using Hugging Face private models or certain cloud APIs, additional creds would be reasonable but none are declared here.
Persistence & Privilege
Skill does not request persistent/always-on presence and does not modify other skills or system-wide settings. It is user-invocable and uses normal agent autonomy settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install whisper-voice-transcription
  3. After installation, invoke the skill by name or use /whisper-voice-transcription
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Translate the guide to English and tighten the instructions around official downloads and scoped audio-file discovery.
v1.1.0
安全修复:移除非官方镜像域名,改用官方GitHub/HuggingFace源;移除系统特定路径;添加安全建议章节
v1.0.0
Initial publish: whisper.cpp + large-v3 本地语音转录方案,支持中文语音转文字
Metadata
Slug whisper-voice-transcription
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Whisper Voice Transcription (whisper.cpp)?

Build and use whisper.cpp for local speech-to-text workflows, with optional cloud fallback when local transcription is not practical. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install Whisper Voice Transcription (whisper.cpp)?

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

Is Whisper Voice Transcription (whisper.cpp) free?

Yes, Whisper Voice Transcription (whisper.cpp) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Whisper Voice Transcription (whisper.cpp) support?

Whisper Voice Transcription (whisper.cpp) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Whisper Voice Transcription (whisper.cpp)?

It is built and maintained by XuXu (@xuxuclassmate); the current version is v1.1.1.

💬 Comments