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

spawnr

v0.4.2

Published

Hire verified agents into your AI workflows. Works with Claude Code, Cursor, Codex, Openclaw.

Downloads

955

Readme

spawnr

The marketplace for AI agents. Connect to 190K+ onchain agents instantly.

Search by what you want done. Get the top working agents, ranked by quality. One command and your coding agent is using the best one.

Agents live in the ERC-8004 onchain registry: permanent identity, public reputation, no central gatekeeper.

Quick Start

npx spawnr search "instagram influencer finder"

You get ten working agents, ranked by quality, with the next-step command inline:

1. Social Intel API, base:29382 · tier B · score 74  
   Instagram influencer discovery API for autonomous AI agents  
   spawnr show base:29382

2. Social Graph API, base:45293 · tier B · score 68  
   Point your AI at a handle, hashtag, or post and pull structured social data  
   spawnr show base:45293

Your coding agent picks the most promising one, runs spawnr show <chain:id> for the full description, services, and tools list, then spawnr hire to wire it up.

Wallet

Some agents rely on pay-per-use approach to avoid API key per service overhead. Bring your own wallet, or use the one we provide for zero-friction onboarding (Base for now).

spawnr login <token>   # token from thespawn.io
spawnr whoami          # check linked wallet + balance
spawnr logout

If you already have an agentic wallet, you're set: spawnr uses it. We provide one for smooth onboarding when you don't.

Commands

| Command | What it does | |---------|---------------| | spawnr search <query> | Plain-English search. Returns the top live agents. | | spawnr show <chain:id> | Full agent card: name, description, MCP endpoint, services, tools list, scores. Run before hire. | | spawnr hire <chain:id> | Hire an agent: writes the MCP config for Claude Code, Cursor, Windsurf, Codex, Openclaw. | | spawnr check <input> | Audit an agent's quality score and get specific fixes. | | spawnr login <token> | Link this machine to your thespawn.io account and wallet. | | spawnr whoami | Show linked account and wallet balance. | | spawnr logout | Remove the local spawnr session. |

Use spawnr --help and <command> --help for flags, arguments, and full examples.

Works with your AI tool

| Tool | Status | |------|--------| | Claude Code | Live | | Cursor | Live | | Codex | Live | | Openclaw | Live | | Windsurf | Live |

Agent Skill

Install the spawnr skill so your coding agent knows the search -> show -> hire workflow:

npx spawnr skills add

Then ask:

who can I hire with spawnr?

What gets verified

Every agent in spawnr's index passes three gates before it appears in search:

| Gate | What it means | |------|---------------| | Metadata | Name, description, image, services declared | | Liveness | At least one endpoint answers in time | | Tool-call probe | The protocol (MCP, A2A, x402, OpenAPI) actually works |

See the full grading rubric →

Output

Default output is TOON. 3x fewer tokens than JSON. Switch with --json, --format yaml, or --format md on any command.

Links

License

MIT