Borrowing it
Nothing to install: this file belongs to sageox/ox. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sageox/ox/main/.claude/commands/ox-session-recover.mdgit clone --depth 1 https://github.com/sageox/oxWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/sageox/ox/ox-session-recover)<a href="https://agentmods.dev/commands/sageox/ox/ox-session-recover"><img src="https://agentmods.dev/badge/commands/sageox/ox/ox-session-recover.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01160 |
| Opus 5 | $0.00000 | $0.00580 |
| Sonnet 5 | $0.00000 | $0.00232 |
| Haiku 4.5 | $0.00000 | $0.00116 |
Grade C, and why
ox-session-recover scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- Keep this file thin. Behavioral guidance (use-when, common-issues, errors) belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). Except How it starts
The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Recover an ox session from a Claude Code transcript when session recording failed or captured no data.
Use when:
ox session stopshowsentry_count: 0- Session viewer shows empty or "Session not found"
- You need to rebuild a session from a Claude Code transcript file
Recovery Flow
Step 1: Find the Claude Code transcript
Claude Code stores transcripts at:
~/.claude/projects/<PROJECT_HASH>/*.jsonl
Where PROJECT_HASH is the CWD with / replaced by - (e.g., -Users-ryan-Code-my-project).
Find the right transcript by checking modification times against the session's time window:
ls -lt ~/.claude/projects/<PROJECT_HASH>/*.jsonl | head -5
Step 2: Try the built-in recover command first
ox agent <agent_id> session recover
If the adapter file still exists, this handles everything automatically. If it fails, continue to Step 3.
Step 3: Convert transcript to web viewer format
The Claude Code transcript uses internal types (queue-operation, progress) that the web viewer cannot display. Convert to the expected format (user, assistant, tool, system).
Claude Code transcript entry types and their mapping:
Transcript type |
message.role |
Web viewer type |
Content location |
|---|---|---|---|
user |
user |
user |
message.content (string or content blocks) |
assistant |
assistant |
assistant |
message.content text blocks |
assistant |
(tool_use blocks) | tool |
message.content tool_use blocks |
progress |
(tool_result) | tool |
data.content tool_result blocks |
system |
system |
message.content |
|
queue-operation |
skip | internal queue ops |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 110 lines · 0 tokens per session scan C 23dc39a545d4
ox-session-recover is a command published in the GitHub repository sageox/ox (51 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,160 tokens. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
brainstorm
A retired command for generating ideas before implementation. Its description says to use the Superpowers brainstorming skill instead.
setup-mcp-claude-code
Build and register the Contorium MCP server for Claude Code or Cursor Agent.
1-plan
Plans a thread and generates thread-specific spec documents.
4-finalize
Finalizes a reviewed thread, updates project documentation, and handles cleanup.
sync-instructions
Sync CLAUDE.md instruction files to other AI agents (Gemini, Codex, OpenCode, Kiro, Cursor, Kimi, Vibe, Qwen, Amp).
sync-validate
Validate Claude MCP schema and target capability compatibility before syncing.