video-transcribe

Transcribe spoken words and analyze visual frames from video content.

11|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/codingSamss/all-my-ai-needs --skill video-transcribe-codingsamss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-transcribe
Source: https://github.com/codingSamss/all-my-ai-needs/tree/main/platforms/claude/skills/video-transcribe
Command: npx skills add https://github.com/codingSamss/all-my-ai-needs --skill video-transcribe-codingsamss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, ffmpeg, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to quickly transcribe, summarize, and visually analyze video or audio content, transforming lengthy media into accessible notes and insights.

Core Features & Use Cases

  • Video and audio transcription: Converts spoken content into accurate, timestamped transcripts for easier review and referencing.
  • Visual scene analysis: Extracts keyframes and visual descriptions, aiding users in understanding video content without watching the entire source.
  • Use Case: A researcher can upload lecture videos and generate summarized notes with embedded key screenshots, saving time on manual note-taking and review.

Quick Start

Use the video-transcribe skill to extract and transcribe the content of a YouTube lecture and produce a detailed Obsidian note with key frames.

Frequently Asked Questions about video-transcribe

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

FAQPage Schema
How do I transcribe a YouTube video into text notes?

To transcribe a YouTube video, the skill extracts audio via yt-dlp and processes it to generate timestamped transcripts. This produces accurate text notes and visual keyframes for summarizing educational lectures.

Can I extract visual keyframes and scene descriptions from a video?

Yes, the skill extracts visual keyframes and generates scene descriptions from video content. This visual analysis provides textual descriptions of frames, enabling you to review media content without watching the entire source video.

Do I need yt-dlp and ffmpeg installed to transcribe audio?

Yes, yt-dlp and ffmpeg are required dependencies for downloading and processing video media. You also need the Groq Whisper API for online transcription, or whisper-cpp installed locally if you require offline processing.

What is the best way to summarize lengthy lecture videos?

The best way to summarize lengthy lecture videos is by transcribing spoken audio and extracting visual keyframes. This workflow transforms long educational media into concise, summarized notes with embedded screenshots for quick reference.

Does video transcription work offline with whisper-cpp?

Yes, video transcription works offline using whisper-cpp as an alternative to the Groq Whisper API. This allows you to process audio and generate timestamped transcripts locally without requiring an active internet connection for media analysis.

How do I create an Obsidian note from a video transcript?

You create an Obsidian note by processing the video to extract timestamped transcripts and key frames. The skill formats the transcribed spoken words and visual scene descriptions into a detailed markdown note for educational media review.