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

mindkeeper-openclaw

v0.3.2

Published

OpenClaw plugin for mindkeeper: auto-snapshot, diff, and rollback for agent context files

Readme

mindkeeper-openclaw

Time Machine for Your AI's Brain — OpenClaw plugin that gives your AI version control for agent context files.

Every change to AGENTS.md, SOUL.md, MEMORY.md, memory/**/*.md, and skills/**/*.md can be tracked automatically. Your AI can inspect history, compare versions, create checkpoints, and guide rollback safely.

Why Use It

This is the best experience if you want your AI to inspect history, show diffs, create checkpoints, and guide rollback in natural language:

  • Natural-language history — ask your AI what changed and when
  • Preview-first rollback — inspect the diff before restoring a file
  • Named checkpoints — create safety points before risky edits
  • Background snapshots — watcher starts with Gateway
  • LLM-powered commit messages — reuse your existing OpenClaw model and auth settings

Install

Option 1 — Install the plugin directly

openclaw plugins install mindkeeper-openclaw

Then restart your Gateway once.

On startup, the plugin mirrors its built-in mindkeeper skill into <workspace>/skills/mindkeeper/ (OpenClaw's standard workspace skills path) so new sessions can find the bootstrap instructions even if no separate ClawHub skill was installed.

Option 2 — Install the skill and let the AI guide setup

clawhub install mindkeeper

On first use, the AI checks whether mindkeeper-openclaw is available. If it is missing, the AI asks for your confirmation before installing the plugin and before restarting Gateway. If automatic restart is unavailable, it tells you to restart Gateway manually.

Talk to Your AI

Once installed, ask in natural language:

  • "What changed in SOUL.md recently?"
  • "Compare my current AGENTS.md to last week's version"
  • "Roll back SOUL.md to yesterday"
  • "Save a checkpoint called 'perfect-personality' before I experiment"

Agent Tools

| Tool | What It Does | |------|--------------| | mind_history | Browse change history for one file or all tracked files | | mind_diff | Compare two versions with a unified diff | | mind_rollback | Preview rollback first, then execute after confirmation | | mind_snapshot | Create named checkpoints before risky changes | | mind_status | Show what files are tracked and what is pending |

OpenClaw CLI

openclaw mind status
openclaw mind history SOUL.md
openclaw mind snapshot stable-v2

Requirements

  • Node.js >= 22
  • OpenClaw with Gateway running

Troubleshooting

  • If a fresh /new session says the plugin is missing right after install, restart Gateway once and retry. Some OpenClaw flows do not expose plugin tools or the built-in skill until startup finishes.
  • If tools still do not appear, verify that mindkeeper-openclaw is enabled in your OpenClaw config and that mind_status, mind_history, mind_diff, mind_rollback, and mind_snapshot are allowed tools.

Commit Messages

OpenClaw Plugin mode is currently the only mode that supports LLM-generated commit messages. If no supported model or API key is available, mindkeeper falls back to template messages automatically.

Links

License

MIT