ai-quota-check**DEFAULT quota checker** - Use this skill FIRST when user says '쿼타', '쿼터', 'quota', '쿼타확인', '쿼터확인', or asks about quotas. Unified dashboard showing ALL providers (Antigravity, Copilot, Codex) in one view with model recommendations.
Install via ClawdBot CLI:
clawdbot install kr1json/ai-quota-checkUnified quota monitor and intelligent model recommender for all providers.
IMPORTANT: When executing this skill, display the script output EXACTLY as-is in markdown format. Do NOT summarize or rephrase the output. The script produces a formatted dashboard that should be shown directly to the user.
Example execution:
```bash
node skills/ai-quota-check/index.js --current-model="
```
Then copy the entire output and send it as your response.
```bash
node skills/ai-quota-check/index.js
node skills/ai-quota-check/index.js --task=coding
node skills/ai-quota-check/index.js --task=reasoning
```
| Priority | Model | Fallback Condition |
|----------|-------|-------------------|
| 1st | openai-codex/gpt-5.3-codex | - |
| 2nd | openai-codex/gpt-5.2-codex | Primary < 20% |
| 3rd | google-antigravity/gemini-3-pro-high | All above < 20% |
| Priority | Model | Fallback Condition |
|----------|-------|-------------------|
| 1st | google-antigravity/claude-opus-4.6-thinking | - |
| 2nd | github-copilot/claude-4.6-opus | Primary < 20% |
| 3rd | github-copilot/claude-3.5-opus | If 4.6 unavailable |
| 4th | openai-codex/gpt-5.3 | All above < 20% |
| 5th | openai-codex/gpt-5.2 | Last fallback |
Default: 20% - Switches to fallback when primary drops below this.
This skill is designed to be called periodically via Cron for:
Generated Mar 1, 2026
A development team uses multiple AI providers for coding assistance and debugging. This skill provides a unified dashboard to monitor quotas across Antigravity, Copilot, and Codex, ensuring optimal model selection and preventing lockouts during critical sprints.
Researchers conducting complex reasoning experiments need to track quotas and switch models efficiently. The skill's task-based recommendations help allocate resources for analysis tasks, minimizing downtime and maximizing usage across providers.
Independent developers juggle multiple AI tools for client projects. This skill allows them to check all quotas in one view, receive model recommendations for coding or reasoning tasks, and plan usage to stay within weekly caps and avoid extra costs.
Large organizations deploy AI across departments for various tasks. The skill enables IT teams to monitor provider logins, detect quota resets, and set up cron jobs for automated alerts, ensuring smooth operations and cost control.
Offer this skill as part of a subscription service for development teams, providing enhanced dashboards, advanced analytics, and priority support. Revenue comes from monthly fees based on team size and usage tiers.
Provide consulting to integrate this skill into existing workflows, customize model routing rules, and set up cron jobs for automated monitoring. Revenue is generated through project-based fees and ongoing maintenance contracts.
License the skill to AI providers like Antigravity or Copilot to include as a built-in feature for their users. Revenue comes from licensing fees and potential revenue-sharing agreements based on user engagement.
💬 Integration Tip
Set up a cron job to run this skill periodically for automated quota checks and reset detection, ensuring optimal model usage without manual intervention.
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Gemini CLI for one-shot Q&A, summaries, and generation.
Research any topic from the last 30 days on Reddit + X + Web, synthesize findings, and write copy-paste-ready prompts. Use when the user wants recent social/web research on a topic, asks "what are people saying about X", or wants to learn current best practices. Requires OPENAI_API_KEY and/or XAI_API_KEY for full Reddit+X access, falls back to web search.
Check Antigravity account quotas for Claude and Gemini models. Shows remaining quota and reset times with ban detection.
Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
Manages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates openclaw.json. Use when the user mentions free AI, OpenRouter, model switching, rate limits, or wants to reduce AI costs.