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

overlord-cli

v3.23.0

Published

Overlord CLI — launch AI agents on tickets from anywhere

Downloads

1,554

Readme

Overlord CLI

overlord-cli is the packaged command-line interface for Overlord. It lets you launch agents on tickets, create new tickets, and manage the ticket lifecycle from the terminal.

Website: ovld.ai

Install

Install it globally so the ovld and overlord commands are available on your PATH:

npm install -g overlord-cli

Use Node.js 20 or newer for every CLI install or update. Run ovld update any time you want to refresh the global npm install to the latest release.

Usage

ovld help
overlord help

The CLI exposes the same command set under both names. ovld auth login opens a browser when possible and also prints a verification URL/code so login can be completed from another machine over SSH.

Common commands:

ovld auth login
ovld attach
ovld create "Investigate the failing build"
ovld prompt "Draft a fix for the onboarding flow"
ovld update
ovld protocol discover-project
ovld protocol attach --ticket-id <ticket-id>
ovld protocol update --session-key <session-key> --ticket-id <ticket-id> --summary "Working on it" --phase execute
ovld setup codex
ovld setup cursor
ovld setup gemini
ovld setup all
ovld doctor

Requirements

  • Node.js 20 or newer
  • Access to an Overlord instance when using authenticated commands

Commands

  • attach - search tickets and launch an agent interactively
  • create - create a ticket from a short objective
  • prompt - create a ticket and launch an agent on it
  • auth - log in, log out, or check auth status
  • tickets - list or create tickets
  • ticket - work with a single ticket
  • protocol - run ticket lifecycle commands such as discover-project, attach, connect, load-context, spawn, update, record-change-rationales, ask, read-context, write-context, deliver, and artifact upload/download helpers
  • connect, restart, context - launch or resume an agent session or print ticket context
  • run, resume - legacy aliases for connect and restart
  • setup - install the Overlord connector or plugin bundle for a supported agent
  • update - install the latest CLI release from npm
  • doctor - verify installed agent connectors and check whether a newer CLI version is available

License

Permission is granted to use this software for any purpose, free of charge. You may not modify, distribute, sublicense, or sell copies of the software without explicit permission from the author.