# Send Codex Quota to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "codex-quota",
    "name": "Codex Quota",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/odrobnik/codex-quota",
    "canonicalUrl": "https://clawhub.ai/odrobnik/codex-quota",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/codex-quota",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=codex-quota",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SETUP.md",
      "SKILL.md",
      "codex-quota.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "codex-quota",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T23:42:36.903Z",
      "expiresAt": "2026-05-08T23:42:36.903Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=codex-quota",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=codex-quota",
        "contentDisposition": "attachment; filename=\"codex-quota-1.2.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "codex-quota"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/codex-quota"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/codex-quota",
    "downloadUrl": "https://openagent3.xyz/downloads/codex-quota",
    "agentUrl": "https://openagent3.xyz/skills/codex-quota/agent",
    "manifestUrl": "https://openagent3.xyz/skills/codex-quota/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/codex-quota/agent.md"
  }
}
```
## Documentation

### Skill: codex-quota

Check OpenAI Codex CLI rate limit status.

### Quick Reference

# Run the included Python script
./codex-quota.py

# Or if installed to PATH
codex-quota

### Options

codex-quota              # Show current quota (cached from latest session)
codex-quota --fresh      # Ping Codex first for live data
codex-quota --all --yes  # Update all accounts, save to /tmp/codex-quota-all.json
codex-quota --json       # Output as JSON
codex-quota --help       # Show help

### Setup

See SETUP.md for prerequisites and setup instructions.

### What It Shows

Primary Window (5 hours) — Short-term rate limit
Secondary Window (7 days) — Weekly rate limit
Reset times in local timezone with countdown
Source session file and age

### When to Use

Before starting heavy Codex work (check weekly quota)
When Codex seems slow (might be rate-limited)
Monitoring quota across multiple accounts
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: odrobnik
- Version: 1.2.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T23:42:36.903Z
- Expires at: 2026-05-08T23:42:36.903Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/codex-quota)
- [Send to Agent page](https://openagent3.xyz/skills/codex-quota/agent)
- [JSON manifest](https://openagent3.xyz/skills/codex-quota/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/codex-quota/agent.md)
- [Download page](https://openagent3.xyz/downloads/codex-quota)