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

@owlpay/owlp-cli

v0.8.0

Published

Agent-friendly CLI for OwlPay Wallet Pro

Readme

OwlPay Wallet Pro CLI

繁體中文

Every agent deserves a wallet. A CLI wallet for humans and AI agents — keys stay local, funds stay yours. EVM, Stellar, Solana.

This repository is the public home for owlp: issue tracker, agent skill, and documentation. The CLI source is closed-source; the binary is distributed via npm.

Get Started

Three steps from zero to wallet:

1. Install

Requires Node.js >= 20.12.0.

npm install -g @owlpay/owlp-cli
owlp -V   # verify installation

2. Teach your agent

npx skills add OwlTing/owlpay-wallet-pro-cli

Works with Claude Code, Cursor, Gemini CLI, and other skill-compatible agents. Once installed, your agent knows every command, flag, and NDJSON event shape — no README deep-dive needed.

3. Onboard

owlp onboard

Creates your account (browser), wallet (terminal), and KYC record (browser) in one guided flow. After onboarding, you're ready to send and receive crypto.

owlp onboard is interactive and requires a real terminal (TTY). AI agents should use owlp auth login + owlp wallet create --json instead — see the agent skill for the full first-run checklist.

Usage

owlp balance                # Balances across all chains
owlp send --to <addr> --amount 10 --token USDC --chain stellar
owlp tx list                # Transaction history
owlp status                 # Account, wallet, and KYC readiness
owlp --help                 # All commands

Every command accepts --json for machine-readable output. Multi-step flows (send, onboard, kyc submit) stream NDJSON events.

Key Features

  • Agent-first, not agent-tolerant--json on every command, NDJSON event streams for multi-step flows, auto-detected agent mode
  • Keys never leave your machine — mnemonic generated locally, transactions signed client-side
  • One mnemonic, three chains — EVM, Stellar, Solana addresses derived from a single seed
  • Browser only when it has to — login and KYC open the browser; everything else stays in terminal

Agent Skill

The skills/ directory contains the full agent skill — command reference, JSON response shapes, onboarding flow, and common workflows. Agents read this to operate owlp autonomously.

Issues & Feedback

Please never include private keys, mnemonics, or session tokens in issues or discussions.

Contributing

See CONTRIBUTING.md for guidelines on reporting bugs, requesting features, and contributing skills.

License

Apache 2.0 — covers the skills and documentation in this repository. The owlp CLI binary is proprietary and distributed separately via npm.