video-transcripts

Transcribe video content into structured XML transcripts using the Gemini Files API.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/krishna-cyber/plate_js_rich_text_editor --skill video-transcripts-krishna-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-transcripts
Source: https://github.com/krishna-cyber/plate_js_rich_text_editor/tree/main/.agents/skills/video-transcripts
Command: npx skills add https://github.com/krishna-cyber/plate_js_rich_text_editor --skill video-transcripts-krishna-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini-3.1-flash-lite-preview, ffmpeg, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of structured video transcripts from local files or video URLs, significantly reducing the time spent on manual transcription.

Core Features & Use Cases

  • Automated Transcription: Generate accurate transcripts for videos quickly and easily.
  • Local & Remote File Support: Works with local files and URLs from platforms like GitHub and Linear.
  • Use Case: When a GitHub issue or Linear tracker item includes a video, this Skill can be used to automatically create a detailed transcript that is easy to reference and share.

Quick Start

Run the video-transcripts skill to generate a transcript for the video file 'demo.mp4'.

Frequently Asked Questions about video-transcripts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I transcribe local video files into structured data?

Transcribing local video files requires pointing a transcription tool to the file path. This Skill supports local files, automatically generating structured XML transcripts to enhance accessibility and streamline video documentation workflows.

Do I need an API key to generate video transcripts?

Using the Gemini Files API for video analysis requires internet access and a valid API key for the Gemini service. The environment also needs ffmpeg installed to handle video processing and transcription operations successfully.

What's the best way to convert Linear tracker videos into text?

Structured XML video transcription improves debugging by converting video content into a standardized, easily searchable format. This allows developers to quickly reference and share specific video details without rewatching the entire recording.

Why does automated video transcription require ffmpeg?

Video transcription works with both remote URLs from platforms like GitHub and Linear, and local video files. This dual support allows flexible video analysis workflows depending on where the source video is stored.