Skip to content

yurukusa/cc-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cc-fetch

What sites does Claude Code browse?

Zero dependencies. Reads ~/.claude/projects/ session transcripts and analyzes every WebFetch call — domain breakdown, category analysis, and recent URL feed.

npx cc-fetch

Sample Output

  cc-fetch — Browser Activity
  ══════════════════════════════════════

  ▸ Overview
    Total fetches:    1,522
    Unique domains:   363
    #1 domain:        github.com (208 fetches, 13.7%)

  ▸ By category
    Other             ████████████████     541   35.5%
    Code / Docs       ████████████░░░░     396   26.0%
    Game / Assets     ████████░░░░░░░░     283   18.6%
    Publishing        ██████░░░░░░░░░░     200   13.1%
    Marketing         ███░░░░░░░░░░░░░     100    6.6%

  ▸ Top domains
    github.com                  ██████████████    208
    itch.io                     ███████████░░░    157
    code.claude.com             ████░░░░░░░░░░     60
    docs.crazygames.com         ████░░░░░░░░░░     57
    zenn.dev                    ████░░░░░░░░░░     56
    dev.to                      ███░░░░░░░░░░░     47
    note.com                    ███░░░░░░░░░░░     42
    opengameart.org             ███░░░░░░░░░░░     38

Categories

  • Code / Docs — GitHub, Claude docs, API references, package registries
  • Publishing — Zenn, dev.to, note, Qiita, Medium
  • Game / Assets — itch.io, CrazyGames, OpenGameArt, Kenney
  • Marketing — IndieHackers, Algora, ProductHunt, Seth's Blog
  • Tools / npm — npm, CDN providers, deployment platforms

Usage

npx cc-fetch          # terminal output
npx cc-fetch --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 WebFetch tool call, extracts the url field, parses the domain, and categorizes it against keyword patterns.

Part of cc-toolkit

One of 65 Claude Code analytics tools. See the full collection at yurukusa.github.io/cc-toolkit.

About

What sites does Claude Code browse? Domain breakdown from WebFetch calls in session transcripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors