skills$openclaw/ai-quota-check
kr1json7.6k

by kr1json

ai-quota-check – OpenClaw Skill

ai-quota-check is an OpenClaw Skills integration for coding workflows. **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.

7.6k stars6.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameai-quota-check
description**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. OpenClaw Skills integration.
ownerkr1json
repositorykr1json/ai-quota-check
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kr1json/ai-quota-check
last updatedFeb 7, 2026

Maintainer

kr1json

kr1json

Maintains ai-quota-check in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
_meta.json
281 B
index.js
17.9 KB
README.md
891 B
SKILL.md
2.3 KB
SKILL.md

name: ai-quota-check description: "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." metadata: {"clawdbot":{"emoji":"🧮","requires":{"bins":["node","codex"]}}}

ai-quota-check

Unified quota monitor and intelligent model recommender for all providers.

Output Instructions

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:

node skills/ai-quota-check/index.js --current-model="<current_model_name>"

Then copy the entire output and send it as your response.

Features

  1. Provider Login Check - Detects which providers are logged in
  2. Unified Quota Dashboard - Antigravity + Copilot + OpenAI Codex
  3. Task-based Recommendations - Optimal model selection with fallback
  4. Reset Detection - Identifies models ready for ping (new cycle)
  5. Risk Level Info - Warns about weekly caps and lockout risks

Usage

# Full dashboard
node skills/ai-quota-check/index.js

# Specific task recommendation
node skills/ai-quota-check/index.js --task=coding
node skills/ai-quota-check/index.js --task=reasoning

Model Routing Rules

Coding / Debugging

PriorityModelFallback Condition
1stopenai-codex/gpt-5.2-codex-
2ndgoogle-antigravity/gemini-3-pro-highPrimary < 20%

Complex Reasoning / Analysis

PriorityModelFallback Condition
1stgoogle-antigravity/claude-opus-4-5-thinking-
2ndgithub-copilot/claude-3.5-opusPrimary < 20%
3rdopenai-codex/gpt-5.2All above < 20%

Fallback Threshold

Default: 20% - Switches to fallback when primary drops below this.

Cron Integration

This skill is designed to be called periodically via Cron for:

  • Quota monitoring
  • Reset detection (ping optimization)
  • Automatic model switching recommendations
README.md

ai-quota-check

Unified quota monitor and intelligent model recommender for all AI providers (Antigravity + Copilot + OpenAI Codex).

Features

  • Provider Login Check - Detects logged-in providers
  • Unified Quota Dashboard - Antigravity + Copilot + OpenAI Codex
  • Task-based Recommendations - Optimal model selection with fallback
  • Reset Detection - Identifies models ready for new cycle
  • Risk Level Info - Warns about weekly caps and lockout risks

Usage

# (from workspace root)
node skills/ai-quota-check/index.js

node skills/ai-quota-check/index.js --current-model="google-antigravity/claude-opus-4-5-thinking"
# (from inside this skill directory)
node index.js
node index.js --current-model="google-antigravity/claude-opus-4-5-thinking"

Trigger Words

  • 쿼타확인, 쿼터확인, quota, 쿼터

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install ai-quota-check?

Run openclaw add @kr1json/ai-quota-check in your terminal. This installs ai-quota-check into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kr1json/ai-quota-check. Review commits and README documentation before installing.