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

openclaw-quest

v0.1.1

Published

RPG-style observability dashboard for OpenClaw agents — packaged as a native OpenClaw plugin.

Downloads

233

Readme

Openclaw-Quest

RPG-style observability dashboard for OpenClaw agents, packaged as a native OpenClaw plugin.

Your agent's activity shows up as quests, workflows, skills, and bag drops — a knowledge-map replaces raw logs, an NPC tavern replaces a chat history, and a cycle runner drafts new quests from recent task labels. Read-only over your ~/.openclaw tree (never writes there); state persists under ~/.openclaw/quest/.

Install

openclaw plugins install openclaw-quest
openclaw gateway restart
openclaw quest

The openclaw quest CLI opens the dashboard in your browser. The backend boots as a gateway service on 127.0.0.1:8420 when the gateway starts; it's killed when the gateway stops.

Requirements

  • OpenClaw >= 2026.4.20
  • Bun >= 1.1 (backend runtime; the plugin spawns it as a child process)

What you get

  • World Map — workflow domains as continents, discovered through your activity
  • Knowledge panel — SubRegionGraph with skill nodes per workflow, populated by an LLM classifier
  • Guild board — accept/complete/fail quests; LLM drafts new ones when the board is empty
  • Bag — every quest completion drops a research-note scroll you can reopen later
  • Tavern — 5 NPCs (Guild Master, Cartographer, Quartermaster, Bartender, Sage) with portraits, replying through openclaw agent
  • Feedback loop — thumbs up/down on events feeds back into the cycle's workflow sentiment

Configuration

All knobs are set on the plugin entry in openclaw.plugin.json and read from the gateway config. Defaults work out of the box; the most commonly tuned ones:

| Key | Default | Purpose | | ---------------------------- | -------------- | ----------------------------------------- | | port | 8420 | Backend HTTP + WebSocket port | | host | 127.0.0.1 | Bind address | | cycleEnabled | false | Auto-run the quest cycle on a timer | | cycleAgentId | main | Agent ID passed to openclaw agent | | cycleThinking | minimal | Thinking level for cycle narration | | cycleLlmTimeoutSec | 90 | Cap per LLM call | | autoStart | true | Spawn the backend when the gateway boots |

Credits

Fork of hermes-quest by @nemoaigc (MIT). The source layout, panel designs, and quest-cycle mechanics are Nemo's; this fork retargets it to OpenClaw, rewrites the backend from Python/FastAPI to TypeScript/Bun/Fastify, and ships it as a single-command plugin install.

Links

  • Source: https://github.com/MotherSphere/openclaw-quest
  • Issues: https://github.com/MotherSphere/openclaw-quest/issues
  • OpenClaw plugin docs: https://docs.openclaw.ai/cli/plugins

License

MIT.