ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

antigravity-quota

Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.

Why use this skill?

Efficiently track remaining usage limits for Claude and Gemini models across your Antigravity accounts with this powerful OpenClaw diagnostic tool.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/renixaus/antigravity-quota-1-1-0
Or

What This Skill Does

The antigravity-quota skill is a specialized diagnostic utility designed for users managing multiple Claude and Gemini AI accounts via the Antigravity infrastructure. It provides granular insights into the remaining usage limits for your AI agents, allowing you to monitor quotas across various model tiers, including Claude (Opus/Sonnet) and Gemini (Pro/Flash). By querying your configured accounts, the skill calculates remaining capacity and predicts reset windows, ensuring that your automated workflows remain uninterrupted by unexpected rate limits or account bans. It supports multiple output formats, including standard text for quick CLI reads, Markdown tables for structured reports, and JSON for integration into custom monitoring dashboards.

Installation

To integrate this skill into your local environment, ensure you have the Clawbot framework installed and initialized. Run the following command in your terminal to fetch the package from the openclaw repository:

clawhub install openclaw/skills/skills/renixaus/antigravity-quota-1-1-0

Once installed, you must configure your credentials by running clawbot configure. This ensures the skill has the necessary permissions to access your Antigravity accounts. If you wish to use visual reporting features, ensure you have tablesnap installed via go install github.com/joargp/tablesnap/cmd/tablesnap@latest to convert text-based tables into rendered images.

Use Cases

  • Proactive Capacity Planning: Prevent service outages by checking quota levels before initiating large-scale data processing or long-running AI agent tasks.
  • Multi-Account Monitoring: Aggregate status reports for disparate model subscriptions to identify which accounts have available headroom.
  • Automated Reporting: Integrate the JSON output into a Slack or Discord bot to broadcast account status to your team at regular intervals.
  • Performance Auditing: Keep track of usage patterns to determine if you need to scale up your account subscriptions based on frequent quota exhaustion.

Example Prompts

  1. "Check the current quota status for all my connected Antigravity accounts."
  2. "Show me a table of my current model usage and highlight any accounts approaching their limit."
  3. "Run a quota check and generate an image report for the team channel using tablesnap."

Tips & Limitations

  • Timezone Awareness: Always use the --tz flag or the TZ environment variable to ensure the 'resets at' time aligns with your local clock, preventing confusion during busy periods.
  • Visual Alerts: If you manage many accounts, utilize the --table output to quickly spot high-usage accounts via the built-in color-coded emoji system.
  • Limitations: The skill requires active connectivity to the Antigravity API and cannot predict future quota changes or dynamic rate limit adjustments imposed by model providers. It acts purely as a monitoring agent for existing constraints.

Metadata

Author@renixaus
Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-renixaus-antigravity-quota-1-1-0": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#monitoring#ai-quotas#utility#claude#gemini
Safety Score: 5/5

Flags: network-access, external-api