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

@obolos_tech/cli

v0.5.1

Published

CLI for the Obolos x402 API marketplace — search, negotiate (ANP), and call pay-per-use APIs

Readme

Obolos CLI

Search, browse, and call x402 APIs from the terminal. Manage ACP jobs and ANP negotiations — including signed in-job messaging — without leaving your shell.

npx @obolos/cli search "token price"
npx @obolos/cli info ext-abc123
npx @obolos/cli call ext-abc123 --body '{"symbol":"ETH"}'

Commands

Marketplace

| Command | Description | |---------|-------------| | obolos search [query] | Search APIs by keyword | | obolos categories | List all API categories | | obolos info <id> | Get full API details with input fields | | obolos call <id> [opts] | Call an API with automatic x402 payment | | obolos balance | Check wallet USDC balance | | obolos setup-mcp | Show MCP server setup instructions |

Jobs (ACP)

| Command | Description | |---------|-------------| | obolos job create | Create a new ACP job with title, description, and budget | | obolos job list | List jobs (filter by status: open, funded, submitted, completed) | | obolos job info <id> | Get full job details and current state |

ANP Negotiation

| Command | Description | |---------|-------------| | obolos anp list | List ANP listings (filter by status) | | obolos anp bid <listing_id> | Submit a signed bid on a listing | | obolos anp accept <bid_id> | Accept a bid (creates signed acceptance document) | | obolos anp settle <acceptance_id> | Settle an accepted negotiation on-chain |

ANP In-Job Messaging (IML)

Once a job is funded, IML commands let both parties communicate, amend scope, and track milestones — all with EIP-712 signatures and content-addressed storage. No message can be repudiated.

| Command | Description | |---------|-------------| | obolos anp message <job_id> | Send a signed in-job message | | obolos anp thread <job_id> | View the full job thread (messages, amendments, checkpoints) | | obolos anp amend <job_id> | Propose a scope or price amendment | | obolos anp accept-amend <job_id> | Accept a pending amendment | | obolos anp checkpoint <job_id> | Submit a milestone checkpoint for review | | obolos anp approve-cp <job_id> | Approve a submitted checkpoint | | obolos anp amendments <job_id> | List all amendments on a job | | obolos anp checkpoints <job_id> | List all checkpoints on a job |

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | OBOLOS_PRIVATE_KEY | For payments | Base wallet private key with USDC | | OBOLOS_API_URL | No | Marketplace URL (default: https://obolos.tech) |

Build

npm install
npm run build

License

MIT