cache-list

List codex cache entries with filtering, sorting, and freshness status.

Updated Aug 27, 2026
Search Tags:#codex#cache#list
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill cache-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cache-list
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/codex/skills/cache-list
Command: npx skills add https://github.com/fractary/claude-plugins --skill cache-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Lists and filters codex cache entries with optional sorting and formatting, delegating to the CLI for data.

Core Features & Use Cases

  • Discover cache entries by type and pattern
  • Sort by cached date, size, etc.
  • Output as JSON or formatted view

Quick Start

List the current codex cache in JSON format.

Frequently Asked Questions about cache-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and view codex cache entries?

List codex cache entries using the cache-list Skill, which displays all cached items with their freshness status, cached dates, and access times. Filter by project or freshness, sort by cached_at, expires_at, or last_accessed, and output as JSON or formatted view.

Can I filter codex cache by freshness or project?

Yes, cache-list supports filtering cache entries by freshness status and project. Apply filters through the filter parameter to narrow results, then sort by multiple criteria and format output to monitor which cache entries are current or stale.

What's the best way to audit codex cache state across projects?

Use cache-list to audit codex cache across projects by listing entries with optional filtering and sorting. The Skill delegates to the CLI for data retrieval, preserves error messages verbatim, and outputs formatted or JSON results for monitoring and compliance checks.

How do I sort cached items by date or access time?

Sort codex cache entries by cached_at, expires_at, or last_accessed using the sort parameter in cache-list. Combine sorting with filtering and format options to identify which items are frequently accessed, recently cached, or approaching expiration.

Does cache-list require jq or bash?

cache-list depends on bash and jq to parse and manipulate cache data. Both dependencies must be available in your environment to filter, sort, and format codex cache entries as JSON or display formatted output.

Can I output cache data in JSON format?

Yes, cache-list supports JSON output format through the format parameter. Export cache entries as structured JSON data to integrate with downstream tools, scripts, or analysis workflows for programmatic cache monitoring.