डेवलपर सेंटीमेंट चेक
Agent task में यह समझना है कि developer community किसी tool या release पर कैसे react कर रही है।
जब Antigravity का Agent Manager किसी launch की planning कर रहा हो, competitive brief draft कर रहा हो, या market research कर रहा हो, उसे जानना होता है कि X पर अभी वास्तव में क्या कहा जा रहा है — न कि Gemini 3 ने महीनों पहले क्या सीखा था। Felo X Search स्वचालित रूप से तब activate होता है जब task में social signals शामिल हों, structured post data, reply threads और sentiment लौटाता है जिस पर एजेंट reason कर सके।
ये वो prompts हैं जहाँ Antigravity का Agent Manager felo-x-search को route करता है — जब task को training data नहीं बल्कि live social signals चाहिए।
Agent task में यह समझना है कि developer community किसी tool या release पर कैसे react कर रही है।
Copy लिखने से पहले Agent को product launch पर early reaction gauge करनी है।
Agent task में यह monitor करना है कि competitor ने अभी क्या announce किया।
छह लाइव social intelligence capabilities जो Gemini 3 का training data नहीं दे सकता।
रियल-टाइम posts, threads और reactions — cached training data नहीं।
Signal लौटाता है, शोर नहीं। Engagement और recency के आधार पर ranked।
एजेंट को एक structured read मिलता है कि अभी कोई topic X पर कैसा perform कर रहा है।
पिछले 24 घंटे, 7 दिन या 30 दिन सर्च करें — एजेंट window control करता है।
Competitive research task के हिस्से के रूप में specific accounts या hashtags track करें।
तब सक्रिय होता है जब एजेंट टास्क में social signals, launches या public sentiment शामिल हो।
डेवलपर्स इस स्किल का उपयोग Antigravity के अंदर कैसे करते हैं — त्वरित खोज से लेकर जटिल बहु-चरण वर्कफ़्लो तक।

Agent task में यह समझना है कि developer community किसी tool या release पर कैसे react कर रही है।

Copy लिखने से पहले Agent को product launch पर early reaction gauge करनी है।

Agent task में यह monitor करना है कि competitor ने अभी क्या announce किया।
एक बार install होने के बाद, Agent Manager felo-x-search को स्वचालित रूप से तब trigger करता है जब task में X पर social signals, launch monitoring, या competitor chatter हो।
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-x-search ~/.gemini/antigravity/skills/इस प्रॉम्प्ट को सीधे Antigravity में पेस्ट करें। एजेंट रेपो क्लोन करेगा और स्किल को अपने आप कॉपी करेगा।
Felo skills repo clone करें और felo-x-search को .agent/skills/ में copy करें ताकि Git के ज़रिए टीम के साथ share हो। SKILL.md description Agent Manager को बताता है कि social research और launch monitoring tasks के लिए इसे activate करना है।
अपने environment में FELO_API_KEY जोड़ें। कोई X API key नहीं चाहिए — felo-x-search data access layer handle करता है ताकि आपके एजेंट separate credentials manage किए बिना X query कर सकें।
जब कोई Antigravity एजेंट launch plan या competitive brief बना रहा हो, तो वह स्वचालित रूप से live X posts, reply threads और sentiment data pull करता है — social layer एजेंट की reasoning का हिस्सा बन जाती है, न कि एक separate research step।
कोई कॉन्फ़िगरेशन नहीं चाहिए। स्किल फ़ोल्डर के अंदर SKILL.md फ़ाइल Antigravity के Agent Manager को बताती है कि इसे कब सक्रिय करना है। एक बार फ़ोल्डर सही जगह पर होने के बाद, एजेंट आपके प्रॉम्प्ट के आधार पर स्वचालित रूप से स्किल पर रूट करता है।
felo-x-search को .agent/skills/ में install करें और Agent Manager को launch plans, competitive briefs और market research tasks में real X signals pull करने दें।