VideoTranscribe
Video/audio na čistý text jedním příkazem přes subtitle scrape nebo Gemini
Funguje s nastavením
Co umí
Transcribes local video/audio files nebo online URLs (YouTube, Bilibili a other yt-dlp platforms) do textu, preferring free subtitle scraping a falling back na Gemini 2.5 Flash nebo offline mlx-whisper. Spouští se na requests to transcribe, caption nebo summarize video nebo audio source. Vyžaduje yt-dlp a ffmpeg installed, plus Gemini API key pro audio path.
Testovací report
Spustil jsem bundled transcribe.py živě na real YouTube lecture: scraped a de-duplicated auto-captions do clean 5,300-character transcript at zero API cost, output, které plain assistant cannot produce unaided. Ale needs manual yt-dlp a ffmpeg install, audio path requires Gemini API key wired do ~/.shared-skills/api-registry/.env, a workflow files hard-code ~/.shared-skills/VideoTranscribe path, které does not match normal ~/.claude/skills install, takže verbatim follow breaks until you fix the path.
Testováno: 2026-07-17 · Claude Code 2.x (agent harness)
Instalace
git clone https://github.com/Jane-xiaoer/claude-skill-video-transcribe mkdir -p ~/.claude/skills cp -r claude-skill-video-transcribe ~/.claude/skills/videotranscribe
Příkazy a ukázkové prompty
/videotranscribeVideo/audio na čistý text jedním příkazem přes subtitle scrape nebo Gemini
Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):
Transcribe this YouTube lecture into clean text for me.Get me a transcript of this Bilibili video without paying for an API.Caption this local audio file using the offline whisper fallback.