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

@aiassesstech/missioncontrol

v0.1.18

Published

ANET-AGI-001 Mission Control — AI agent orchestration dashboard. One command to manage agent fleets, tasks, costs, and workflows.

Readme

@aiassesstech/missioncontrol

ANET-AGI-001 Mission Control — the agent orchestration dashboard for managing AI agent fleets.

One command to start a full-featured dashboard with task management, real-time monitoring, cost tracking, and multi-gateway orchestration. Zero external dependencies — runs on SQLite, ships as a single Node.js server.

Quick Start

# Install globally
npm install -g @aiassesstech/missioncontrol

# Initialize configuration
missioncontrol init

# Edit credentials
nano ~/.missioncontrol/.env

# Start the dashboard
missioncontrol start

# Open http://localhost:3000

Or use npx without installing:

npx @aiassesstech/missioncontrol start --foreground

Commands

| Command | Description | |---------|-------------| | missioncontrol start | Start the server (background) | | missioncontrol start -f | Start in foreground | | missioncontrol stop | Stop the running server | | missioncontrol status | Show server status | | missioncontrol init | Create ~/.missioncontrol/.env template | | missioncontrol logs | Show recent log output | | missioncontrol logs --follow | Tail logs in real time | | missioncontrol version | Print version |

Configuration

All configuration is done via environment variables. Run missioncontrol init to create a template at ~/.missioncontrol/.env.

| Variable | Default | Description | |----------|---------|-------------| | PORT | 3000 | Server port | | AUTH_USER | admin | Admin username | | AUTH_PASS | — | Admin password | | API_KEY | — | API key for headless access | | OPENCLAW_STATE_DIR | ~/.openclaw | OpenClaw state directory | | OPENCLAW_CONFIG_PATH | — | Path to openclaw.json | | MISSIONCONTROL_HOME | ~/.missioncontrol | Config and data root |

What You Get

  • 28 panels — Tasks, agents, logs, tokens, memory, cron, alerts, webhooks, pipelines, and more
  • Real-time updates — WebSocket + SSE push, smart polling
  • Zero external deps — SQLite database, single process, no Redis/Postgres required
  • Role-based access — Viewer, operator, and admin roles
  • Multi-gateway — Connect to multiple agent gateways simultaneously
  • 66 REST API endpoints — Full CRUD for agents, tasks, webhooks, pipelines, and more
  • Cost tracking — Token usage with per-model breakdowns

Requirements

  • Node.js 20+ (required for better-sqlite3 native module)
  • macOS, Linux, or Windows (WSL recommended on Windows)

Docker Alternative

If you prefer Docker:

git clone https://github.com/spehargreg/compsi.git
cd compsi/apps/mission-control
docker compose up -d

Part of ANET-AGI-001

Mission Control is the fleet management layer of the Compsi AI safety and compliance platform. It serves as the "glass cockpit" for monitoring and orchestrating AI agent operations.

License

MIT — GiDanc AI LLC