Scrollback — AI skill for Claude Code
Recall past AI conversations across coding agents — Claude Code, Codex, Devin, OpenCode, Qwen, Gemini, Kimi, Factory, Continue, Copilot CLI, Cursor, Zed, and more.
How to install Scrollback
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open SamCuipogobongo/scrollback and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Scrollback does
Recall past AI conversations across coding agents — Claude Code, Codex, Devin, OpenCode, Qwen, Gemini, Kimi, Factory, Continue, Copilot CLI, Cursor, Zed, and more. Reads local session storage; nothing is uploaded.
Alternatives in AI
- EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
- WindsurfAPI — Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, A 3k ★
- Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
README
scrollback
[](https://www.npmjs.com/package/sam-scrollback)
Recall past AI conversations across coding agents — Claude Code, Codex, Devin, OpenCode, Qwen Code, Gemini CLI, Kimi Code, Factory Droid, Continue, Copilot CLI, Cursor, Zed, Copilot Chat, Cline/Roo/Kilo, Trae, Qoder, CodeBuddy, Aider, Goose, Antigravity.
Reads each platform's local session storage directly. Nothing is uploaded, no daemon, no index — a query scans the stores in place. Secrets are redacted at read time (API keys, tokens, private keys never leave the store).
Install
npm i -g sam-scrollback # needs Node >= 22.13 (node:sqlite)
scrollback install # auto-wire skills + MCP into detected agents
`scrollback install` detects which agents you have and writes a `SKILL.md` into their skills dir plus an `mcpServers.scrollback` entry where the config format is known — so every agent gains recall without you lifting a finger. Preview with `--dry-run`.
For agents that speak MCP directly:
{ "mcpServers": { "scrollback": { "command": "scrollback", "args": ["--mcp"] } } }
Dev
node scrollback.ts # Node 23.6+ type-stripping, or bun
npm run build # tsc → dist/
Commands
scrollback doctor # detected sources + counts
scrollback projects [--since YYYY-MM-DD] # rank project cwds by activity
scrollback list [--global|--cwd p] [--since D] # enumerate sessions
scrollback search "" [--global] [--platform p]
scrollback context [--grep kw] [--turns N] [--around N] [--from N --to N]
scrollback extract [--grep kw] [--json]
scrollback --mcp # MCP server over stdio
Recall is a two-step drill-down:
scrollback search "landing page" --global --since 2026-08-01
scrollback context 94aa7e8b --grep "landing" --turns 3
Session ids accept any unique prefix.
Where data comes fr
Related Skills
Engram
The context spine that 10x's every AI coding session. Live in 8 IDEs (Claude Code, Cursor, Cline, Continue, Ai
Elepha
Local session memory for Claude Code and Codex. Search your past AI coding sessions and recall them inside the
Recall Inspect
Inspect a single past session — print ai-title, message count, branches, top extractions.
Devo
Model-neutral agent desktop/runtime for private, enterprise, and OpenAI-compatible / Anthropic-compatible mode
Agf
Local-first TUI to find, search, and resume AI coding-agent sessions across Claude Code, Codex, Grok Build, Ki
OmniCopilot
1200+ AI models in your GitHub Copilot Chat — free & forever free. VS Code extension powered by OmniRoute: 340
Related Agents
ChatGPT On Wechat
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页
Benchmark Agent
Use this agent for competitive intelligence and platform benchmarking — it obsessively tracks where Cursor, De
Recall
Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command,