Agent Integration
Spool is designed to work with AI coding agents. Once the integration is ready, your agent will be able to search your personal data — past sessions, bookmarks, stars — without leaving your workflow. Session indexing already supports Claude Code, Codex CLI, and Gemini CLI.
Planned: Claude Code skill
Section titled “Planned: Claude Code skill”A /spool skill for Claude Code is in progress. It will let your agent search past sessions and pull matching context directly into the current conversation.
Example (planned)
Section titled “Example (planned)”> build on last month's caching discussionSpool will return matching fragments with source attribution (which session, which platform), and your agent will use them as context.
Planned: CLI integration
Section titled “Planned: CLI integration”A standalone spool CLI is also under development, which will allow any agent or script to search the Spool index from the terminal.
How it will work
Section titled “How it will work”- Your agent sends a search query to Spool
- Spool searches the local SQLite index (Claude sessions, Codex sessions, Gemini sessions, connector data)
- Matching fragments are returned with source metadata
- Your agent incorporates the context into its response