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

clawd-pet

v1.2.0

Published

Clawd - a pixel art desktop pet that reacts to your Claude Code sessions

Readme

Clawd

A pixel art desktop pet that reacts to your Claude Code sessions in real-time.

Clawd sits on your screen, watches your mouse, and responds to what Claude Code is doing. When idle, it dances occasionally and eventually falls asleep. When Claude finishes, a speech bubble streams the response with markdown rendering.

Install

npm install -g clawd-pet

Usage

clawd                    # Launch (auto-installs hooks + statusLine)
clawd name <name>        # Name your pet
clawd name               # Show current name
clawd debug              # Cycle through all animations (for testing)
clawd upgrade, -u        # Upgrade to latest version
clawd uninstall          # Remove hooks and statusLine
clawd -v, --version      # Show version
clawd -h, --help         # Show help

States & Animations

| Claude Code Event | Pet State | Animation | |---|---|---| | User sends prompt | thinking | Head bob + thought bubbles | | Tool use (few calls) | typing | Nodding + floating keycaps | | Tool use (3+ calls) | building | Shaking + hammer + pixel blocks | | Task/plan tools | planning | Looking side to side + clipboard | | Tool use failure | error | Shaking + smoke + "ERROR" text | | Sub-agent (1) | juggling | Swaying + orbiting orbs | | Sub-agents (2+) | conducting | Waving + baton + mini friends | | Permission/notification | alert | Jumping + exclamation mark | | Context compaction | sweeping | Swaying + broom + dust | | Worktree create | carrying | Walking + "GIT" box | | Claude finishes | done | Jump + sparkles + speech bubble | | Idle ~25-40s | dancing | Bouncing + sparkles + music notes | | Idle ~50s | sleeping | Sinks down with floating z's |

Interactions

  • Click - Jump! (or wake up if sleeping)
  • Drag - Pick up and carry Clawd around (pivots from grab point)
  • Right-click - Menu (rename, hide, quit)
  • Ctrl+Shift+P - Toggle visibility

Speech Bubble

When Claude finishes responding, a speech bubble streams the response character by character with full markdown support (code blocks, bold, lists, links). Click the X to dismiss early, or let it auto-hide after 8 seconds.

Food Bar

The food bar shows your real Claude 5-hour rate limit remaining via statusLine integration. Green when plenty left, yellow when getting low, red when critical.

How it works

  1. clawd installs hooks in ~/.claude/settings.json for 12+ session events
  2. Hooks write state to /tmp/claude-pet-state, the Electron app polls it
  3. A statusLine script reads real rate limit data for the food bar
  4. The Stop hook captures last_assistant_message for the speech bubble
  5. Idle timers handle dance and sleep behaviors

Development

git clone https://github.com/ddx-510/clawd-pet
cd clawd-pet
npm install
npm start

# Test all animations
node bin/clawd.js debug

Uninstall

clawd uninstall          # Remove hooks + statusLine from settings
npm uninstall -g clawd-pet

License

MIT