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

unofficial-catapi-cli

v0.2.0

Published

Unofficial CLI for The Cat API — search cat images, browse breeds, vote, and more

Readme

unofficial-catapi-cli

Unofficial CLI for The Cat API. Made with api2cli.dev.

Note: This is a community-maintained project and is not officially affiliated with or endorsed by The Cat API.

Install

npx api2cli install thecatapi

This clones the repo, builds the CLI, links it to your PATH, and installs the AgentSkill to your coding agents.

Usage

unofficial-catapi-cli auth set "your-api-key"
unofficial-catapi-cli auth test
unofficial-catapi-cli --help

Get a free API key at https://thecatapi.com/signup

Resources

images

| Command | Description | |---------|-------------| | unofficial-catapi-cli images search | Search random cat images | | unofficial-catapi-cli images search --limit 5 --has-breeds | Search with filters | | unofficial-catapi-cli images list | List your uploaded images | | unofficial-catapi-cli images get <id> | Get a specific image | | unofficial-catapi-cli images upload <file> | Upload a cat image | | unofficial-catapi-cli images delete <id> | Delete an uploaded image |

breeds

| Command | Description | |---------|-------------| | unofficial-catapi-cli breeds list | List all cat breeds | | unofficial-catapi-cli breeds get <id> | Get breed details (e.g. abys, beng) | | unofficial-catapi-cli breeds search <query> | Search breeds by name | | unofficial-catapi-cli breeds facts <id> | Get facts about a breed |

favourites

| Command | Description | |---------|-------------| | unofficial-catapi-cli favourites list | List favourited images | | unofficial-catapi-cli favourites create --image-id <id> | Add to favourites | | unofficial-catapi-cli favourites delete <id> | Remove from favourites |

votes

| Command | Description | |---------|-------------| | unofficial-catapi-cli votes list | List your votes | | unofficial-catapi-cli votes create --image-id <id> --value 1 | Upvote an image | | unofficial-catapi-cli votes delete <id> | Delete a vote |

facts

| Command | Description | |---------|-------------| | unofficial-catapi-cli facts list | Get random cat facts | | unofficial-catapi-cli facts list --limit 10 | Get multiple facts |

Global Flags

All commands support: --json, --format <text|json|csv|yaml>, --verbose, --no-color, --no-header