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

zyr-cli-agent

v1.0.8

Published

Autonomous terminal Agent Mind powered by ZYR 4 Beast.

Readme

ZYR CLI Agent

Autonomous terminal Agent Mind powered by ZYR 4 Beast. Install it globally, run zyr, and give it a task in your project directory.

Install

npm install -g zyr-cli-agent

Usage

zyr
zyr "fix the failing tests"
zyr --dir ./app "add a health check endpoint"
zyr --model zyr-4-beast --auto-approve "format and build this project"
zyr update

In interactive mode, press Ctrl+P to open the model menu. After choosing a model, the effort menu opens with low, medium, high, and deep thinking.

Press Ctrl+Y at the prompt to toggle Allow for me. When it is on, risky tools run without asking for each approval.

The Agent Mind answers casual greetings directly and avoids inspecting ZYR CLI Agent internals by default.

SL Sub-Agents

For broad codebase exploration, the Agent Mind can launch read-only SL sub-agents automatically. Ask where are the sub-agents? or what did the sub-agents find? to get their status.

API Key

On first launch, the CLI prompts for your ZYR API key and saves it under ~/.zyr-cli-agent/config.json.

You can also set ZYR_API_KEY for one command.

Safety

File writes, edits, deletes, directory creation, shell commands, and git commits ask for approval by default. Use --auto-approve only inside trusted projects.