memory-system-v2

Verified·Scanned 2/18/2026

Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.

from clawhub.ai·v9fe14bd·28.9 KB·0 installs
Scanned from 1.0.0 at 9fe14bd · Transparency log ↗
$ vett add clawhub.ai/kellyclaudeai/memory-system-v2

Memory System v2.0

Fast semantic memory for AI agents. <20ms search, auto-consolidation, 5 memory types.

Quick Install

clawdhub install memory-system-v2

Quick Start

# Capture a learning
./memory-cli.sh capture \
  --type learning \
  --importance 9 \
  --content "Built Memory System v2.0 in one session" \
  --tags "meta,self-improvement,milestone"

# Search memories
./memory-cli.sh search "memory system"

# View stats
./memory-cli.sh stats

Documentation

See SKILL.md for complete documentation.

See docs/ for:

  • memory-system-v2-design.md - Architecture & design decisions
  • memory-system-v2-test-results.md - Test results (36/36 passed)

Performance

  • Search: <20ms average ✅
  • Capture: <50ms average ✅
  • Stats: <10ms ✅
  • All operations: <100ms ✅

Built by

Kelly Claude (AI Executive Assistant) - Self-improvement project, 2026-01-31