spool

作者 spool-lab已验证

Your local AI session library. Collects sessions from Claude Code, Codex CLI, Gemini CLI (and more) — browsable and ⌘K-searchable.

531
Stars
37
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/spool-lab/spool

快速入门

使用 spool 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Spool

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.

Install the CLI

curl -fsSL https://spool.new/install.sh | sh

Install once, open a new terminal, then use spool from any project.

Share a Session

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.

Product Model

  • Share is the explicit action that sends selected Session records to the Hub and returns a durable URL.
  • Publish is the default result for supported Claude Code and Codex CLI Shares: a Public Session that can appear on the author’s Profile, in Explore, and in search.
  • Project is the required personal or Team-owned namespace that groups related Sessions without storing source code. A Team Project keeps Team ownership whether a Session is Team-only, Link-only, or Public.
  • Team is a role-based workspace. Publishing into one of its Projects transfers control of the hosted asset to the Team; Team · name limits reading to current members, while Team Owners and Admins can change disclosure.
  • Read moves from Summary to conversation, tools, files, and net diff.
  • Resume / Fork creates new agent-native work with visible lineage.
  • Withdraw makes the current hosted copy return 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.

What Spool Includes

  • Session sharing — publish Claude Code and Codex CLI Sessions publicly by default, with Link-only fallback for Gemini CLI, OpenCode, and Pi
  • Readable Session pages — Summary, conversation, tool activity, touched files, diff, and record deep links
  • Native continuation — materialize Claude Code and Codex CLI shares locally and continue them in their original agent format
  • Sensitive-data checks — detect likely credentials, tokens, personal data, and local paths before sharing
  • Local preparation — collect and organize Claude Code, Codex CLI, Gemini CLI, OpenCode, and Pi Sessions before deciding what to share
  • Agent access — use the bundled Spool skill or JSON CLI output from any shell-capable agent
  • Public identity and Discovery — author Profiles, Explore/search, Public Sessions, and continuation lineage
  • Team workspaces — Owner, Admin, and Member roles; invitations; member-only Sessions; and explicit disclosure controls

Share Stack

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.

Development

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

License

MIT

Trademark

“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.

常见问题

What is spool?

spool is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by spool-lab. Your local AI session library. Collects sessions from Claude Code, Codex CLI, Gemini CLI (and more) — browsable and ⌘K-searchable. It has 531 GitHub stars.

Is spool safe to use?

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.

How do I install spool?

Clone the repository with "git clone https://github.com/spool-lab/spool" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is spool written in?

spool is primarily written in TypeScript. It is open-source under spool-lab on GitHub, so you can review or fork the full source.

Are there alternatives to spool?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情