{
  "markdown": "# Promptbook — Claude Code Plugin\n\n> ⚠️ **DEPRECATED (June 2026).** This plugin is no longer maintained and won't receive new features. Use the bash install instead — same tracking, always current: `bash <(curl -sL https://promptbook.gg/setup.sh)` — see [DEPRECATED.md](DEPRECATED.md) for the 30-second migration.\n\nBuild better. See your progress. Post the proof.\n\nTrack prompts, tokens, and build time automatically. Every Claude Code session becomes shareable progress on [promptbook.gg](https://promptbook.gg) — verified stats, no self-reporting.\n\n## Install\n\n```\n/plugin marketplace add promptbookgg/claude-code-plugin\n/plugin install promptbook\n```\n\nThen run `/promptbook:setup` to connect your account.\n\n## What it tracks\n\n- Prompt count\n- Token usage (input, output, cache)\n- Build time\n- Lines changed\n- Primary language\n\nNo source code or prompt content is ever sent. See the Privacy section below for exactly what is sent.\n\n## How it works\n\nThe plugin registers four Claude Code hooks:\n\n| Event | What it does |\n|---|---|\n| **SessionStart** | Creates a session file, loads recent context |\n| **UserPromptSubmit** | Counts prompts |\n| **PostToolUse** | Counts lines changed, tracks file types |\n| **SessionEnd** | Finalizes stats, submits to promptbook.gg |\n\nAfter each session, you'll see a link to your progress. Customize the title, summary, and screenshot on the web — then share it.\n\n## Privacy\n\n**What is sent to promptbook.gg:** session ID, project name, model, timestamps, prompt count, token counts, build time, lines changed, language, file extension counts (e.g. `{ts: 5, css: 2}`), and tool usage counts (e.g. `{Edit: 12, Read: 8}`).\n\n**What is never sent:** source code, prompt content, file contents, file paths, or your working directory.\n\nThe plugin also generates a short title and summary by calling Claude Haiku through your own Claude credentials — this goes to Anthropic (same as any Claude Code usage), never to Promptbook.\n\nYou can audit everything: the hooks are right here in this repo.\n\n## Alternative install\n\nIf you prefer a one-command setup without the plugin system:\n\n```bash\nbash <(curl -sL promptbook.gg/setup.sh)\n```\n\n## Links\n\n- [promptbook.gg](https://promptbook.gg)\n- [Discover](https://promptbook.gg) — see what others are building\n- [Setup](https://promptbook.gg/setup) — browser-based setup flow\n",
  "bytes": 2345,
  "sha": "124b2594fd0a87fc79ba1bb2ab631c956042c1382d8757e273efbbf38ab4ca68",
  "repo_slug": "promptbookgg/claude-code-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_promptbookgg_claude_code_plugin_promptbo_bd0efe5c/readme"
}