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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ai-quota-check" with this command: npx skills add kr1json/ai-quota-check

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.3-codex-
2ndopenai-codex/gpt-5.2-codexPrimary < 20%
3rdgoogle-antigravity/gemini-3-pro-highAll above < 20%

Complex Reasoning / Analysis

PriorityModelFallback Condition
1stgoogle-antigravity/claude-opus-4.6-thinking-
2ndgithub-copilot/claude-4.6-opusPrimary < 20%
3rdgithub-copilot/claude-3.5-opusIf 4.6 unavailable
4thopenai-codex/gpt-5.3All above < 20%
5thopenai-codex/gpt-5.2Last fallback

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Nerf To 3dgs Migrator

Migrate NeRF-based methods to 3D Gaussian Splatting with step-by-step guidance. Analyzes component compatibility, provides code templates, and identifies pot...

Registry SourceRecently Updated
Coding

3dgs Code Reviewer

Review 3D Gaussian Splatting implementation code for correctness, performance bugs, and best practices. Covers CUDA kernels, rendering pipeline, training loo...

Registry SourceRecently Updated
Coding

AI Short Film Producer

低成本AI短剧/短片全流程制作技能。使用速创API(wuyinkeji.com)的Grok Imagine生成视频镜头、TTS生成配音,配合FFmpeg+Python本地合成,WorkBuddy编排全流程。适用于用户需要从零制作AI短片、短视频、短剧EP、预告片等场景。包含完整的分镜脚本创作、视频生成、配音生成、...

Registry SourceRecently Updated
Coding

Dlazy Image Generate

Image generation skill. Automatically selects the best dlazy CLI image model based on the prompt.

Registry SourceRecently Updated