Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-transcribe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
claude-transcribe
A Claude Code plugin that turns any video or audio — a YouTube link, an X / TikTok / Vimeo URL, a podcast, or a local media file — into a plain-text transcript that Claude can read and reason about.
Auto-triggers when you ask Claude to research, transcribe, summarise, or take notes on a video. Powered by yt-dlp + OpenAI Whisper. Runs entirely on your machine.
Install
In Claude Code:
/plugin marketplace add alicicek/claude-transcribe
/plugin install claude-transcribe@alicicek-marketplaceA SessionStart hook installs yt-dlp, ffmpeg, python@3.13, and openai-whisper on first use (Homebrew or apt). See the main README for full docs, manual install, troubleshooting, and privacy notes.
Use
Just ask Claude:
research this video https://www.youtube.com/watch?v=… transcribe ~/Downloads/podcast.mp3 and summarise
Or invoke the skill explicitly:
/transcribe-media <url-or-file> [model]Licence
MIT © Ali Cicek