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

minionsai

v0.1.18

Published

Mission Control for Hermes Agent — a Kanban board for autonomous agent tasks

Downloads

3,044

Readme

Minions

Mission Control for Hermes Agent

Hermes Agent is powerful, but running real work on it means juggling terminal sessions, losing track of which job finished, and manually checking on long-running tasks. The more you delegate, the harder it gets to manage.

Minions gives you one screen to create, supervise, and review autonomous Hermes Agent work.

Hosted access option on Agent37.

Screenshots

Kanban board of tasks

New task creation screen

Quick Start

Prerequisites: Node.js 18+ and Hermes Agent

npx minionsai

Open http://localhost:6969.

Local sqllite db is created on first run and state lives in ~/.minions/

Check the installed version:

minions --version
npm view minionsai version

The Settings page also shows the version of the running Minions server.

Features

  • Kanban board: see every task at a glance: in progress, in review, done
  • Autonomous execution: describe what you want in chat, walk away; the agent decides how to get it done
  • Automatic review queue: successful agent runs move cards to ready for review
  • Live streaming: watch tool calls, reasoning, and responses in real time
  • Human-in-the-loop: agents propose completion; you verify and close. Nothing moves to done without your sign-off
  • Per-task model control: override model and reasoning effort on any task
  • Scheduled Tasks: create and manage recurring Hermes jobs, history, and output
  • File browser: see files agents have created in the workspace directory
  • Local-first option: self-host with SQLite, no account, and no cloud dependency. Your local data stays on your machine

How It Works

Each task is a persistent Hermes root session. You talk to it, it works, and the board reflects where everything stands. Chat transcripts live in Hermes's session database; Minions stores task metadata, status, and per-task settings in a local SQLite database.

Who It's For

  • Hermes power users juggling multiple sessions across projects
  • Indie founders delegating research, ops, writing, and coding to their agent
  • Anyone running long-lived Hermes work who needs to know what finished, what's stuck, and what needs attention

Roadmap

  • Scheduled task supervision: automatically monitor, recover, and report on scheduled agent jobs
  • Notifications: get alerted via Telegram, WhatsApp, or webhook when a task needs review
  • Skills library: pluggable skill templates for common workflows (lead gen, web research, content pipelines, data collection, competitive monitoring, outbound sequences)
  • OpenClaw adapter: run Minions against OpenClaw-hosted agents

FAQ

Can I use this with other agents? Not yet. The adapter interface exists, but launch is Hermes-only. OpenClaw is next.

Contributing

Contributions are welcome. Please open an issue first with the feature or change you have in mind and why it should be added. Once the approach is approved, create a PR. See CLAUDE.md for architecture and development details.