Skip to content

Data Sources

Spool indexes data from two main sources: agent sessions (watched automatically) and platform data (pulled via connector plugins).

Spool watches these directories in real time:

AgentPath
Claude Code~/.claude/projects/
Claude Code (profiles)~/.claude-profiles/*/projects/
Codex CLI~/.codex/sessions/
Codex CLI (profiles)~/.codex-profiles/*/sessions/
Gemini CLI~/.gemini/tmp/*/chats/

New sessions become searchable the moment they’re written. No manual export needed.

Connector plugins pull your bookmarks, stars, and saves from various platforms to your machine. Spool indexes everything they capture.

  • Code: GitHub Stars, GitLab Stars, Bitbucket
  • Social: Twitter/X Bookmarks, Reddit Saved, Hacker News Favorites
  • Video: YouTube Likes, Bilibili Favorites
  • Reading: Substack, Medium Bookmarks, Pocket, Instapaper
  • Professional: LinkedIn Saved, Slack Bookmarks
  • Notes: Notion, Obsidian, Apple Notes
Terminal window
# Install a connector
spool connectors install twitter-bookmarks
# Sync all installed connectors
spool connectors sync

Spool indexes new data from connectors as it arrives.