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

@offwatch/cli

v0.5.0

Published

Offwatch CLI — orchestrate AI agent teams to automate dev work

Readme

What is Offwatch?

Open-source orchestration for AI agent teams

If OpenClaw is an employee, Offwatch is the team lead

Offwatch is a Node.js CLI that orchestrates a team of AI agents to automate dev work. Bring your own agents, assign tasks, and track their work from the command line.

Manage development work, not pull requests.

| | Step | Example | | ------ | --------------- | ------------------------------------------------------------------ | | 01 | Define the task | "Build a REST API for user management." | | 02 | Hire the team | Engineers, code reviewers, deployers — any bot, any provider. | | 03 | Approve and run | Review strategy. Set budgets. Hit go. Monitor from the CLI. |

If it can receive a heartbeat, it's hired.

Offwatch is right for you if

  • ✅ You want to automate development work with AI agents
  • ✅ You coordinate many different agents (OpenClaw, Codex, Claude, Cursor) toward a common goal
  • ✅ You have multiple AI agent terminals open and lose track of what everyone is doing
  • ✅ You want agents running autonomously, but still want to audit work and chime in when needed
  • ✅ You want persistent task tracking across reboots
  • ✅ You want a process for managing agents that feels like using a task manager

Features

Problems Offwatch solves

| Without Offwatch | With Offwatch | | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | | ❌ You have 20 AI agent tabs open and can't track which one does what. On reboot you lose everything. | ✅ Tasks are ticket-based, conversations are threaded, sessions persist across reboots. | | ❌ You manually gather context from several places to remind your bot what you're actually doing. | ✅ Context flows from the task up through the project — your agent always knows what to do and why. | | ❌ Folders of agent configs are disorganized and you're re-inventing task management and coordination. | ✅ Offwatch gives you task management, ticketing, delegation, and governance out of the box. | | ❌ Runaway loops waste hundreds of dollars of tokens and max your quota before you even know what happened. | ✅ Cost tracking surfaces token budgets and throttles agents when they're out. | | ❌ You have recurring jobs (maintenance, reports, deployments) and have to remember to manually kick them off. | ✅ Heartbeats handle regular work on a schedule. | | ❌ You have an idea, you have to find your repo, fire up Claude Code, keep a tab open, and babysit it. | ✅ Add a task in Offwatch. Your coding agent works on it until it's done. |

Quickstart

npm install -g offwatch
offwatch --help

Or run directly:

npx offwatch --help

CLI Commands

offwatch worktree create     # Create a new isolated worktree for agent tasks
offwatch worktree list       # List all worktrees
offwatch worktree sync       # Sync issues to worktree

Development

pnpm install
pnpm build
pnpm dev

License

MIT © 2026 Offwatch