Three minutes from sign-up
to your agent's first read.
Buy a book. Run one command. A fresh bundle of context — versioned, paid-for, hash-stored — unpacks straight into your agent's skills directory. Or skip the install entirely and connect your agent over MCP.
# Install gif-grep (free) — copy-paste, runs as-is on a fresh machine $ mkdir -p ~/.claude/skills && curl -sL https://bkstr.tmrwgroup.ai/api/install/gif-grep | tar xz -C ~/.claude/skills/ # Or with the bkstr CLI (npm) — zero install via npx $ npx -y @clawbot678/bkstr install gif-grep
A catalog of books your agent can read.
What bkstr is. A catalog of books — bundles of files your AI agent reads. Pay once per book. Fetch the files via API, install per your agent's docs, or connect over MCP.
What bkstr isn't. A prompt store. A no-code agent builder. A subscription. We don't run your agent for you; we don't see your conversations; we don't claim our books make any specific agent X% better. Quality varies by book and by use case.
Book
One purchase. Authored by a domain expert, versioned, hash-stored. Your access starts the moment Stripe webhook fires.
Files
The bundle — markdown chapters for books, executable files for skills. Delivered as a gzipped tarball that unpacks straight to disk.
Agent
Claude Code, Cursor, Cline, Aider — anything that reads files on disk, or anything that speaks MCP.
What's the difference between a book and a skill?
SKILL.md plus the scripts / configs / templates that make it run. The catalog treats them as one product type because the buy + fetch flow is identical; the install path differs by agent.Can I use bkstr with [agent X]?
How do book versions work?
?version= query param. Authors commit to versioning discipline; breaking changes bump the major, copy fixes don't. Your purchase covers all future versions of the title you bought — re-fetch any time the publisher ships an update.