instagram-reel

Records vertical 1080x1920 MP4 videos of app views with burned-in retro text overlays.

Updated May 14, 2026
One-click install
npx skills add https://github.com/jesusprodriguezUnir/bracketMundial --skill instagram-reel-jesusprodriguezunir
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: instagram-reel
Source: https://github.com/jesusprodriguezUnir/bracketMundial/tree/main/.agents/skills/instagram-reel
Command: npx skills add https://github.com/jesusprodriguezUnir/bracketMundial --skill instagram-reel-jesusprodriguezunir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, playwright.

What problem does it solve? Creating vertical short-form video content for Instagram Reels, TikTok, and YouTube Shorts normally requires manual screen recording, video editing, and caption writing. This Skill automates the entire pipeline by recording a specific app view in 9:16 format, burning retro Panini-style text directly into the video, and generating a ready-to-post caption file with hashtags. ## Core Features & Use Cases - Targeted View Recording: Record any of 10 app sections (standings, matchdays, squads, leagues, knockout bracket, stadiums, and more) using simple keys or Spanish aliases, with optional focus on a specific team card. - Burned-In Text Overlays: Inject headline and call-to-action banners in the project's retro typography directly into the MP4 via Playwright's Shadow DOM, without modifying app source code. - Social-Ready Output: Produces a 1080x1920 H.264 MP4 plus a .caption.txt file with hook, CTA, and hashtags optimized for Instagram Reels, TikTok, and YouTube Shorts. - Use Case: Run npm run reel -- squads --team "Real Madrid" --text "Official UCL Squad" to get a vertical video of the team's roster with a headline overlay and a caption file ready to paste into Instagram. ## Quick Start Ask the AI to record a vertical reel of the standings table with the text "Champions League Matchday 1" burned into the video.

Frequently Asked Questions about instagram-reel

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

FAQPage Schema
How do I record a vertical video of a web app for Instagram Reels?▼

Run the reel command with a view key, such as `npm run reel -- jornadas --text "Matchday 1"`. The script launches the app, records the selected section at 1080x1920 resolution, and outputs an H.264 MP4 ready for Instagram Reels, TikTok, or YouTube Shorts.

How do I add text overlays to a screen recording video?▼

Use the `--text` flag for a headline banner and `--end-text` for a closing call-to-action. The text is injected at runtime through Playwright's Shadow DOM in the app's retro Panini typography and burned directly into the MP4 file.

What video format works for TikTok and YouTube Shorts?▼

A vertical 1080x1920 (9:16) MP4 encoded in H.264 is the standard format accepted by TikTok, YouTube Shorts, and Instagram Reels. This Skill generates exactly that output at 25/30 FPS, so no conversion is needed before uploading.

Does the reel recording require ffmpeg installed?▼

Yes, ffmpeg must be installed and available on the system PATH for video encoding. The local dev server is managed automatically by the script, so you do not need to run `npm run dev` beforehand.

Can I record a video focused on a specific team?▼

Yes, pass the `--team` flag with the exact team name, for example `--team "Real Madrid"`. The script automatically opens and focuses that team's card during the recording, and you can add a custom headline with `--text`.