Team hardware decision
Agent task involves recommending Apple hardware for a team purchase.
When an Antigravity agent is helping with a procurement decision, a device comparison, or a tech stack recommendation that involves Apple hardware, it shouldn't rely on Gemini 3's training data for specs and pricing. Apple Buy Advisor fetches live specs from Apple.com, collects current user reviews from X and Reddit, and assembles a structured report the agent can reason over and include in its output.
These are the prompts where Antigravity's Agent Manager routes to apple-buy-advisor — when the task needs current Apple product data.
Agent task involves recommending Apple hardware for a team purchase.
Agent needs to compare current refurbished deals against new pricing.
Agent task involves advising on whether to buy now or wait for a new release.
Six capabilities that give agents live Apple product data for purchase research tasks.
Current specs, pricing, and availability — not Gemini 3's training data.
Agent generates structured comparisons across models, storage tiers, and configurations.
Checks Apple's refurbished store and current promotions in real time.
Returns availability and pricing for the user's region automatically.
Agent applies use-case criteria to recommend the right model for the task.
Activated when the agent task involves Apple product research or purchase decisions.
How developers use this skill inside Antigravity — from quick lookups to complex multi-step workflows.

Agent task involves recommending Apple hardware for a team purchase.

Agent needs to compare current refurbished deals against new pricing.

Agent task involves advising on whether to buy now or wait for a new release.
Once installed, the Agent Manager triggers apple-buy-advisor when a task involves Apple hardware decisions — the agent gets live data, not stale training-data specs.
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/apple-buy-advisor ~/.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 apple-buy-advisor into .agent/skills/ for team-wide access. The SKILL.md description activates it for tasks involving Apple product research, comparisons, or procurement decisions.
Add FELO_API_KEY to your environment. The skill orchestrates felo-web-fetch, felo-search, and felo-x-search internally — you get a complete research report without managing multiple skill calls manually.
Ask the agent to compare two Apple products or recommend a device for a use case. It fetches current specs from Apple.com, collects user reviews from X and Reddit, pulls professional reviews, and assembles a structured report — all from live data.
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 apple-buy-advisor in .agent/skills/ and let Antigravity agents fetch current specs, reviews, and pricing before making any Apple product recommendation.