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

@lock-in-lab/walnut-openclaw

v0.1.0

Published

ALIVE structured context management for OpenClaw

Readme

@alivecomputer/openclaw

Alpha — skills and hooks load, tool schemas need work. Tracking issue →

Structured context management for OpenClaw. One plugin, three tiers — from manual context to full engine ownership.

Your AI agent forgets what matters. Lossless-claw preserves tokens. ALIVE preserves meaning.

What it does

ALIVE organizes your projects, ventures, and life areas into walnuts — self-contained units of context with their own state, history, tasks, and captured content. Everything lives in markdown files on your machine. Any agent that can read files can read a walnut.

The plugin gives your OpenClaw agent structured tools for reading, writing, and routing context — plus an overnight consolidator that mines your conversations and files the meaningful bits automatically.

Install

openclaw plugins install @alivecomputer/openclaw

Then run /alive:init in any channel to set up your world.

Three Tiers

Tier 1: Skills (default)

Manual mode. Zero LLM cost. You drive.

  • /alive:init — set up your world
  • /alive:world — dashboard with health signals
  • /alive:load — load project context into session
  • /alive:capture — route content to the right place
  • /alive:find — search across all projects

8 tools available to your agent: alive_read_walnut, alive_list_walnuts, alive_capture, alive_write_draft, alive_write_log, alive_update_state, alive_create_capsule, alive_search_archive.

Tier 2: Companion

The overnight consolidator. Works alongside lossless-claw.

Your agent chats all day. At 2am, the consolidator mines the conversation history and files decisions, tasks, people updates, and captures to the right walnuts. Morning briefing includes walnut health signals.

~5-10 API calls per night. Enable with /alive:upgrade.

Tier 3: Full Engine

ALIVE owns your context lifecycle. Replaces default compaction.

Instead of compressing old messages into summaries, ALIVE extracts what matters and files it to walnuts. The walnut brief pack becomes your historical context. Optional SQLite archive keeps raw messages searchable.

1 API call per compaction. Enable with /alive:upgrade.

The ALIVE Framework

Five domains. Every piece of context fits into exactly one.

01_Archive      Everything that was. Still searchable.
02_Life         Personal. Goals, people, health. The foundation.
03_Inputs       Buffer. Route out within 48 hours.
04_Ventures     Revenue intent. Your job, clients, business.
05_Experiments  Testing grounds. Might become a venture.

Based on Tiago Forte's PARA, rebuilt for AI context management.

Cross-Platform

If you also use Claude Code with the ALIVE plugin, both runtimes read and write to the same walnut files. OpenClaw captures throughout the day. Claude Code does focused work. Same files, zero sync.

Config

{
  "plugins": {
    "entries": {
      "alive": {
        "enabled": true,
        "config": {
          "worldPath": "~/.openclaw/workspace/world",
          "mode": "skills",
          "topicDetection": true,
          "consolidation": {
            "schedule": "0 2 * * *"
          }
        }
      }
    }
  }
}

Requirements

  • OpenClaw 2026.3.7+
  • Node.js 22+
  • lossless-claw (optional, for Tier 2 companion mode)

License

MIT