Export an existing yt-insights video transcript as Markdown, plain text, or VTT for article research and source archives. Use for exporte ce transcript, prepare la matiere de cette video, or save this video as Markdown. Do not use to search or download missing videos.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add FlorianBruniaux/youtube-video-insights --skill youtube-export --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Youtube Export?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/florianbruniaux-youtube-export-youtube-video-insights)More formats (shields.io, HTML) on the badges page.
---
name: youtube-export
description: Export an existing yt-insights video transcript as Markdown, plain text, or VTT for article research and source archives. Use for exporte ce transcript, prepare la matiere de cette video, or save this video as Markdown. Do not use to search or download missing videos.
---
# Export an indexed transcript
Export only material already present in the local corpus. This workflow is deterministic and must not invoke an LLM or acquire missing material.
## Workflow
1. Resolve the requested video through the read-only MCP. If MCP is unavailable and the request does not already contain an unambiguous YouTube URL or video ID, ask for one instead of searching a cwd-relative catalog. Stop unless one existing video is identified.
2. Use the language requested by the user. Otherwise omit `--lang`; ask the user only if the MCP evidence already shows multiple languages or the export command returns the explicit language choices.
3. Run `yt-insights export video VIDEO_OR_URL --format FORMAT --lang LANGUAGE --json`, omitting `--lang` when the transcript is unambiguous. Supported formats are `md`, `txt`, and `vtt`.
4. Return the exact output `path`, `video_id`, `language`, format, and `source_sha256` from the JSON result.
Do not overwrite an existing file unless the user explicitly authorizes `--force`. Do not acquire a missing video, edit the transcript, invent a source hash, or treat an output path as proof before the command succeeds.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!