Skip to content

yurukusa/cc-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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-search

Sample 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 art

Topics

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 piping

Or 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.

About

What does Claude Code search the web for? Topic breakdown and query explorer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors