I use Antigravity almost every day while building things. In the beginning, I was just running agents and connecting tools, but it still felt like I was doing a lot of work outside the flow.
Then I came across agent skills. They are basically plug-and-play capabilities that let your agent connect with different tools and actually get things done. I got curious and started trying them out in my own workflow.
That is when things started to click. I was not jumping between tools or writing extra logic for every step. I could use a skill and keep everything inside one flow. It made the whole setup feel much more natural and a lot less messy.
So in this article, I am sharing 10 useful skills you can use with Antigravity, what they do, and where they can help in real workflows.
1. Composio Skill - Connect agents to 1000+ SaaS apps in seconds
The Composio skill is what connects your agent to external tools and services. It gives you access to 1000+ tools through a single interface, so you don't have to deal with separate APIs, auth flows, or custom integrations for each one.

Everything shows up as simple actions your agent can call when needed. It also takes care of things like sessions, tokens, and maintaining stable connections, so you do not have to worry about the setup.
In real use, your agent can find a tool, connect to it, and run actions as part of one flow. It can pull data from one place, use it, and trigger something somewhere else without extra code. You can also chain multiple steps, handle errors, and react to events, which makes it work well for real workflows.
Why it matters
No need to deal with OAuth or token handling for every app toolkit
Works with different frameworks (Claude Agents SDK, Mastra, LangChain, Vercel AI SDK, etc), so you are not locked in
Handles sessions, errors, and execution flow for you
Supports triggers, so your agent can react to events for event driven workflows.
Who is it useful for: If your agent needs to talk to more than one tool, you will need this. It is useful for anyone building multi-step workflows or connecting to tools like GitHub, Slack, or other platforms where setup usually takes time.
How to install it
npx skills add composiohq/skills2. Web Data Extraction with Apify
The Apify skill lets your agent pull real, structured data from the web, not just search results. It can scrape platforms like Instagram, YouTube, Google Maps, Amazon, and more, returning clean JSON that your agent can use directly.

You can also build and run custom scrapers, so you are not limited to predefined sources. In practice, your agent can collect live data, track updates, and combine multiple sources in one flow, working with fresh information that it can actually act on.
Why it matters
Gives your agent access to real-time web data
Supports many platforms out of the box
Returns structured data your agent can directly use
Let's you build and run custom scrapers
Helps avoid relying on outdated information
Who is it useful for: This is useful if your agent needs live external data. It works well for tracking prices, monitoring competitors, collecting leads, following trends, or building data pipelines.
How to install it
npx skills add apify/agent-skills3. Real-World Communication with Twilio
Twilio lets your agent send messages, make calls, and handle communication over SMS, WhatsApp, and voice. It turns your agent from just processing data into something that can actually reach people. You can use it for notifications, alerts, OTP verification, reminders, or automated voice calls.

Your agent can trigger messages or calls as part of a workflow, like sending alerts, confirming actions, or verifying users. It supports both outbound and inbound communication, including text-to-speech, call handling, and message tracking.
Why it matters
Let your agent interact with real users
Supports SMS, WhatsApp, and voice in one place
Enables OTP and verification workflows
Works for alerts, notifications, and escalations
Helps complete workflows without human handoff
**Who is it useful for: **Useful for any workflow that needs human interaction. This includes DevOps alerts, customer notifications, verification flows, support systems, and any case where your agent needs to reach someone directly.
How to install and use it
npx skills add openclaw/skills-twilio4. Multimodal AI with Replicate
The Replicate skill gives your agent access to a wide range of AI models for things beyond text. It includes models for image generation, video, audio, speech, and more, all available through a simple API without needing to manage GPUs or setup. This means your agent can generate visuals, process audio, or work with video as part of its workflow.

Your agent can pick the right model, run it, and use the output directly. It also supports fine-tuning and lets you work with production-ready models that scale automatically, so you can build real features without worrying about infrastructure.
Why it matters
Adds image, video, audio, and speech capabilities to your agent
No need to manage GPUs or ML infrastructure
Access to a large collection of ready-to-use models
Supports fine-tuning for custom use cases
Scales automatically based on usage
Who is it useful for: Anyone building agents that need more than text. This includes generating images, creating videos, processing audio, or building multimodal applications without having to handle ML infrastructure.
How to install and use it
npx skills add replicate/skills5. Data Insights with Metabase
The Metabase skill connects your agent to your internal business data. It lets your agent query databases using natural language, generate and run SQL, create dashboards, and surface insights using the semantic layer your team has already set up.

This means your agent is not just working with external data; it is working with the data that actually matters to your business.
Your agent can explore data, detect patterns, create visualizations, and even manage dashboards. It can turn plain questions into queries, refine results, and keep everything within your existing data permissions and structure.
Why it matters
Gives access to internal business data, not just public data
Converts natural language into SQL queries
Helps generate insights and dashboards automatically
Works within your existing data governance setup
Reduces the need for manual data analysis
**Who is it useful for: **Useful for teams that rely on internal data, like operations, finance, product, and analytics. It is also helpful for developers building agents that need to monitor systems or generate insights from structured data.
How to install it
npx skills add metabase/agent-skills6. Infrastructure and Edge Control with Cloudflare
The Cloudflare skill gives your agent access to Cloudflare’s full developer and infrastructure stack. It covers topics such as Workers, storage, networking, security, and AI tools, and helps your agent choose the right service for the task. Instead of relying on static docs, the agent receives up-to-date guidance and patterns for building or managing systems.

