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

@nuro-finance/cli

v0.2.0

Published

Nuro CLI. Agentic finance, orchestrated from your terminal.

Readme

@nuro-finance/cli

Nuro CLI - agentic finance, orchestrated from your terminal.

The neo-bank where your AI agents work for you. 23 chains via LayerZero V2 + Circle CCTP. Visa rails. x402 native. Watched by Mythos.

Install

npm install -g @nuro-finance/cli

Requires Node 18+. Single-file ESM bundle, zero post-install scripts.

Quick start

nuro init             # welcome + sign-up link
nuro docs             # open the Skills catalog
nuro dashboard        # open your dashboard
nuro register-agent   # register an agent connector (preview)

Commands (v0.1.0)

| Command | Description | |---|---| | nuro init | Welcome message, prints next steps, opens app.nuro.finance | | nuro docs | Opens the Skills catalog (/skills) in your browser | | nuro dashboard | Opens your Nuro dashboard in your browser | | nuro register-agent | Preview the agent-registration flow (interactive in v0.2.0) | | nuro --help | Print all commands | | nuro --version | Print the CLI version |

Roadmap

v0.2.0 - Authenticated commands:

  • nuro auth login - device-code flow, stores token in ~/.nuro/credentials
  • nuro auth status - show logged-in state
  • nuro register-agent - wires through to POST /api/connectors/agent for real
  • nuro agents list - list your registered agents
  • nuro agents revoke <id> - kill an agent connector

v0.3.0 - Wallet ergonomics:

  • nuro wallet status - balances across all chains
  • nuro wallet transactions - recent activity
  • nuro topup <agent> <amount> - fund agent budgets via card or USDC

v1.0.0 - Production:

  • Shell completions (bash / zsh / fish / pwsh)
  • nuro card status / nuro card freeze
  • nuro markets * for prediction-market data
  • Stable JSON output for scripting (--json on every list command)

Links

  • Marketing site: https://app.nuro.finance
  • Skills catalog (docs): https://app.nuro.finance/skills
  • Agents page: https://app.nuro.finance/agents
  • Smart contracts: https://app.nuro.finance/contracts
  • Issues: https://github.com/RichardTheBruce/nuro-cli/issues

License

MIT - see LICENSE.