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

antigravity-rotator

Google Antigravity 模型全自动运维方案。提供多账号自动轮换、优先级调度、会话热更新以及赛博朋克风仪表盘。使用场景包括:(1) 自动化管理多个 Antigravity 账号,(2) 监控配额并自动切换,(3) 在不重启会话的情况下更新模型。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chocomintx/antigravity-rotator
Or

What 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

  1. Enterprise Scale Operations: Manage dozens of Antigravity accounts simultaneously to avoid hitting API rate limits during high-volume inference tasks.
  2. High-Availability Research: Ensure long-running data analysis tasks never fail due to sudden quota exhaustion by using the 'hot-swap' session capability.
  3. Cost Optimization: Automatically favor models with higher remaining quotas to minimize operational downtime and reduce dependency on a single account.

Example Prompts

  1. "OpenClaw, pull up the Antigravity Rotator dashboard so I can check the current health status of my active accounts."
  2. "Rotate my current Antigravity session to the highest priority account available to maximize my response speed."
  3. "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 login sessions 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

Stars3683
Views0
Updated2026-04-01
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-chocomintx-antigravity-rotator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#antigravity#automation#cloud-ops#quota-management#openclaw
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api, code-execution