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

@trlc/super-memory

v1.3.11

Published

Super Memory CLI - AI-powered persistent memory by The Red Lobster Cartel

Downloads

1,681

Readme

🦞 Super Memory CLI

Never forget a conversation again.

AI-powered persistent memory with end-to-end encryption and cloud sync. Works with OpenClaw and any LLM workflow.

Installation

npm install -g @trlc/super-memory

Quick Start

# Initialize with your license key
super-memory init --license=XXXX-XXXX-XXXX-XXXX

# Save a memory (encrypted locally + cloud)
super-memory save "Fixed CORS by adding proxy middleware" --category=problem

# Search your memories
super-memory search "cors error"

# Sync across devices (encrypted)
super-memory sync

# Check status
super-memory status

Commands

Sync with Smart Tracking

super-memory sync

Bidirectional sync with intelligent duplicate prevention:

  • Upload: New local memories → Cloud (skips already synced)
  • Download: New cloud memories → Local
  • Smart tracking: Adds <!-- synced: timestamp --> markers to local files
  • No duplicates: Already synced memories are automatically skipped

How it works:

  1. First sync: Uploads all local memories → marks with \u003c!-- synced: ... --\u003e
  2. Save new memories: Added to local file (no marker)
  3. Next sync: Uploads only NEW memories → skips marked ones

Pro tip: Set up a cron job to run sync automatically every few hours.

Command Reference

| Command | Description | |---------|-------------| | init | Initialize with license key | | save | Save a memory (local + encrypted cloud) | | search | Search memories semantically | | sync | Bidirectional sync (smart tracking, no duplicates) | | status | Show license, local/cloud stats, sync status | | index-update | Update MEMORY_INDEX.md + auto-curate | | curate | Auto-curate memories to MEMORY.md | | flush | Save critical context before compaction | | maintenance | Run weekly review and get suggestions |

Web Dashboard

Access your memories from any device:

https://redlobstercartel.ai/super-memory/dashboard

Features:

  • 🔐 Secure login with session tokens (24h)
  • 🔒 End-to-end encryption (AES-256)
  • 🔍 Search and filter by category
  • 📊 Activity log and security summary
  • 🌐 Access from any device

Security & Privacy

End-to-End Encryption

  • AES-256-CBC encryption for all cloud data
  • PBKDF2 key derivation from your license key
  • Client-side encryption: Data encrypted before transmission
  • Zero-knowledge: We cannot read your memories

Security Features

  • Rate limiting: 60 requests/minute
  • Memory size limit: 10KB per entry
  • Memory count limit: 1,000 per user
  • Session tokens with 24h expiration
  • Complete audit logging
  • Multi-tenant isolation

Categories

| Category | Emoji | Use For | |----------|-------|---------| | gotcha | 🔴 | Traps, pitfalls to avoid | | problem | 🟡 | Problems and their fixes | | decision | 🟤 | Important decisions made | | discovery | 🟣 | New learnings, insights |

Architecture

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│   Local     │────▶│  Encrypted  │◀────│   Web       │
│   (.md)     │     │   Cloud     │     │  Dashboard  │
│             │◀────│  (Convex)   │────▶│             │
└─────────────┘     └─────────────┘     └─────────────┘
       │                   │                   │
       ▼                   ▼                   ▼
  Always accessible    Encrypted at rest    Decrypted in
  (offline capable)    (zero-knowledge)     browser only

Pricing

| Plan | Price | Features | |------|-------|----------| | Monthly | $19/month | Unlimited memories, cloud sync, dashboard | | Lifetime | $190 one-time | Unlimited memories, cloud sync, dashboard, all future updates |

OpenClaw Integration

Super Memory is designed to work with OpenClaw:

@super-memory save "your memory" --category=discovery
@super-memory search "query"
@super-memory sync

Documentation

  • 📖 Installation Guide: https://redlobstercartel.ai/super-memory/install
  • 🌐 Web Dashboard: https://redlobstercartel.ai/super-memory/dashboard
  • 🦞 Landing Page: https://redlobstercartel.ai/super-memory

Links

  • 🌐 Website: https://redlobstercartel.ai/super-memory
  • 📧 Support: [email protected]
  • 📦 npm: https://www.npmjs.com/package/@trlc/super-memory

🦞 The Red Lobster Cartel - Never forget a conversation again.