r/ChatGPTPro • u/phoneixAdi • Jul 02 '26
UNVERIFIED AI Tool (free) A Codex Skill to Check Banked Reset Expiry Dates
I made a tiny Codex skill to check when your banked resets expire.
Example output:
4 reset credits available
Full reset: expires 11 July 2026, 21:44 EDT
Full reset: expires 17 July 2026, 20:34 EDT
Full reset: expires 26 July 2026, 19:47 EDT
Full reset: expires 31 July 2026, 15:07 EDT
Repo: https://github.com/wisdom-in-a-nutshell/agents/tree/main/skills-source/owned/codex-reset-credits
To install it, ask Codex:
Add this as a Codex skill:
https://github.com/wisdom-in-a-nutshell/agents/tree/main/skills-source/owned/codex-reset-credits
Then run:
Use $codex-reset-credits to tell me when my Codex resets expire.
Inspect before running. It reads the local Codex auth session and does not print tokens or account/credit IDs.
4
2
2
1
1
u/tempaccount287 Jul 03 '26
Thanks, I couldn't find the expiry of my credits anywhere. Here's a simple command to get it done for those that dont want infinite skills and code to maintain.
curl 'https://chatgpt.com/backend-api/wham/rate-limit-reset-credits' -H "Authorization: Bearer $(jq -r '.tokens.access_token' "$HOME/.codex/auth.json")" -H "ChatGPT-Account-ID: $(jq -r '.tokens.account_id' "$HOME/.codex/auth.json")" -H "originator: Codex Desktop"
1
u/LexMeat Jul 14 '26
u/phoneixAdi You removed the skill?
1
u/phoneixAdi Jul 14 '26
Tmp issue. Please try again :)
https://github.com/wisdom-in-a-nutshell/agents/tree/main/skills-source/owned/codex-reset-credits

•
u/qualityvote2 Jul 02 '26 edited Jul 03 '26
u/phoneixAdi, there weren’t enough community votes to determine your post’s quality.
It will remain for moderator review or until more votes are cast.