instagram-video-workflow

Convert Instagram video URLs into transcripts and extracted insights.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Mateus2411/Hermes-PersonalBot --skill instagram-video-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-video-workflow
Source: https://github.com/Mateus2411/Hermes-PersonalBot/tree/main/skills/social-media/instagram-video-workflow
Command: npx skills add https://github.com/Mateus2411/Hermes-PersonalBot --skill instagram-video-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning Instagram video content into usable text and structured insights without manual watching or tedious transcription work.

Core Features & Use Cases

  • Video download with fallbacks: Retrieves Instagram Reels/posts/carousels and handles downloader failures by switching to a more reliable CLI path.
  • Audio-aware transcription: Checks for an audio stream first, then transcribes only when audio exists using faster-whisper.
  • Automatic content extraction: Extracts summaries, key topics, action items, quotes, and useful information from transcripts or, when silent, from scraped captions.

Quick Start

Ask the skill to download an Instagram reel, transcribe it when audio exists, and extract a summary with key topics and action items into a structured result.

Frequently Asked Questions about instagram-video-workflow

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

FAQPage Schema
How do I transcribe an Instagram Reel into text?

You can transcribe an Instagram Reel into text by providing the video URL to the workflow, which downloads the media and uses faster-whisper to generate a searchable transcript from the audio.

How do I extract captions from a silent Instagram video?

To extract captions from a silent Instagram video, the workflow detects the missing audio stream via ffprobe and scrapes the on-screen captions using browser accessibility snapshots.

What is the best way to get a summary from an Instagram video?

The best way to get a summary from an Instagram video is to run the transcription pipeline, which automatically extracts key topics, action items, and quotes from the resulting text or scraped captions.

Do I need ffprobe to transcribe Instagram videos?

Yes, you need ffprobe to transcribe Instagram videos because the workflow uses it for audio detection to determine whether faster-whisper transcription should run or if caption scraping is required.

Can I use a fallback downloader if the Instagram video download fails?

Yes, you can use a fallback downloader if the initial Instagram video download fails; the workflow automatically switches to a parth-dl CLI path when the primary MCP downloader encounters errors.