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

nowledge-mem-omp

v0.1.0

Published

Cross-tool memory for OMP. Inject Nowledge Mem context, sync OMP threads, and save what matters.

Readme

Nowledge Mem for OMP

Cross-tool memory for OMP. Your decisions, preferences, and procedures persist across sessions and across every AI tool you use.

What You Get

OMP gains a native extension plus five skills:

  • Completed OMP conversations sync into Nowledge Mem as searchable threads
  • Context Bundle or Working Memory is injected at startup when available
  • Search, thread lookup, and distillation stay available through skills and the nmem CLI
  • Remote Mem works through shared nmem client config or NMEM_API_URL / NMEM_API_KEY

Prerequisites

  1. Nowledge Mem desktop app running, or a remote server.
  2. nmem CLI in your PATH:
nmem status

Install

omp plugin install nowledge-mem-omp

For local development:

omp plugin link /path/to/community/nowledge-mem-omp-plugin

Verify

Start an OMP session and check connectivity:

check my Nowledge Mem status

Then have a short OMP exchange and check recent threads:

nmem t list --source omp -n 5

To confirm startup context injection, start a new OMP session and ask what Nowledge Mem context was provided. OMP should reference the injected Context Bundle or Working Memory without needing to run the read-working-memory skill again.

Import Older OMP Sessions

The extension keeps new OMP conversations synced automatically. To backfill sessions that happened before you installed the package, preview and then import:

nmem t sync --from omp --limit 20
nmem t sync --from omp --apply

This command reads local OMP JSONL sessions from the OMP machine and uploads normalized threads through the configured Mem API. It is safe to rerun.

Customize without editing the package

Use your project's own OMP instruction surface, such as project .omp/AGENTS.md or the normal OMP config files, as the override layer.

  • Keep the package skills as shipped defaults
  • Copy or merge the package AGENTS.md into your project config area if you want durable team guidance
  • Do not patch installed package files under the OMP plugin cache

Troubleshooting

nmem not found: Install or update the Nowledge Mem CLI, then confirm nmem status works in the same shell that launches OMP.

Server not running: Start the Nowledge Mem desktop app, or run nmem serve on your server.

Remote setup: Prefer nmem config client set url ... and nmem config client set api-key ..., or set NMEM_API_URL and NMEM_API_KEY for the OMP process.

Links