Dependency and release checks
Agent task hits Gemini 3's training cutoff on a library version or breaking change.
Gemini 3 is a powerful planner, but its training data has a cutoff. When your Antigravity agent hits a question about current API pricing, a just-released library, or a breaking change in a dependency, felo-search activates automatically — returning a cited, structured answer the agent can act on without leaving the IDE.
These are the prompts where Antigravity's Agent Manager routes to felo-search via SKILL.md — no slash command, no manual invocation.
Agent task hits Gemini 3's training cutoff on a library version or breaking change.
Agent needs current pricing data that Gemini 3 can't reliably answer.
Agent task involves recent product launches or market moves.
Six gaps Gemini 3's training data can't close — felo-search fills them automatically when the Agent Manager detects a knowledge cutoff.
When your agent plans a migration or upgrade task, it needs the current changelog — not what Gemini 3 knew at training time. felo-search retrieves live release notes, breaking changes, and migration guides.
SaaS pricing changes constantly. felo-search fetches live pricing pages so your agent's cost estimates are accurate.
Retrieves current API reference pages, not cached versions. Catches deprecations and new endpoints your agent would otherwise miss.
Product launches, pricing changes, and announcements from the last 30 days — retrieved and summarized with source links.
Every answer includes source URLs. The agent can pass them to Antigravity's Browser Subagent for deeper inspection if needed.
SKILL.md semantic routing means the agent decides when to call felo-search. You never type a slash command or switch context.
How developers use this skill inside Antigravity — from quick lookups to complex multi-step workflows.

Agent task hits Gemini 3's training cutoff on a library version or breaking change.

Agent needs current pricing data that Gemini 3 can't reliably answer.

Agent task involves recent product launches or market moves.
The skill integrates with Antigravity's SKILL.md system — once installed, the Agent Manager triggers it automatically whenever your task needs current information.
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-search ~/.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-search into .agent/skills/ (shared with your team via Git) or ~/.gemini/antigravity/skills/ (personal, available across all projects).
Add FELO_API_KEY to your environment. The skill's SKILL.md description tells the Agent Manager when to activate it — no further setup needed.
Work normally in Antigravity. When your agent encounters a task involving current pricing, release notes, or live documentation, it loads felo-search automatically and returns a cited answer inline.
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-search as an Antigravity skill and let the Agent Manager pull current, cited answers whenever your task needs the live web.