Conference talk summarization
Agent task involves extracting key insights from a long video without watching it.
Video is one of the richest sources of technical knowledge — conference talks, product demos, architecture walkthroughs — but Antigravity's agents can't watch a video. Felo YouTube Subtitling converts any YouTube video into timestamped transcript text the Agent Manager can summarize, quote, index into LiveDoc, or use as source material for slides and reports.
These are the prompts where Antigravity's Agent Manager routes to felo-youtube-subtitling — when the task involves reasoning over video content.
Agent task involves extracting key insights from a long video without watching it.
Agent needs to extract step-by-step instructions from a tutorial video.
Agent task involves analyzing what a competitor showed in a product demo video.
Six capabilities that turn video content into agent-readable, reasoned text.
Pulls full transcripts from any YouTube video — no manual download needed.
Returns transcript with timestamps so the agent can reference specific moments.
Extracts transcripts in the video's original language or translates on demand.
Agent can request a specific time range instead of the full transcript.
Returns a structured summary alongside the raw transcript for faster agent reasoning.
Activated when the agent task involves a YouTube URL or video content analysis.
How developers use this skill inside Antigravity — from quick lookups to complex multi-step workflows.

Agent task involves extracting key insights from a long video without watching it.

Agent needs to extract step-by-step instructions from a tutorial video.

Agent task involves analyzing what a competitor showed in a product demo video.
Once installed, the Agent Manager triggers felo-youtube-subtitling when a task involves a YouTube URL — the transcript becomes source material the agent can immediately work with.
Clone the Felo skills repo and copy the skill into your global Antigravity skills directory.
# Clone the Felo skills repository
git clone https://github.com/Felo-Inc/felo-skills.git
# Copy this skill to your global Antigravity skills folder
cp -r felo-skills/felo-youtube-subtitling ~/.gemini/antigravity/skills/Paste this prompt directly into Antigravity. The agent clones the repo and copies the skill automatically.
Clone the Felo skills repo and copy felo-youtube-subtitling into .agent/skills/ for team-wide access, or into ~/.gemini/antigravity/skills/ for personal use. The SKILL.md description activates it for video-related tasks.
Add FELO_API_KEY to your environment. The skill handles subtitle extraction, timestamp formatting, and multi-language support — no YouTube API credentials needed.
When an agent task references a YouTube URL, felo-youtube-subtitling extracts the transcript with timestamps. The agent can then summarize it, index it into felo-livedoc, or pass it to felo-slides to generate a deck from the talk.
No configuration needed. The SKILL.md file inside the skill folder tells Antigravity's Agent Manager when to activate it. Once the folder is in place, the agent routes to the skill automatically based on your prompt.
Install felo-youtube-subtitling in .agent/skills/ and let the Agent Manager extract, summarize, and index YouTube transcripts as part of any research or content workflow.