session-tool
LOAD THIS SKILL when: browsing OpenCode or Claude Code sessions, reading session history, or searching past conversations. Contains all session-tool commands.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "session-tool" description: "LOAD THIS SKILL when: browsing OpenCode or Claude Code sessions, reading session history, or searching past conversations. Contains all session-tool commands." license: "MIT" --- # session-tool (OpenCode + Claude Code Sessions) Session browser for OpenCode + Claude Code — list, read, and search session history. Part of [@blogic-cz/agent-tools](https://github.com/blogic-cz/agent-tools). ## How to Run Run via `bun session-tool` (requires `@blogic-cz/agent-tools` as a dev dependency). Auth: no auth needed — reads local session storage. ## Commands ```bash bun session-tool list # List recent sessions bun session-tool read --session <session-id> # Read session messages bun session-tool search "query" # Search across sessions ``` Session ID routing: - UUID format (`xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`) -> Claude Code sessions - `ses_*` format -> OpenCode sessions - Other IDs -> searched across both sources ## Tips - Use `bun session-tool commands` for the full machine-readable command/flag tree; `--help` for one subcommand. - Output defaults to **TOON** (token-efficient) — leave it as-is to save tokens. Add `--format json` only when you'll machine-parse the result. - Error responses include `hint`, `nextCommand`, and `retryable` fields — always check them on failure.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

