Voyager — AI skill for Claude Code
One searchable index across every AI coding agent on your machine — Codex, Claude Code, ZCode, DSH, Grok, Cursor, Antigravity, Kiro.
How to install Voyager
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open HarryHeYu/voyager and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Voyager does
One searchable index across every AI coding agent on your machine — Codex, Claude Code, ZCode, DSH, Grok, Cursor, Antigravity, Kiro. Scan, search, export and resume all your agent sessions locally. No cloud, no telemetry.
Alternatives in AI
- EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
- Memory Forge Rs — Stop resetting satisfying AI chats — edit the memory instead 474 ★
- Dsh Plugin Subscriptions — Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth logi 283 ★
README
Voyager 🧭
**One index across every AI coding agent on your machine.**
[中文说明](README.zh-CN.md)
Voyager reads the local session data your agents already write — Codex, Claude Code, ZCode, DSH (DeepSeek Harness), and more — and turns it into a single searchable, exportable, resumable index. Pure local, no accounts, no cloud, no telemetry.
$ voyager list
ID PROV UPDATED MSG TOOL TITLE
a1b2c3d4-... zcode 2026-09-13 01:13 162 206 重构存储引擎的写入路径
9f8e7d6c-... codex 2026-07-06 22:52 76 168 修复多线程下载器的竞态条件
5e4d3c2b-... claude 2026-07-17 12:46 89 70 分析数据集结构并设计评测脚本
Why
Every agent keeps its own history in its own format: Codex writes rollout JSONL, Claude Code writes project JSONL plus a file-version chain, ZCode uses SQLite, DSH compresses JSONL with zstd. You work across all of them — Voyager makes that history *one* thing you can query.
- Cross-agent timeline per repo — what did all your agents do to this project, and when?
- Full-text search everywhere — find the session where someone ran that one command or touched that one file (CJK substring search works).
- Real exports — human-readable Markdown, or lossless JSON with both the normalized and the raw events.
- Resume where you left off — Voyager knows each platform's resume command and runs it for you.
Install
pip install -e . # core (Codex / Claude / ZCode adapters)
pip install -e ".[dsh]" # + DSH (needs zstandard)
Python ≥ 3.10. Windows / macOS / Linux. If `voyager` is not on your PATH, run it as `python -m voyager.cli`.
Usage
First run: `voyager scan` walks every supported agent's local storage and builds the index at `~/.voyager/index.db`. After that, re-run `scan` whenever you want to pick up new sessions — it is incremental and only re-reads what changed. To make syncing fully automatic, keep a watcher
Related Skills
Dsh Plugin Publish
Ship your skills, grow your influence — a model-agnostic publishing protocol for AI agent skills: preflight ch
Dsh Oh My Claude
Claude Code CLI as an LLM provider for dsh (DeepSeek Harness): live model list, per-session resume, approval r
Doc Search MCP
Local MCP server that indexes PDFs, EPUBs, HTML, Markdown and text files and makes them searchable by LLM codi
Client
Run Previously locally — an AI agent that remembers by when, not by chat thread. One npm package: the same ker
Harness Scouter
Scores a Claude Code harness from the transcripts already on your machine: 6 stats of what your agent actually
All Pet
🐾 One desktop pet that watches all your AI coding agents — Codex, Claude Code / Desktop, DeepSeek Harness (DS
Related Agents
Cursor Delegate
Proactively use when this coding agent should hand a substantial coding, diagnosis, or implementation task to
Privacy Policy
Last updated: 2026-02-28 nWave is an open-source AI workflow framework that runs inside Claude Code and stores
PDF Docx Generator
WRITE-access implementer for the resume/export domain — PDF/DOCX rendering, layout, fonts, pagination, golden