Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitor Google AI Studio (Gemini API) usage, rate limits, and quota consumption with automated alerts.
Monitor Google AI Studio (Gemini API) usage, rate limits, and quota consumption with automated alerts.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Monitor Google AI Studio usage to prevent quota exhaustion and optimize API consumption.
MetricDescriptionAlert ThresholdRPMRequests Per Minute (peak)> 80% of limitTPMTokens Per Minute (peak)> 80% of limitRPDRequests Per Day> 80% of limit
TierTypical LimitsFree2 RPM, 32K TPM, 50 RPDPay-as-you-go10-15 RPM, 100K+ TPM, 500+ RPDPaid Tier 120 RPM, 100K TPM, 250 RPD (varies by model) Note: Actual limits vary by model and can be viewed at the usage dashboard.
https://aistudio.google.com/usage?project={PROJECT_ID}&timeRange=last-28-days&tab=rate-limit
Project name: Which GCP project Tier: Free / Pay-as-you-go / Paid tier X Models table: Each row contains model name, category, RPM, TPM, RPD Time range: Default 28 days
// Using OpenClaw browser tool browser action=open targetUrl="https://aistudio.google.com/usage?project=YOUR_PROJECT_ID&timeRange=last-28-days&tab=rate-limit" profile=openclaw
The page loads data asynchronously. Wait for: Project dropdown shows project name (not "Loading...") Rate limits table has data rows
Look for table rows with pattern: Model Name | Category | X / Y | X / Y | X / Y | View in charts Where X / Y represents used / limit.
## 📊 Google AI Studio 用量报告 **项目**: {project_name} **付费等级**: {tier} **统计周期**: 过去 28 天 --- ### {Model Name} | 指标 | 用量 | 限额 | 使用率 | |------|------|------|--------| | RPM | {rpm_used} | {rpm_limit} | {rpm_pct}% | | TPM | {tpm_used} | {tpm_limit} | {tpm_pct}% | | RPD | {rpd_used} | {rpd_limit} | {rpd_pct}% | --- {status_emoji} **状态**: {status_text} *检查时间: {timestamp}*
Usage %StatusEmojiAction< 50%正常✅Continue normally50-80%需关注⚠️Monitor more frequently> 80%风险预警🚨Alert user, consider rate limiting
Any metric > 80%: Immediate alert with @mention Any metric > 50%: Include warning note in report API errors (429): Track rate limit hits
{ "name": "Google AI 用量检查", "schedule": { "kind": "cron", "expr": "0 20 * * *", "tz": "Asia/Shanghai" }, "sessionTarget": "isolated", "payload": { "kind": "agentTurn", "message": "检查 Google AI Studio 用量并发送报告到指定 Discord 频道" }, "delivery": { "mode": "announce", "channel": "discord", "to": "CHANNEL_ID" } }
Check if logged into correct Google account Verify project ID is correct Wait longer for async data load (5-10 seconds)
The project dropdown may take time to populate. Retry snapshot after a few seconds.
Google notes: "Usage data may take up to 15 minutes to update."
Google AI Studio Usage Dashboard Gemini API Rate Limits Billing Documentation Cloud Monitoring for Gemini
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.