Your agent can work with deployments, manage infrastructure, apply security rules, and build or update edge services. It can also generate production-ready setups using Cloudflare tools and follow best practices without you needing to look everything up manually.
Why it matters
Covers a wide range of infrastructure and edge services
Helps choose the right tools based on use case
Uses up-to-date documentation and patterns
Supports building and deploying directly on Cloudflare
Useful for both development and security workflows
**Who it is useful for: **Useful for developers and teams working with deployment, infrastructure, or edge computing. It is especially helpful for platform engineers, security workflows, and anyone building or managing apps on Cloudflare.
How to install and use it
npx skills add cloudflare/skills7. Programmatic Video Creation with Remotion
The Remotion skill lets your agent create videos using code. It is built around the Remotion framework, where videos are defined using React components, animations, and data. This means your agent can describe a video and generate it without using a traditional editor.
It covers things like animations, captions, charts, media handling, and timing, so everything needed to build a video is handled through code.

Your agent can generate videos from data, text, or events, and control every part of the output. Since everything is code, the videos are repeatable, editable, and easy to update. It also supports advanced features like animations, audio sync, and visual effects, making it useful for more than just simple clips.
Why it matters
Turns data and text into videos automatically
No need for manual editing or design tools
Supports animations, charts, captions, and effects
Videos are version-controlled and repeatable
Useful for automated and scalable content creation
**Who is it useful for: **Useful for teams that need to generate videos as part of workflows. This includes marketing content, data reports, product updates, or any case where a video output is more useful than text or static files.
How to install it
npx skills add remotion-dev/skills8. API Testing and Validation with Postman
The Postman skill gives your agent a way to test and validate APIs before using them in a workflow. It acts as a pre-check layer, ensuring endpoints are working, responses are correct, and nothing breaks mid-run. It can also generate tests, update collections, and work with various APIs, including REST, GraphQL, and more.

Your agent can check APIs, catch issues early, and even automatically create or update test cases. This helps avoid failures during execution and keeps workflows stable when dealing with multiple external services.
Why it matters
Prevents workflows from failing due to broken APIs
Automatically generates and runs API tests
Supports multiple API types in one place
Helps maintain reliability across workflows
Reduces manual testing effort
**Who is it useful for: **Useful for any agent that depends on APIs. It is especially important for multi-step workflows, platform engineering, QA automation, and systems where reliability is critical.
How to install it
npx skills add postman/agent-skills9. Backend and Database Workflows with Supabase
The Supabase skill provides access to backend capabilities like databases, authentication, storage, realtime updates, and edge functions. It also includes strong Postgres best practices, helping with query optimization, performance tuning, and handling common issues around auth, sessions, and permissions.

It can be used to create and manage databases, run queries, handle user authentication, and build backend logic as part of a workflow. It also guides how to write efficient SQL, avoid performance bottlenecks, and follow patterns that are suitable for production use.
Why it matters
Full backend capabilities in one place
Helps generate optimized and secure SQL
Covers auth, storage, realtime, and edge functions
Includes production-ready patterns
Reduces common database mistakes
**Who it is useful for: **Useful for developers building full-stack or backend-heavy workflows, especially when working with databases, authentication, or Postgres in production.
How to install and use it
npx skills add supabase/agent-skills10. Payments and Billing with Stripe
The Stripe skill helps handle payments, subscriptions, and billing workflows with the right APIs and patterns. It guides how to use modern Stripe features like Checkout Sessions, Payment Intents, and webhooks, while avoiding outdated methods. It also supports working with events, customer data, and payment states in a structured way.

Why it matters
Helps build reliable payment and billing workflows
Uses up-to-date Stripe APIs and patterns
Supports subscriptions, checkout, and webhooks
Reduces errors in payment handling
Works for both one-time and recurring payments
**Who it is useful for: **Useful for developers building products that involve payments, subscriptions, or billing. This includes SaaS platforms, e-commerce systems, and any workflow that needs to handle transactions or customer billing.
How to install and use it
npx skills add stripe/ai--skill stripe-best-practicesConclusion
Once you start using skills like these, Antigravity stops feeling like just another tool and starts feeling like a system that can actually get things done end to end. Each skill handles a specific part of the workflow, but together they cover everything from data and infrastructure to communication, content, and payments.
You do not need all of them at once. The real value comes from picking the ones that match your workflow and slowly building around them. Over time, you end up with flows that are cleaner, more reliable, and require less manual effort.
If you are already using Antigravity, trying out even a couple of these skills can change how you approach building. It is less about wiring things together and more about letting the system handle the heavy lifting.