analisar-referencias

Reverse-engineers reference Reels by transcribing audio and decomposing each video into structural analysis sheets.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/oleonardorosso/reels-com-claude-code --skill analisar-referencias-oleonardorosso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: analisar-referencias
Source: https://github.com/oleonardorosso/reels-com-claude-code/tree/main/.claude/skills/analisar-referencias
Command: npx skills add https://github.com/oleonardorosso/reels-com-claude-code --skill analisar-referencias-oleonardorosso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, ffmpeg.

What problem does it solve? Understanding why viral Reels work is hard when you only watch them passively. This Skill turns a folder of reference Reels you provide into structured, actionable patterns by extracting audio, transcribing speech, and decomposing each video into a structural breakdown (hook, block-by-block skeleton, retention devices, bridge percentage, CTA, pacing). ## Core Features & Use Cases - Automated transcription pipeline: Extracts 16kHz mono audio with ffmpeg and transcribes with whisper, batching when many videos are present. - Structural decomposition: Produces a per-Reel ficha (hook, block skeleton, retention devices, bridge %, CTA, duration/rhythm), cross-referenced against your framework vocabulary files. - Pattern consolidation: Ranks recurring hook molds, structures, devices, and CTAs into a consolidated patterns document saved in trabalho/referencias/. - Use Case: You collected 10 high-performing Reels in your niche. Point the Skill at the folder and receive an index, transcripts, per-Reel structural sheets, and a consolidated patterns report to inform your next weekly batch. ## Quick Start Run /analisar-referencias with the path to your folder of .mp4 reference videos, for example by asking to analyze the Reels in your swipe folder.

Frequently Asked Questions about analisar-referencias

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

FAQPage Schema
How do I analyze why viral Reels work?▼

Provide a folder of .mp4 reference videos and run the analysis, which transcribes each Reel and decomposes it into a structural sheet covering the hook, block-by-block skeleton, retention devices, bridge percentage, CTA, and pacing. Recurring patterns are consolidated into a single report.

How to transcribe Instagram Reels with whisper?▼

The pipeline extracts 16kHz mono audio from each .mp4 using ffmpeg, then transcribes it with openai-whisper, processing in small batches when many videos are present. Both tools must be installed locally before running.

What tools are required for Reel reverse engineering?▼

You need ffmpeg for audio extraction and openai-whisper for transcription, installed via brew and pip respectively. Without both tools the analysis stops with a warning, though the rest of the Reels production system works without them.

Does the analysis download or scrape Reels from the internet?▼

No. It only analyzes .mp4 files you explicitly provide from your own reference folder. It never downloads or scrapes third-party content, and the output is structural analysis rather than reusable copy.

What are the limitations of automated Reel analysis?▼

Only content present in the audio or captions enters the structural sheet; visual observations not spoken aloud are explicitly marked as inference. The analysis also never edits the generic framework files, so applying insights to your system remains a manual decision.