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

create-kyvern-agent

v0.2.0

Published

Scaffold a Solana agent wired to a Kyvern vault, pay.sh, and a KAST-funded card payout. One command, real on-chain enforcement out of the box.

Readme

create-kyvern-agent

One command. Working AI agent with on-chain spending controls.

npx create-kyvern-agent my-agent
cd my-agent
npm install
cp .env.example .env    # paste your vault details
npm run agent           # watches Solana Explorer fill up

What you get

A self-contained TypeScript project wired to a Kyvern vault:

  • @kyvernlabs/sdk's OnChainVault pre-configured against the deployed kyvern_policy program on Solana devnet
  • Sample agent that demonstrates allowed, blocked (policy), and blocked (cap) behaviors — every call produces a real Solana tx you can click on Explorer
  • .env.example with every slot you need
  • LangChain / Claude Agent SDK integration recipe in the generated README

Why

Shipping an agent that moves money on Solana is three days of yak-shaving:

  • Squads multisig wiring
  • Spending-limit delegation
  • USDC ATA creation
  • Fee-payer airdrops
  • CPI account orderings
  • Error-code parsing

create-kyvern-agent skips all of that. The deployed program does the work; the scaffold just shows you where to put your agent's logic.

Source

github.com/shariqazeem/kyvernlabs

License

MIT