video

Extract transcripts and structured summaries from video and podcast URLs.

585|68|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/iBigQiang/feedgrab --skill video-ibigqiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video
Source: https://github.com/iBigQiang/feedgrab/tree/main/skills/video
Command: npx skills add https://github.com/iBigQiang/feedgrab --skill video-ibigqiang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates video and podcast links into accessible transcripts and structured summaries, reducing the time to consume long media.

Core Features & Use Cases

  • Auto-detects platform (YouTube, Bilibili, X/Twitter video, Xiaoyuzhou, Apple Podcasts, or direct media) and extracts subtitles when available.
  • Transcribes audio with Groq Whisper and produces a clean, searchable digest.
  • Use case: content teams, researchers, and learners quickly convert media into readable, actionable briefs.

Quick Start

Provide a video or podcast URL to generate a full transcript and concise summary.

Frequently Asked Questions about video

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

FAQPage Schema
How do I transcribe a YouTube or Bilibili video into a searchable transcript?

To transcribe a YouTube or Bilibili video, you provide the video URL to auto-detect the platform, extract existing subtitles via yt-dlp, and generate a searchable transcript using Groq Whisper when subtitles are missing.

Can I summarize Apple Podcasts and Xiaoyuzhou audio links into text?

Yes, you can summarize Apple Podcasts and Xiaoyuzhou audio links by supplying the direct media URL, which transcribes the spoken audio with Groq Whisper and outputs a structured text digest.

What is the best way to extract a structured summary from a long video?

The best way to extract a structured summary from a long video is to use an auto-detecting workflow that pulls subtitles or transcribes media, producing a concise actionable brief for quick consumption by researchers and editors.

Does transcribing direct media links require yt-dlp for X/Twitter videos?

Transcribing direct media links and X/Twitter videos uses yt-dlp to extract available subtitles and Groq Whisper to transcribe the audio, ensuring accurate text output even when native subtitles are absent.

Why does my video transcript fail when subtitles are unavailable on the platform?

A video transcript might fail if subtitles are unavailable and the Groq Whisper transcription service cannot access the direct media link, preventing the audio extraction required to produce the searchable text digest.