antigravity-balance
Check Google Antigravity AI model quota/token balance. Use when a user asks about their Antigravity usage, remaining tokens, model limits, quota status, or rate limits. Works by detecting the local Antigravity language server process and querying its API.
Why use this skill?
Instantly check your Antigravity AI model usage, remaining token percentage, and quota reset times directly from your terminal using the antigravity-balance skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/finderstrategy-cyber/antigravity-balanceWhat This Skill Does
The antigravity-balance skill is a specialized diagnostic utility designed for users of the Antigravity (or Windsurf) AI-powered development environment. It acts as an interface between your AI agent and the local Antigravity language server process. By automatically detecting the correct background processes and parsing sensitive connection arguments like CSRF tokens and extension ports, it performs a secure handshake with your local API to retrieve real-time account telemetry. The skill reports on your current tier, specific model utilization, remaining token percentage, and the exact reset time for your quota, providing a clear dashboard for your resource management.
Installation
To integrate this capability into your workflow, ensure that Node.js is pre-installed on your system. Run the following command in your terminal:
clawhub install openclaw/skills/skills/finderstrategy-cyber/antigravity-balance
Once installed, the OpenClaw agent will be able to trigger the internal agquota.js script whenever it detects queries regarding your service limits.
Use Cases
This skill is ideal for developers who rely heavily on Antigravity's high-tier models. You can use it to preemptively check if your daily or monthly allowance is nearing depletion, allowing you to prioritize the usage of more expensive models for complex tasks. It is also an essential debugging tool when you receive unexpected 'rate limit exceeded' errors, as it helps determine if the issue is a platform-wide reset or a personal exhaustion of your current quota. It is particularly useful for enterprise users managing team-wide accounts to track usage bursts.
Example Prompts
- 'How many tokens do I have left for the Claude Sonnet model today?'
- 'Check my Antigravity quota status and let me know when my limits reset.'
- 'Am I running low on my AI model usage right now?'
Tips & Limitations
For this skill to function correctly, the Antigravity application must be actively running; the script relies on the presence of the language_server process to extract its connection parameters. If you are running multiple instances of the IDE, ensure your environment variables are configured to target the primary instance. Because it performs local API queries, this script does not send your usage data to external telemetry servers, maintaining your privacy. Note that the script requires sufficient system permissions to inspect the process list using standard system tools like ps. If you encounter permission errors, verify your terminal's access to system process monitoring.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-finderstrategy-cyber-antigravity-balance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution