Conference talk का summarization
Agent task में बिना video देखे long video से key insights extract करनी हैं।
Video technical knowledge के सबसे rich sources में से एक है — conference talks, product demos, architecture walkthroughs — लेकिन Antigravity के एजेंट video नहीं देख सकते। Felo YouTube Subtitling किसी भी YouTube video को timestamped transcript text में convert करता है जिसे Agent Manager summarize, quote, LiveDoc में index, या slides और reports के लिए source material के रूप में उपयोग कर सके।
ये वो prompts हैं जहाँ Antigravity का Agent Manager felo-youtube-subtitling को route करता है — जब task में video content पर reasoning शामिल है।
Agent task में बिना video देखे long video से key insights extract करनी हैं।
Agent को tutorial video से step-by-step instructions extract करनी हैं।
Agent task में competitor ने product demo video में क्या दिखाया यह analyze करना है।
छह capabilities जो video content को agent-readable, reasoned text में बदल देती हैं।
किसी भी YouTube video से full transcripts खींचता है — manual download की ज़रूरत नहीं।
Timestamps के साथ transcript लौटाता है ताकि एजेंट विशिष्ट moments को reference कर सके।
Video की मूल भाषा में transcripts निकालता है या मांग पर translate करता है।
एजेंट full transcript के बजाय किसी विशिष्ट time range की मांग कर सकता है।
तेज़ एजेंट reasoning के लिए raw transcript के साथ-साथ एक structured summary लौटाता है।
तब सक्रिय होता है जब एजेंट टास्क में YouTube URL या video content analysis शामिल हो।
डेवलपर्स इस स्किल का उपयोग Antigravity के अंदर कैसे करते हैं — त्वरित खोज से लेकर जटिल बहु-चरण वर्कफ़्लो तक।

Agent task में बिना video देखे long video से key insights extract करनी हैं।

Agent को tutorial video से step-by-step instructions extract करनी हैं।

Agent task में competitor ने product demo video में क्या दिखाया यह analyze करना है।
एक बार install होने के बाद, Agent Manager felo-youtube-subtitling को तब trigger करता है जब task में YouTube URL हो — transcript source material बन जाता है जिस पर एजेंट तुरंत काम कर सकता है।
Felo स्किल्स रेपो क्लोन करें और स्किल को अपनी ग्लोबल Antigravity स्किल्स डायरेक्टरी में कॉपी करें।
# 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/इस प्रॉम्प्ट को सीधे Antigravity में पेस्ट करें। एजेंट रेपो क्लोन करेगा और स्किल को अपने आप कॉपी करेगा।
Felo skills repo clone करें और felo-youtube-subtitling को .agent/skills/ में copy करें ताकि team-wide access हो, या ~/.gemini/antigravity/skills/ में personal use के लिए। SKILL.md description इसे video-related tasks के लिए activate करता है।
अपने environment में FELO_API_KEY जोड़ें। स्किल subtitle extraction, timestamp formatting और multi-language support handle करती ���ै — कोई YouTube API credentials नहीं चाहिए।
जब कोई एजेंट task YouTube URL reference करे, felo-youtube-subtitling timestamps के साथ transcript extract करता है। एजेंट फिर इसे summarize, felo-livedoc में index, या felo-slides को pass करके talk से deck generate कर सकता है।
कोई कॉन्फ़िगरेशन नहीं चाहिए। स्किल फ़ोल्डर के अंदर SKILL.md फ़ाइल Antigravity के Agent Manager को बताती है कि इसे कब सक्रिय करना है। एक बार फ़ोल्डर सही जगह पर होने के बाद, एजेंट आपके प्रॉम्प्ट के आधार पर स्वचालित रूप से स्किल पर रूट करता है।
felo-youtube-subtitling को .agent/skills/ में install करें और Agent Manager को किसी भी research या content workflow के हिस्से के रूप में YouTube transcripts extract, summarize और index करने दें।