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

@geekbeer/minion

v4.12.0

Published

AI Agent runtime for Minion - manages status and skill deployment on VPS

Readme

[!IMPORTANT] This package is the agent runtime for Minion, GeekBeer's AI agent platform. It is intended to run on a Minion-managed host (provisioned via the HQ dashboard) and is not designed for standalone use.

@geekbeer/minion

AI agent runtime that runs on a Minion host (Lightsail VPS, Docker container, or self-hosted machine). It exposes a local HTTP API on port 8080, syncs heartbeats and skills with the HQ server, and runs Claude Code–based workflows and routines via tmux (Linux/macOS) or node-pty (Windows).

Supported platforms: Linux (systemd / supervisord), Windows (NSSM service + WSL), macOS (launchd).

Documentation

Full documentation lives at https://docs.minion-agent.com. Start here:

Japanese documentation is available at https://docs.minion-agent.com/ja/.

Install

Most users do not install this package manually — the HQ dashboard provisions hosts automatically. For self-hosted setups:

npm install -g @geekbeer/minion

Then follow the self-hosting guide to register the host with your HQ workspace.

CLI

minion-cli setup --user <USERNAME>     # Install dependencies and register services (Linux/macOS, run as root)
minion-cli configure --hq-url ... --minion-id ... --api-token ...
minion-cli start | stop | restart | status
minion-cli health | diagnose | daemons
minion-cli set-status <status> [task]
hq <subcommand>                        # HQ API helper (notes, threads, tasks, memories, etc.)

On Windows the equivalents are exposed as minion-cli-win and hq-win; on macOS as minion-cli-mac and hq-mac. See the provisioning guide for end-to-end setup.

Environment Variables

| Variable | Description | |----------|-------------| | HQ_URL | HQ server URL (leave empty for standalone mode) | | API_TOKEN | Bearer token for HQ and local API authentication | | MINION_ID | UUID assigned by HQ on provisioning | | AGENT_PORT | Local agent API port (default 8080) | | MINION_USER | System user that owns the agent process |

License

This software is licensed under the Elastic License 2.0 (SPDX: Elastic-2.0).

Copyright (c) 2026 GeekBeer Co., Ltd.