antigravity-rotator
Google Antigravity 模型全自动运维方案。提供多账号自动轮换、优先级调度、会话热更新以及赛博朋克风仪表盘。使用场景包括:(1) 自动化管理多个 Antigravity 账号,(2) 监控配额并自动切换,(3) 在不重启会话的情况下更新模型。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chocomintx/antigravity-rotatorWhat This Skill Does
The Antigravity Rotator is a sophisticated automation utility for OpenClaw that manages your Google Antigravity model sessions. It acts as an intelligent middleware layer between your prompts and your multiple Google Cloud accounts. By automating account rotation based on real-time quota tracking, it ensures your workflow remains uninterrupted, even when individual accounts hit their limits. The skill features an integrated cyber-punk styled dashboard for monitoring usage, automated session hot-swapping that prevents context loss, and a robust Cron-driven background scheduler.
Installation
To begin, ensure you have the OpenClaw environment properly configured. First, install the skill via the CLI: clawhub install openclaw/skills/skills/chocomintx/antigravity-rotator. Navigate to the skill directory and run the initialization script: node index.js --action=setup. This step automatically maps your local binaries and generates the necessary config.json file. Finally, set up the background automation by adding the provided command to your system's crontab to ensure your quota monitoring runs every 10 minutes.
Use Cases
- Enterprise Scale Operations: Manage dozens of Antigravity accounts simultaneously to avoid hitting API rate limits during high-volume inference tasks.
- High-Availability Research: Ensure long-running data analysis tasks never fail due to sudden quota exhaustion by using the 'hot-swap' session capability.
- Cost Optimization: Automatically favor models with higher remaining quotas to minimize operational downtime and reduce dependency on a single account.
Example Prompts
- "OpenClaw, pull up the Antigravity Rotator dashboard so I can check the current health status of my active accounts."
- "Rotate my current Antigravity session to the highest priority account available to maximize my response speed."
- "Show me the recent rotation logs to understand why my last query was switched to the secondary backup account."
Tips & Limitations
- Tip: Use the 'Warmup' feature during off-peak hours to pre-initialize cold accounts, ensuring instant readiness when primary accounts fail.
- Limitation: This skill requires active
openclaw models auth loginsessions for each account to operate correctly. - Warning: Ensure your system clock is synchronized to avoid authentication token expiration issues when the script attempts automatic refreshes.
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-chocomintx-antigravity-rotator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution