Use when running on Codex and you need to examine past conversation, session logs, or raw chat history.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add cowwoc/cat --skill get-history --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Get History?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cowwoc-get-history-affc7d87)More formats (shields.io, HTML) on the badges page.
---
description: Use when running on Codex and you need to examine past conversation, session logs, or raw chat history.
---
Resolve the installed `get-history` at `${CAT_PLUGIN_ROOT}/client/bin/get-history`. Pass the
thread ID whose rollout you need as its first argument; the launcher uses Codex's native home only to locate that one
rollout JSONL. This can be the current thread ID or another known thread ID. If the launcher does not exist, report that
exact path before applying the shared source-checkout fallback. Do not derive or select a transcript path in Bash.
For example:
```bash
/absolute/path/get-history "$CODEX_THREAD_ID" analyze
/absolute/path/get-history "$CODEX_THREAD_ID" summary --since "2026-08-18T10:00:00Z" --type "message" --limit 50
/absolute/path/get-history "$CODEX_THREAD_ID" search "keyword" --context 2
/absolute/path/get-history "$CODEX_THREAD_ID" errors
/absolute/path/get-history "$CODEX_THREAD_ID" file-history "config.json"
```
# Shared First Use
## Design Goals
- Ensure an agent reads and follows a selected skill's complete instructions once in each conversation context.
## Guidance
If you have not already read this skill's `first-use.md` in the current
conversation context, read it now and follow it exactly. Otherwise, reuse its guidance.
Read `first-use.md` again after the context resets or is compacted.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.