by paperboytm
Your local AI session library. Browse, pin, and ⌘K-search every Claude Code, Codex, Gemini & OpenCode session — and let the built-in scanner catch leaked secrets. Local-first, nothing leaves your machine.
# Add to your Claude Code skills
git clone https://github.com/paperboytm/spoolLast scanned: 5/27/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-27T08:03:50.371Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}spool is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by paperboytm. Your local AI session library. Browse, pin, and ⌘K-search every Claude Code, Codex, Gemini & OpenCode session — and let the built-in scanner catch leaked secrets. Local-first, nothing leaves your machine. It has 589 GitHub stars.
Yes. spool passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/paperboytm/spool" and add it to your Claude Code skills directory (see the Installation section above).
spool is primarily written in TypeScript. It is open-source under paperboytm on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh spool against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Share, read, and continue agent sessions.
Spool turns work done with coding agents into durable web pages that other people can understand and resume. An author shares a real Session—not a screenshot or reconstructed recap—and readers can move from Summary to conversation, tool activity, files, and diff before continuing the work in their own agent.
Early stage. Claude Code and Codex CLI shares are Public by default and can appear in Explore and search. Gemini CLI, OpenCode, and Pi shares remain Link-only until Discovery supports them. Signed-in authors can move a Session into a Team, making it Team-only for current members, or let Team Owners and Admins publish the Team-owned asset more broadly. Native Resume currently works for Claude Code and Codex CLI. Feedback is welcome through Issues or Discord.
curl -fsSL https://spool.new/install.sh | sh
Install once, open a new terminal, then use spool from any project.
cd /path/to/project
spool
Bare spool refreshes the local index, signs in through the browser if needed, and selects the latest Session in the current project. It then shows what will be shared, scans for sensitive values, confirms the resulting visibility, publishes the records to the Hub, and returns a durable URL.
Use the explicit form when you want to choose a Session or pass sharing options:
spool share <session-uuid>
A reader can open that URL without installing Spool. Claude Code and Codex CLI shares can also be continued locally:
spool resume <session-url>
Resume creates a new provider-native Session and preserves its relationship to the source. The shared source is never modified.
Team · name limits reading to current members, while Team Owners and Admins can change disclosure.410 Gone. A personal author can later explicitly Share the same Session again; a Team-owned withdrawal by an Owner/Admin is permanent and cannot be revived by another member.Nothing leaves the machine until the author confirms the Share flow started by spool or spool share. The confirmation states both the Project owner and initial visibility before upload: supported Claude Code and Codex CLI Sessions are Public by default; other providers remain Link-only. spool share --project paperboy/spool --public publishes under a Team-owned Project while keeping the Session Public; omitting --public from a Team Project fails closed to Team-only.
The current Share-focused surfaces are:
apps/
cli/ CLI for indexing, sharing, reading, resuming, and automation
web/ spool.new: homepage, docs, Profiles, account/Team pages, and Session reader
backend/ Hub, identity, Teams, publication, and media API on Cloudflare
packages/
core/ Local Session ingestion, organization, SQLite, and full-text search
redact/ Sensitive-data detection shared by publishing surfaces
session-kit/ Browser-safe Session model, canonical records, views, and diffs
session-view/ Shared conversation renderer for Session pages
share-kit/ Curated `.spool` documents, templates, and export primitives
The original provider Session remains authoritative. Git remains authoritative for code. Spool publishes agent work and its context; it does not replace the project’s source-control system.
pnpm install
pnpm run rebuild:native:node
Run the checks for the Share surfaces with:
pnpm --filter @spool-lab/cli typecheck
pnpm --filter @spool-lab/cli test
pnpm --filter @spool/backend typecheck
pnpm --filter @spool/backend test
pnpm --filter @spool/web typecheck
pnpm --filter @spool/web test
pnpm --filter @spool/web build
Start the backend and Web documentation site in separate terminals:
pnpm --filter @spool/backend dev
pnpm --filter @spool/web dev
MIT
“Spool” and the Spool logo are trademarks of TypeSafe Limited. The MIT License covers the source code only and does not grant permission to use the Spool name or logo. See LICENSE.