Whisper Transcribe

v1.0.0

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.

2· 1.3k·9 current·11 all-time
byJonas Pfalzgraf@josunlp
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

audiovk978xscz2sv3cvjhvfq239tamx80tpj9latestvk978xscz2sv3cvjhvfq239tamx80tpj9speech-to-textvk978xscz2sv3cvjhvfq239tamx80tpj9srtvk978xscz2sv3cvjhvfq239tamx80tpj9subtitlesvk978xscz2sv3cvjhvfq239tamx80tpj9transcriptionvk978xscz2sv3cvjhvfq239tamx80tpj9whispervk978xscz2sv3cvjhvfq239tamx80tpj9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments