npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

token-catcher

v0.1.1

Published

A tiny browser game that nudges you back the moment Claude finishes — catch the tokens, dodge the bugs.

Readme

🪙 Token Catcher

A tiny retro browser game you play while your Claude Code agent works — it nudges you back the moment Claude finishes.

What it is

You know that little stretch where your agent is off thinking, running tools, and editing files? Too short to start something real, too long to just stare at the spinner. Token Catcher fills it.

Run it, and a retro arcade game pops open in your browser: catch the falling tokens, dodge the bugs, chase a high score. When your agent finishes its work, the game pings you — so you never miss the "it's done" moment, and you never have to babysit the terminal again.

It's small and a little silly, on purpose. Turns dead time into a tiny bit of fun.

Quick start

No install needed — this works for everyone:

npx token-catcher setup   # wire it into Claude Code
# restart Claude Code so it picks up the new hooks
npx token-catcher         # play, anytime

That's it. Once setup is done, just run npx token-catcher whenever you want to play.

Optional: install globally for a shorter command

If you'd rather type token-catcher instead of npx token-catcher, you can install it globally:

npm install -g token-catcher   # on macOS you may need: sudo npm install -g token-catcher
                               # (sudo will ask for your Mac password)
token-catcher setup            # wire it into Claude Code
# restart Claude Code so it picks up the new hooks
token-catcher                  # play, anytime

The commands

| Command | What it does | | --- | --- | | token-catcher setup | One-time setup. Installs two small Claude Code hooks so the game knows when your agent starts and finishes. Restart Claude Code afterward. | | token-catcher | Launches the game in your browser. Play while the agent works — when it's done, you get the ping. | | token-catcher remove | Cleanly uninstalls the hooks. Your other Claude Code settings are left untouched. |

How it works

Token Catcher uses Claude Code hooks. setup drops two little scripts into your ~/.claude config:

  • one fires when you submit a prompt (your agent starts) → the game knows you're waiting,
  • one fires when the agent stops (your agent finishes) → the game pings you.

That's the whole trick. The game runs locally in your browser; the hooks just tell it when to start and when to celebrate. remove takes both hooks back out and leaves everything else exactly as it was.

Requirements

  • Node.js (v14 or newer)
  • Claude Code

Credits

Made by Nadine the Builder.

High score > inbox zero. 🕹️