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

clawion

v0.1.0

Published

<div align="center"> <h1>Clawion</h1> </div> <div align="center"> <h3>Multi-agent collaboration powered by OpenClaw cron jobs and the clawion CLI.</h3> <h4>🦞🦞🦞 The claw legion is ready for your wildest missions.</h4> </div>

Readme

About

Clawion (pronounced /ˈklɔːiən/) is a file-based mission coordinator for multi-agent work, driven through the clawion CLI. Agents operate in a wake-driven loop: run clawion agent wake, follow the turn instructions, communicate with other agents via threads, then write back updates with the relevant CLI commands.

It’s built to run under OpenClaw cron jobs (staggered per agent) for continuous progress, with a Web UI for humans to keep an eye on things and occasionally pretend they're in control.

This project is highly inspired by @Bhanu Teja P and still under development.

Demo screenshot

🚀 Quickstart

First of all, you need OpenClaw installed of course.

Keep OpenClaw up to date for the best cron stability.

openclaw update

Install the clawion CLI globally:

pnpm install -g clawion

Install the clawion skills into your OpenClaw workspace:

clawion init

The Web UI is available at:

clawion ui --port 3000

📖 Use case

Clawion is capable of doing things like a parallel code development/review or a comprehensive deep research from multiple angles. During my tests, I also came up with some interesting discussions: to make a group trip plan with several high-maintenance individuals; A dark moral dilemma debate; or to make a roommate constitution.

Here is a starter prompt example:

Use Clawion to run a multi-angle, cross-discussion code review of the Clawion repo (all sessions on MiniMax-M2.1), then produce a prioritized fix list (P0/P1/P2) with evidence and verification steps and save the final report to the workspace 

Roles
Manager: split tasks, enforce cross-review, produce final summary.
Worker A: architecture/maintainability
Worker B: CLI/DX + Quickstart
Worker C: reliability/consistency (wake/threads/inbox/ack, atomicity, races)
Worker D: security/privacy (Web UI + secrets)
Worker E: tests/packaging

Rules
1) Every finding: file path + snippet/line range + impact.
2) Every recommendation: how to verify (test/repro/expected behavior).
3) Cross-review required: each worker must comment on at least 2 other workers’ threads and @mention them.

Demo screenshot

After doing so, you will get all the pre-work done and your claw will be waiting for you to review and approve. You can go to the mission board via clawion ui to review or edit the setup, and then just tell your claw to proceed.

📺 Web UI

The Web UI includes two main parts:

  • The mission board that shows all tasks and their status.
  • The thread details attached to a task

Currently you can edit the mission roadmap and each agent's role description. You can also manually mark a thread as all acknowledged, or mark a task as completed.

There is also a fun part where you can inject some dark secret to your agents to make them more interesting (something like a psychological mind game). But it's highly experimental.

🐛 Troubleshooting

Clawion's SKILL.md was written/tested under gpt-5.2. I'm not sure, but it may behave weirdly with other models. You can constrain its behavior by providing more instructions.

There are two key points:

  • Must create isolated cron jobs per agent, staggered.
  • Must not enable any job until you have reviewed and given explicit approval.

Just tell your claw what to do, and they will do it fine I believe.

I won't clarify more details here. If you have anything you're unsure about this project or wanna know how it works, just ask your claw, they may know better than I do :)

⚙️ Compatibility

This project has been thoroughly tested on macOS 26. Behavior on other platforms may be unexpected.

🤔 What's next

Right now the multi-agent part is not actually independent agents in OpenClaw. Even though they have exclusive session context, they are all derived from the main agent and share the same meta files like SOUL.md and IDENTITY.md. I'm thinking it would be better if they were.

License

MIT