work-with-media
v1.2.2Turns audio and video into text on macOS. Bundles a MacWhisper `mw` CLI wrapper for local-file transcription with a yt-dlp skill that pulls captions, descriptions, chapters, and audio from YouTube/Vimeo/any URL. The two skills compose — yt-dlp usually finishes URL requests from captions alone, and falls back to downloading audio for macwhisper-cli only when transcription is actually needed.
By JT Sternberg5 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install work-with-media for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install work-with-media@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jtsternberg/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/work-with-media/.
Plugin files
├── .claude-plugin/plugin.json├── skills/macwhisper-cli/SKILL.md└── skills/yt-dlp/SKILL.md
Included Skills2
Transcribe local audio/video files (.m4a/.wav/.mp3/.mp4) to text on macOS via the MacWhisper `mw` CLI — meetings, recordings, dictation. Any file-on-disk transcription, even unnamed; URL-based requests (YouTube etc.) route through the yt-dlp skill first.
Extract transcripts, captions, descriptions, chapters, or audio from YouTube, Vimeo, or any video URL — 'transcribe/summarize/TLDR this video'. Subs-first, no download; falls back to audio + the macwhisper-cli skill. Also transposed/pitch-shifted MP3s via ffmpeg.
Plugin manifests1
{
"name": "work-with-media",
"description": "Turns audio and video into text on macOS. Bundles a MacWhisper `mw` CLI wrapper for local-file transcription with a yt-dlp skill that pulls captions, descriptions, chapters, and audio from YouTube/Vimeo/any URL. The two skills compose — yt-dlp usually finishes URL requests from captions alone, and falls back to downloading audio for macwhisper-cli only when transcription is actually needed.",
"version": "1.2.2",
"author": {
"name": "JT Sternberg",
"url": "https://github.com/jtsternberg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[work-with-media on Agent Plugins Marketplace](https://pluginsmp.com/plugins/work-with-media)