# Demerzels Lab Elsamultiskillagent AI Quota Check

> ai-quota-check

- Skill: `tomevault-io/demerzels-lab-elsamultiskillagent-ai-quota-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/demerzels-lab-elsamultiskillagent-ai-quota-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/demerzels-lab-elsamultiskillagent-ai-quota-check/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/demerzels-lab-elsamultiskillagent-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:
```bash
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

```bash
# 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
| Priority | Model | Fallback Condition |
|----------|-------|-------------------|
| 1st | `openai-codex/gpt-5.2-codex` | - |
| 2nd | `google-antigravity/gemini-3-pro-high` | Primary < 20% |

### Complex Reasoning / Analysis
| Priority | Model | Fallback Condition |
|----------|-------|-------------------|
| 1st | `google-antigravity/claude-opus-4-5-thinking` | - |
| 2nd | `github-copilot/claude-3.5-opus` | Primary < 20% |
| 3rd | `openai-codex/gpt-5.2` | All 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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

