agent-thread-reader/SKILL.md
Read local coding-agent thread/session history for Codex, Codex CLI, Copilot CLI, Copilot Chat local VS Code threads, and Claude Code. Use when asked to find, inventory, summarize, search, or inspect local agent conversations, session subjects, transcript files, or agent thread storage.
npx skillsauth add supercorks/agent-skills agent-thread-readerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read local coding-agent thread stores on the current machine. This skill is read-only by default and should not delete, rewrite, archive, or compact agent sessions.
~/.codex/session_index.jsonl, ~/.codex/sessions/**/*.jsonl, ~/.codex/archived_sessions/*.jsonlsession_meta.payload.originator values such as codex_cli_rs and codex_exec~/.copilot/session-state/*/events.jsonlstate.vscdb stores under:
~/Library/Application Support/Code/User/workspaceStorage/*/state.vscdb~/Library/Application Support/Code - Insiders/User/workspaceStorage/*/state.vscdb~/Library/Application Support/Agents - Insiders/User/workspaceStorage/*/state.vscdb~/.claude/projects/**/*.jsonl~/Library/Application Support/Claude/claude-code-sessions/**/*.jsonUse the bundled script first:
bash scripts/agent-threads.sh subjects --limit 5
Common commands:
# JSONL inventory of known local thread records.
bash scripts/agent-threads.sh inventory
# Recent subjects grouped by agent source.
bash scripts/agent-threads.sh subjects --limit 8
# Recent subjects for one source.
bash scripts/agent-threads.sh subjects --source copilot-chat --limit 10
# Show a normalized transcript from a JSON/JSONL path returned by inventory.
bash scripts/agent-threads.sh show --path "$PATH_FROM_INVENTORY"
# Show VS Code Copilot interactive-session data from a workspace state DB.
bash scripts/agent-threads.sh show --db "$STATE_VSCDB" --key memento/interactive-session
Source filters for subjects:
codexcodex-clicopilot-clicopilot-chatclaude-codeallIf the helper script cannot run, inspect stores directly:
jq -r '.thread_name // .title // empty' ~/.codex/session_index.jsonl
find ~/.claude/projects -name '*.jsonl'
find ~/.copilot/session-state -name events.jsonl
sqlite3 "$STATE_VSCDB" "select key, length(value) from ItemTable where lower(key) like '%chat%' or lower(key) like '%copilot%';"
tools
Operate Google Workspace (Drive, Gmail, Calendar, Sheets, Docs, Slides, Chat, Admin, Forms, Tasks…) via the @googleworkspace/cli (`gws`) Rust CLI distributed on npm. Use for any read/write task across Workspace APIs — list/search/upload Drive files (incl. shared drives), send/read mail, manage calendar events, sheets cell ops, etc.
development
Find useful Agent Skills in curated public skill repositories for a user query. Searches official and community skill repos, ranks matching SKILL.md files, and recommends candidates with source trust notes.
tools
Use Browserbase and the browse CLI for browser automation, Fetch/Search API work, authenticated remote browsing, UI QA, debugging, tracing, and Browserbase platform or Functions workflows with multi-account support.
tools
Query Vimeo OTT (VHX) products, customers, videos, live events, browse rows, and analytics with multi-account API key support. First pass ships read-only helpers for production-safe investigation.