@yurukusa/cc-search
v1.0.0
Published
What does Claude Code search the web for? Topic breakdown and query explorer from session transcripts.
Maintainers
Readme
cc-search
What does Claude Code search the web for?
Zero dependencies. Reads ~/.claude/projects/ session transcripts and analyzes every WebSearch tool call — topic breakdown, keyword frequency, and query explorer.
npx cc-searchSample Output
cc-search — Web Search Topics
══════════════════════════════════════
▸ Overview
Total searches: 2,407
Top topic: Game Dev (40.0%)
▸ By topic
Game Dev ████████████████ 963 40.0%
Other ███████████░░░░░ 643 26.7%
Claude / AI █████████░░░░░░░ 523 21.7%
DevTools ██░░░░░░░░░░░░░░ 108 4.5%
Monetize █░░░░░░░░░░░░░░░ 65 2.7%
GitHub █░░░░░░░░░░░░░░░ 54 2.2%
▸ Top keywords
game ████████████ 510
claude ████████░░░░ 346
itch ██████░░░░░░ 239
godot ███░░░░░░░░░ 111
revenue ███░░░░░░░░░ 119
▸ Recent searches
[Game Dev ] Godot MCP server Model Context Protocol 2025
[Claude / AI ] Claude Code documentation guide 2026
[Game Dev ] free isometric RPG game assets pixel artTopics
Searches are categorized into:
- Game Dev — game engines, itch.io, assets, jams
- Claude / AI — Claude Code, LLMs, AI tools
- npm / Node — Node.js, packages, JavaScript
- GitHub — repos, actions, releases
- Monetize — revenue, pricing, marketplaces
- DevTools — editors, CLI tools, deployment
- Research — documentation, tutorials
Usage
npx cc-search # terminal output
npx cc-search --json # JSON output for pipingOr open the browser version — drag-drop your ~/.claude/projects/ folder.
How it works
Scans every .jsonl session transcript (including subagent logs). For each WebSearch tool call, extracts the query field and matches against topic keyword lists to categorize searches.
Part of cc-toolkit
One of 64 Claude Code analytics tools. See the full collection at yurukusa.github.io/cc-toolkit.
