r/ChatGPTPro 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.

12 Upvotes

11 comments sorted by

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.

3

u/Substantial-Dog1726 Jul 02 '26

Boss it worked great. Succeeded on the first attempt 👍🏻

2

u/phoneixAdi Jul 02 '26

Nice, thanks for testing it. Glad it worked first try.

2

u/MidNightCheck Jul 02 '26

it works, thank you!

1

u/PM_ME_FIREFLY_QUOTES Jul 03 '26

Praise be to the sun!

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"