# Show Codex Reset Expiries

> Show the exact local and ISO expiry times of available Codex rate-limit reset credits for the currently signed-in ChatGPT account. Use only when the user explicitly asks to inspect their earned reset credits or invokes this skill.

- **Type:** Skill
- **Install:** `agentstack add skill-aitransformationdirector-codex-reset-expiry-skill-show-codex-reset-expiries`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [aitransformationdirector](https://agentstack.voostack.com/s/aitransformationdirector)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [aitransformationdirector](https://github.com/aitransformationdirector)
- **Source:** https://github.com/aitransformationdirector/codex-reset-expiry-skill/tree/main/skills/show-codex-reset-expiries

## Install

```sh
agentstack add skill-aitransformationdirector-codex-reset-expiry-skill-show-codex-reset-expiries
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Show Codex Reset Expiries

Run the bundled script and report its result.

## Workflow

1. Resolve `scripts/show-reset-expiries.mjs` relative to this `SKILL.md`.
2. Run it with Node.js:

   ```bash
   node /scripts/show-reset-expiries.mjs
   ```

3. Return the authoritative available-credit count and every expiry record exactly as the script reports it.
4. If the available count exceeds the returned detail rows, state that the service supplied only partial expiry details.
5. If authentication is missing or uses an API key, explain that this check requires Codex to be signed in with ChatGPT.

## Boundaries

- Treat earned reset-credit expiries separately from rolling usage-window resets. This skill reports `rateLimitResetCredits.credits[].expiresAt`.
- Use the bundled app-server client. Do not read, display, copy, or modify stored authentication tokens.
- Do not request an OpenAI API key. Platform API keys do not expose ChatGPT subscription reset credits.
- Keep all timestamps visible: local date and time, timezone, remaining duration, and ISO timestamp.

Completion criterion: every returned reset credit is accounted for, or the response explicitly says that only the count or a partial detail list was available.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [aitransformationdirector](https://github.com/aitransformationdirector)
- **Source:** [aitransformationdirector/codex-reset-expiry-skill](https://github.com/aitransformationdirector/codex-reset-expiry-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-aitransformationdirector-codex-reset-expiry-skill-show-codex-reset-expiries
- Seller: https://agentstack.voostack.com/s/aitransformationdirector
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
