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

@lycdev/openclaw-memory

v0.4.2

Published

OpenClaw memory plugin with markdown source-of-truth and LanceDB primary retrieval

Downloads

65

Readme

OpenClaw Memory

Privacy-first memory enhancement for OpenClaw.

OpenClaw Memory turns local memory from a hidden background behavior into a visible, manageable workspace. It keeps Markdown as the source of truth, uses a local vector index for fast retrieval, and adds setup, audit, health, and governance layers that feel like a real product instead of a plugin demo.

Screenshots

Overview

Overview

Library

Library

Audit

Audit

Settings

Settings

What It Does

  • Stores explicit memories with Markdown + local index dual-write
  • Captures high-confidence implicit memories for identity, preference, project, and instruction signals
  • Uses hybrid retrieval with vector, keyword, recency, and optional rerank
  • Adds strength, pinning, confirmation, suspicious-audit, and source balancing
  • Gives users a built-in console to inspect, search, edit, pin, confirm, export, and delete memories
  • Verifies commercial licenses locally without sending memory data to your server

Why It Is Different

Most memory plugins stop at “store and retrieve.”

OpenClaw Memory is designed as a complete local memory workspace:

  • Local-first: memory stays on the user's machine
  • Product-grade setup: guided activation and model onboarding
  • Strong retrieval: hybrid scoring, rerank, de-duplication, source balancing
  • Trustable operations: health checks, audit flow, suspicious memory review
  • Safer memory quality: strength, pinning, confirmation, and suspicious handling

Core Surfaces

  • Overview: health, memory volume, recall volume, pinned memories, suspicious count
  • Library: search, filters, table workspace, drawer inspection, batch actions
  • Audit: suspicious-memory inbox, confirm or reject flow, activity log
  • Settings: reconfigure setup, rebuild index, export data, maintenance actions

Setup Flow

The normal setup path is intentionally short:

  1. License
  2. Model
  3. Complete

Users should not need to edit config files for the common path.

Install

Recommended npm flow:

openclaw plugins install @lycdev/openclaw-memory

Then open:

/memoryhybrid

If you distribute a tarball instead of publishing to npm:

openclaw plugins install .\openclaw-memory-<version>.tgz

Runtime URLs

  • primary page: /plugins/memory-hybrid-sync
  • aliases:
    • /memoryhybrid
    • /memory-console
    • /memory-hybrid-sync
  • install verification endpoint: /memoryhybrid/api/bootstrap

Packaging

Published artifacts are no longer meant to expose the full TypeScript source tree.

This repo now builds a minified + obfuscated runtime bundle at:

  • dist/index.js

Build it with:

npm run build

Generate customer artifacts:

powershell -ExecutionPolicy Bypass -File .\package-release.ps1

Generate customer artifacts plus npm tarball:

powershell -ExecutionPolicy Bypass -File .\package-release.ps1 -PackNpm

Publish

You still need npm and GitHub credentials on the publishing machine.

See:

Health & Tests

Health:

  • powershell -ExecutionPolicy Bypass -File .\gateway-health.ps1
  • powershell -ExecutionPolicy Bypass -File .\gateway-health.ps1 -EnsureRunning
  • powershell -ExecutionPolicy Bypass -File .\gateway-health.ps1 -Restart

Tests:

  • powershell -ExecutionPolicy Bypass -File .\smoke-test.ps1
  • powershell -ExecutionPolicy Bypass -File .\ui-smoke.ps1
  • npx -y tsx .\management-test.ts

Product Docs