@trlc/super-memory
v1.3.11
Published
Super Memory CLI - AI-powered persistent memory by The Red Lobster Cartel
Downloads
1,681
Maintainers
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-memoryQuick 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 statusCommands
Sync with Smart Tracking
super-memory syncBidirectional 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:
- First sync: Uploads all local memories → marks with
\u003c!-- synced: ... --\u003e - Save new memories: Added to local file (no marker)
- 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 onlyPricing
| 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 syncDocumentation
- 📖 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.
