
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@spool-lab/cli
Advanced tools
Command-line interface for [Spool](https://spool.pro) — search your AI sessions from the terminal.
Command-line interface for Spool — search your AI sessions from the terminal.
npm install -g @spool-lab/cli
This gives you the spool command.
spool search <query> # Full-text search across all AI sessions
spool search "auth" --json # Output as JSON
spool search "bug" -n 5 # Limit results
spool search "fix" --since 7d # Only recent sessions
spool list # List recent sessions
spool list -s opencode -n 10 # Filter by source
spool list --json # Output as JSON
spool show <uuid> # Print full session content
spool show <uuid> --json # Output as JSON
spool status # Show index stats (session count, DB size)
spool projects # List projects, grouped across sources
spool projects spool # List sessions in a project (by name or identity)
spool projects spool -n 50 # Limit how many sessions are shown
spool projects spool --json # Output as JSON
A project query matches its name or identity key — an exact name wins over partial matches, and ambiguous queries list the candidates so you can refine.
spool pin <uuid> # Pin a session to the top of your library
spool unpin <uuid> # Remove a session from the pinned list
spool pinned # List pinned sessions
spool pinned --json # Output as JSON
Pins are shared with the Spool desktop app — pinning here surfaces the session in the app's library on its next refresh, and vice versa.
spool sync # Index new AI sessions (Claude, Codex, Gemini, OpenCode)
spool sync --watch # Keep watching for new sessions
spool doctor # Diagnose your environment, database, and config
spool doctor db.integrity # Run a single check by id
spool doctor --json # Machine-readable output
spool doctor --fix # Apply safe fixes for failing checks
spool doctor --fix --force # Also apply destructive fixes
All data is stored locally in ~/.spool/:
spool.db — SQLite database with sessions and messagesMIT
Spool™ is a trademark of TypeSafe Limited. The MIT License covers the source code only and does not grant permission to use the Spool name or logo.
FAQs
Command-line interface for [Spool](https://spool.pro) — search your AI sessions from the terminal.
The npm package @spool-lab/cli receives a total of 37 weekly downloads. As such, @spool-lab/cli popularity was classified as not popular.
We found that @spool-lab/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.