← 返回 Skills 市场
Table mode (
Antigravity Quota
作者
mukhtharcm
· GitHub ↗
· v1.1.0
5836
总下载
12
收藏
39
当前安装
2
版本数
在 OpenClaw 中安装
/install antigravity-quota
功能描述
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
安全使用建议
Review this skill before installing. It is purpose-aligned, but it will read ~/.clawdbot Antigravity auth profiles, refresh account tokens, contact Google/Cloud Code endpoints, and print account identifiers and quotas. Run it only if you trust the source and are comfortable with all configured Antigravity accounts being checked.
功能分析
Type: OpenClaw Skill
Name: antigravity-quota
Version: 1.1.0
The skill is classified as benign. It reads Antigravity account refresh tokens and project IDs from `~/.clawdbot/agent/auth-profiles.json` as explicitly stated in its documentation, which is necessary for its function. It then uses these credentials to authenticate with `oauth2.googleapis.com` and query `cloudcode-pa.googleapis.com` for quota information. The `SKILL.md` provides user instructions, including an optional external tool (`tablesnap`) installation, but the skill itself does not perform this installation or any other malicious actions. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The implementation is coherent with the quota-checking purpose: it reads Antigravity account profiles, refreshes access tokens, calls Google/Cloud Code quota endpoints, and prints quota/reset information.
Instruction Scope
The docs disclose checking all configured Antigravity accounts and the output can include emails/project IDs; users should be aware before piping or sharing the results.
Install Mechanism
There is no install spec and the included Node script is reviewable, but the optional tablesnap integration suggests installing an unpinned external Go package with @latest.
Credentials
The script reads local Clawdbot auth profile files containing refresh tokens and uses them over the network, while the registry metadata declares no primary credential and no required config paths.
Persistence & Privilege
The skill does not create persistence or background workers, but it relies on existing persistent auth profiles under the user's home directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install antigravity-quota - 安装完成后,直接呼叫该 Skill 的名称或使用
/antigravity-quota触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix NaN display for exhausted quotas, show full date for multi-day bans
v1.0.0
Initial release - check quota for Claude/Gemini across all Antigravity accounts
元数据
常见问题
Antigravity Quota 是什么?
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5836 次。
如何安装 Antigravity Quota?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install antigravity-quota」即可一键安装,无需额外配置。
Antigravity Quota 是免费的吗?
是的,Antigravity Quota 完全免费(开源免费),可自由下载、安装和使用。
Antigravity Quota 支持哪些平台?
Antigravity Quota 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Antigravity Quota?
由 mukhtharcm(@mukhtharcm)开发并维护,当前版本 v1.1.0。
推荐 Skills