← 返回 Skills 市场
Whisper Transcribe
作者
Jonas Pfalzgraf
· GitHub ↗
· v1.0.0
1395
总下载
2
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install whisper-transcribe
功能描述
Transcribe audio files to text using OpenAI Whisper. Supports speech-to-text with auto language detection, multiple output formats (txt, srt, vtt, json), batch processing, and model selection (tiny to large). Use when transcribing audio recordings, podcasts, voice messages, lectures, meetings, or any audio/video file to text. Handles mp3, wav, m4a, ogg, flac, webm, opus, aac formats.
安全使用建议
This skill appears to do what it claims: wrap the local 'whisper' CLI to transcribe audio. Before installing/using it: (1) ensure you trust the 'openai-whisper' pip package source and install it in a virtualenv to limit install-time risks, (2) install ffmpeg separately (the script assumes it exists), (3) be aware models are downloaded at first run and may be large and require network access and disk space, and (4) avoid running the tool on sensitive audio in untrusted environments. If you want extra assurance, inspect the pip package source before installing or run the transcription inside a container/VM.
功能分析
Type: OpenClaw Skill
Name: whisper-transcribe
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear, non-malicious instructions for transcribing audio using the `whisper` CLI. The `scripts/transcribe.sh` script is a well-structured shell wrapper that safely executes the `whisper` command by constructing arguments in an array (`"${args[@]}"`), mitigating shell injection risks. It performs necessary file system operations (creating output directories and writing transcription files) directly aligned with its stated purpose and does not exhibit any signs of data exfiltration, persistence, unauthorized network activity, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description (Whisper transcription) matches the included script and SKILL.md. Required tools (whisper CLI, ffmpeg) are appropriate for the stated functionality; no unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and the script only instruct running the local wrapper against user-provided audio files and writing transcripts to the same or a specified output directory. The script does not read extraneous system files, environment variables, or attempt network exfiltration itself.
Install Mechanism
This is an instruction-only skill (no install spec). The SKILL.md recommends installing the openai-whisper package via pip; that will download packages and the whisper runtime may download model files (~MBs to GBs) at first run. This network activity and package installation is expected for this purpose but is the primary point where external code/data is fetched—run in a virtualenv or isolated environment if you want to limit risk.
Credentials
No environment variables, credentials, or config paths are requested. The script does not access secrets or unrelated system configurations.
Persistence & Privilege
always:false and no install-time persistence. The skill does not modify other skills or system-wide settings and requests no elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whisper-transcribe - 安装完成后,直接呼叫该 Skill 的名称或使用
/whisper-transcribe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: batch processing, auto language detection, multiple formats, model selection
元数据
常见问题
Whisper Transcribe 是什么?
Transcribe audio files to text using OpenAI Whisper. Supports speech-to-text with auto language detection, multiple output formats (txt, srt, vtt, json), batch processing, and model selection (tiny to large). Use when transcribing audio recordings, podcasts, voice messages, lectures, meetings, or any audio/video file to text. Handles mp3, wav, m4a, ogg, flac, webm, opus, aac formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1395 次。
如何安装 Whisper Transcribe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whisper-transcribe」即可一键安装,无需额外配置。
Whisper Transcribe 是免费的吗?
是的,Whisper Transcribe 完全免费(开源免费),可自由下载、安装和使用。
Whisper Transcribe 支持哪些平台?
Whisper Transcribe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whisper Transcribe?
由 Jonas Pfalzgraf(@josunlp)开发并维护,当前版本 v1.0.0。
推荐 Skills