Claw Kit

Persistent memory for Claude Code. Safe. Auditable. Yours.

$ git clone https://github.com/tstockham96/claw-kit.git && \
  cd claw-kit && ./setup.sh

The Problem

Claude Code forgets everything between sessions. Existing memory solutions like OpenClaw solve this but introduce serious concerns: VirusTotal flags on skill files, unofficial WhatsApp libraries, opaque databases, and always-on daemons running in the background. You deserve persistent AI memory without trading away transparency or control.

Features

Everything you need, nothing you don't

Persistent Identity

Name, personality, and voice that carry across every session.

Semantic Memory Search

BM25 + optional vector search over your memory files.

Auto-Memory

AI proactively remembers your preferences, corrections, and decisions.

Daily Journals

Automatic session logs so you can review what happened and when.

People & Projects

Track relationships and project state across conversations.

Citations

(Source: file#line) so you can verify every claim.

Telegram Bridge

Chat with your AI over Telegram using the official Bot API.

Fully Auditable

Markdown is the source of truth. No opaque databases, ever.

Security

Transparent by design

Claw Kit OpenClaw
Runtime Nothing runs unless you start it Always-on gateway daemon
Messaging Official Telegram Bot API Unofficial WhatsApp library (Baileys)
Memory Plaintext markdown + rebuildable search index Opaque SQLite database
Auth Telegram bot token + user allowlisting Your personal WhatsApp session token
Code Every file readable, no compiled code VirusTotal flags on skill files
Data Copy your memory/ folder anywhere, git-versioned Locked in SQLite

How It Works

Three steps. That's it.

1

Run setup

Interactive setup asks your name, preferences, and AI personality.

./setup.sh
2

Start Claude Code

Launch Claude Code and run /status to see what it knows.

claude
3

Just work

Memory builds automatically as you chat. Preferences, decisions, corrections — all saved to plaintext markdown you can read, edit, or version control.

Quick Start

Get started in 30 seconds

Clone, setup, go.

# Clone the repo
git clone https://github.com/tstockham96/claw-kit.git ~/Desktop/claw-kit

# Enter the directory
cd ~/Desktop/claw-kit

# Run interactive setup
./setup.sh