Skip to content

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.

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.

> build on last month's caching discussion

Spool will return matching fragments with source attribution (which session, which platform), and your agent will use them as context.

A standalone spool CLI is also under development, which will allow any agent or script to search the Spool index from the terminal.

  1. Your agent sends a search query to Spool
  2. Spool searches the local SQLite index (Claude sessions, Codex sessions, Gemini sessions, connector data)
  3. Matching fragments are returned with source metadata
  4. Your agent incorporates the context into its response