← 返回 Skills 市场
Table mode (
1858
总下载
3
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install antigravity-quota-1-1-0
功能描述
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
使用说明 (SKILL.md)
Antigravity Quota Skill
Check quota status across all Antigravity accounts configured in Clawdbot.
Prerequisites
- Clawdbot with Antigravity accounts configured
- Run
clawdbot configureto add Antigravity accounts
Quota Info
- Claude (Opus/Sonnet) — shared 5-hour quota pool
- Gemini Pro — separate 5-hour quota
- Gemini Flash — separate 5-hour quota
Each model type resets independently every 5 hours per account.
Usage
Text output (default)
node check-quota.js
Markdown table (for tablesnap)
node check-quota.js --table
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
JSON output
node check-quota.js --json
Custom timezone
node check-quota.js --tz America/New_York
TZ=Europe/London node check-quota.js
Output
Text mode
📊 Antigravity Quota Check - 2026-01-08T07:08:29.268Z
⏰ Each model type resets every 5 hours
🌍 Times shown in: Asia/Kolkata
Found 9 account(s)
🔍 [email protected] (project-abc123)
claude-opus-4-5-thinking: 65.3% (resets 1:48 PM)
gemini-3-flash: 95.0% (resets 11:41 AM)
Table mode (--table)
Sorted by Claude quota remaining, with emoji indicators:
- 🟢 80%+ remaining
- 🟡 50-79% remaining
- 🟠 20-49% remaining
- 🔴 \x3C20% remaining
Integration with tablesnap
For messaging platforms that don't render markdown tables:
node check-quota.js --table | tablesnap --theme light -o /tmp/quota.png
# Then send the image
Requires tablesnap — install with:
go install github.com/joargp/tablesnap/cmd/tablesnap@latest
安全使用建议
This script appears to do exactly what it says: read your Clawdbot auth-profiles file, exchange refresh tokens with Google's OAuth endpoint, and query an Antigravity/Google quota API. Before running it, review the script locally (it’s included) and confirm the auth-profiles path is correct. Be aware it will read refresh tokens from ~/.clawdbot/... — if you don’t trust the source of this skill or the environment, don’t run it against your real credentials. The script communicates with oauth2.googleapis.com and cloudcode-pa.googleapis.com — network access is required. If you want extra safety, run it in an isolated environment or with copies of your auth file containing scrubbed/test tokens.
功能分析
Type: OpenClaw Skill
Name: antigravity-quota-1-1-0
Version: 1.0.0
The skill is designed to check Antigravity (Google) account quotas by reading authentication profiles from `~/.clawdbot/agent/auth-profiles.json`. It uses hardcoded Google OAuth public client credentials (CLIENT_ID, CLIENT_SECRET) to refresh user-provided refresh tokens and then queries legitimate Google API endpoints (`oauth2.googleapis.com`, `cloudcode-pa.googleapis.com`) for quota information. All actions are aligned with the stated purpose, and there is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md` beyond standard usage instructions. The `go install` command in `SKILL.md` is for an optional, clearly stated dependency (`tablesnap`) and is a standard installation method.
能力评估
Purpose & Capability
The name/description (Antigravity quota checking) align with the actual behavior: it reads Clawdbot auth profiles, uses stored refresh tokens to obtain access tokens, and queries a model-quota endpoint for matching models. Required binary (node) is appropriate.
Instruction Scope
SKILL.md instructs running the included node script and the script's behavior matches those instructions. The script reads only the declared Clawdbot auth-profiles paths, exchanges refresh tokens with oauth2.googleapis.com, and posts to cloudcode-pa.googleapis.com to fetch model quota info. It prints results to stdout or JSON; it does not upload data to arbitrary third-party endpoints beyond the OAuth/token and quota endpoints it needs to function.
Install Mechanism
No install spec; this is an instruction + single script that requires node. Nothing is downloaded or written by an installer, minimizing additional risk.
Credentials
The script reads the user's ~/.clawdbot/... auth-profiles.json to obtain refresh tokens and project IDs — this is necessary for the stated purpose but is sensitive because it accesses OAuth refresh tokens. No environment variables or unrelated credentials are requested. Note: the script embeds a base64-encoded CLIENT_ID and CLIENT_SECRET (decoded at runtime); embedding a client secret in a script is unusual but not necessarily malicious for a public helper.
Persistence & Privilege
The skill does not request persistent system presence (always is false) and does not modify other skills or system configuration. It runs ad-hoc when invoked and only reads the user's auth profiles.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install antigravity-quota-1-1-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/antigravity-quota-1-1-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Added support for checking Antigravity account quotas for both Claude (Opus/Sonnet) and Gemini (Pro/Flash) models.
- Displays remaining quota percentages and reset times, with automatic ban detection.
- Offers multiple output formats: plain text, markdown table, and JSON.
- Supports timezone customization for displaying reset times.
- Includes integration instructions for creating table images using tablesnap.
- Shows clear quota status with percentage and emoji indicators for quick reference.
元数据
常见问题
Antigravity Quota 1.1.0 是什么?
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1858 次。
如何安装 Antigravity Quota 1.1.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install antigravity-quota-1-1-0」即可一键安装,无需额外配置。
Antigravity Quota 1.1.0 是免费的吗?
是的,Antigravity Quota 1.1.0 完全免费(开源免费),可自由下载、安装和使用。
Antigravity Quota 1.1.0 支持哪些平台?
Antigravity Quota 1.1.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Antigravity Quota 1.1.0?
由 Renixaus(@renixaus)开发并维护,当前版本 v1.0.0。
推荐 Skills