codex-wrapped

Use this skill whenever the user wants a Codex Wrapped report or usage insights. Render text-only output (no image generation).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codex-wrapped" with this command: npx skills add openai/skills/openai-skills-codex-wrapped

Codex Wrapped

Use this skill whenever the user wants a Codex Wrapped report or usage insights. Render text-only output (no image generation).

The report must be year-agnostic and should highlight last 30 days and last 7 days, while still calling out all-time focus hours.

Quick Commands (run in order)

  • Compute stats

python3 .codex/skills/codex-wrapped/scripts/get_codex_stats.py
--output /tmp/wrapped_stats.json

(Defaults to the system timezone; override --timezone only if the user requests it.)

  • Render text report

.codex/skills/codex-wrapped/scripts/report.sh
--stats-file /tmp/wrapped_stats.json

This prints the report directly to stdout.

Files

  • scripts/get_codex_stats.py -- computes rolling-window stats to /tmp/wrapped_stats.json .

  • scripts/report.sh -- text report renderer.

Responding to the user

  • Paste the report text exactly as printed, wrapped in triple backticks (```), to preserve spacing/box drawing.

  • If something fails, state what you ran and the error.

Notes

  • Keep /tmp/wrapped_stats.json unless sensitive; rerun stats if outdated.

  • The report adapts to terminal width. Set WRAPPED_WIDTH=120 (or similar) to force a wider layout.

  • Layout options: default is columns (two-column). Use --layout table (or WRAPPED_LAYOUT=table ) to switch back to the compact grid.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

develop-web-game

No summary provided by upstream source.

Repository SourceNeeds Review
432-openai
Coding

codex-readiness-unit-test

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codex-readiness-integration-test

No summary provided by upstream source.

Repository SourceNeeds Review
General

screenshot

No summary provided by upstream source.

Repository SourceNeeds Review