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

brainplex

v0.2.1

Published

Bundler + Configurator for the Vainplex OpenClaw Plugin Suite

Readme

🧠 Brainplex

One command to install and configure the entire Vainplex OpenClaw Plugin Suite.

npm License: MIT GitHub

npx brainplex init

What it does

Brainplex scans your OpenClaw environment, installs the core plugin suite, generates sensible default configs, and wires everything into your openclaw.json — in under 60 seconds.

Plugins installed

| Plugin | Description | |--------|-------------| | Governance | Trust scores, night mode, credential guard, rate limiting, response gate | | Cortex | Thread tracking, decision tracking, boot context | | Membrane | Episodic memory buffer | | Leuko | Health monitoring | | Knowledge Engine | Semantic search, entity extraction (--full only) |

Usage

# Install + configure core plugins
npx brainplex init

# Include optional plugins (knowledge-engine)
npx brainplex init --full

# Preview without making changes
npx brainplex init --dry-run

# Specify config path
npx brainplex init --config /path/to/openclaw.json

# Show verbose npm output
npx brainplex init --verbose

# Disable color output
npx brainplex init --no-color

What happens

🧠 Brainplex v0.2.0 — OpenClaw Plugin Suite Setup

🔍 Scanning environment...
   ✓ Found openclaw.json at ~/.openclaw/openclaw.json
   ✓ Detected 3 agents: main, forge, cerberus
   ✓ Workspace: ~/.openclaw/
   ✓ Node.js v22.22.0

📦 Installing plugins...
   ✓ @vainplex/[email protected]
   ✓ @vainplex/[email protected]
   ✓ @vainplex/[email protected]
   ✓ @vainplex/[email protected]

⚙️ Configuring plugins...
   ✓ openclaw-governance — config.json written
     Trust: main=60, forge=45, cerberus=50, *=10
     Night mode: 23:00–06:00 (Europe/Berlin)
   ✓ openclaw-cortex — config.json written
   ✓ openclaw-membrane — config.json written
   ✓ openclaw-leuko — config.json written

   ✓ openclaw.json updated (backup: openclaw.json.bak)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✓ Done! 4 plugins installed, 4 configured.

👉 Restart your gateway to activate:
   openclaw gateway restart

Trust Score Heuristic

Brainplex assigns initial trust scores based on agent naming conventions:

| Pattern | Score | Rationale | |---------|-------|-----------| | admin, root | 70 | Administrative agents | | main | 60 | Primary conversation agent | | review, cerberus | 50 | Review agents | | forge, build | 45 | Build agents | | Other named agents | 40 | Default | | * (wildcard) | 10 | Unknown agents |

Safety

  • Never overwrites existing configs — skips with warning
  • Never modifies existing openclaw.json entries — only adds new ones
  • Always backs up openclaw.json before changes (openclaw.json.bak)
  • Never restarts the gateway — prints instruction for user
  • Never sends telemetry — zero network calls except npm install
  • Idempotent — safe to run multiple times

Requirements

  • Node.js >= 22.0.0
  • An existing openclaw.json (auto-detected or specified with --config)

Zero Dependencies

Brainplex uses only Node.js builtins (fs, path, child_process, os). No runtime dependencies.

Part of the Vainplex OpenClaw Suite

github.com/alberthild/vainplex-openclaw

| Plugin | Description | |--------|-------------| | Governance | Policy engine, trust, approval, redaction | | Cortex | Conversation intelligence | | Membrane | Episodic memory | | Leuko | Health monitoring | | Knowledge Engine | Entity extraction |

License

MIT © Albert Hild