ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

memphis

πŸ”₯ Memphis - Complete AI Brain for OpenClaw Agents ALL-IN-ONE meta-package with everything you need: 🧠 Core Features: - Local-first memory chains (journal, recall, ask, decisions) - Offline LLM integration (Ollama, local models) - Semantic search with embeddings - Knowledge graph - Encrypted vault for secrets πŸš€ Cognitive Engine (Models A+B+C): - Model A: Record conscious decisions (manual) - Model B: Detect decisions from git (automatic) - Model C: Predict decisions before you make them (predictive) - 90.7% accuracy, proactive suggestions πŸ› οΈ Setup & Management: - Bootstrap wizard (5-minute setup) - Self-loop capability (Memphis uses itself) - Auto-repair system - Chain monitoring - Backup automation 🌐 Multi-Agent Network: - Campfire Circle Protocol - Share chain sync (IPFS) - Multi-agent collaboration - Agent negotiation (trade protocol) Perfect for: Individual developers, teams, researchers, entrepreneurs Quick start: clawhub install memphis && memphis init

skill-install β€” Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/elathoxu-crypto/memphis
Or

Memphis - Complete AI Brain πŸ”₯

Transform any OpenClaw agent into a fully-functional cognitive partner in 5 minutes!


⚑ What is Memphis?

Memphis = Agent + LLM + Memory Chain + DECIDE + PREDICT

A local-first AI brain with persistent memory chains, offline LLM integration, and complete cognitive capabilities (conscious, inferred, and predictive decisions).


🎯 ALL-IN-ONE Package (v3.0.0)

What's Included:

πŸ“¦ Memphis v3.0.0
β”œβ”€β”€ 🧠 Core Brain (v3.0.0)
β”‚   β”œβ”€β”€ Journal (capture memories)
β”‚   β”œβ”€β”€ Recall (semantic search)
β”‚   β”œβ”€β”€ Ask (LLM-powered Q&A)
β”‚   β”œβ”€β”€ Decisions (decision tracking)
β”‚   β”œβ”€β”€ Vault (encrypted secrets)
β”‚   β”œβ”€β”€ Graph (knowledge graph)
β”‚   └── Embeddings (vector search)
β”‚
β”œβ”€β”€ πŸš€ Cognitive Engine (v3.0.0)
β”‚   β”œβ”€β”€ Model A: Record decisions (manual)
β”‚   β”œβ”€β”€ Model B: Detect decisions (git-based)
β”‚   β”œβ”€β”€ Model C: Predict decisions (AI-powered)
β”‚   β”œβ”€β”€ Pattern learning (90.7% accuracy)
β”‚   └── Proactive suggestions
β”‚
β”œβ”€β”€ πŸ› οΈ Setup & Management (v2.0.0)
β”‚   β”œβ”€β”€ Bootstrap wizard (5-minute setup)
β”‚   β”œβ”€β”€ Self-loop capability
β”‚   β”œβ”€β”€ Auto-repair system
β”‚   β”œβ”€β”€ Chain monitoring
β”‚   └── Backup automation
β”‚
└── 🌐 Multi-Agent Network (v1.0.0)
    β”œβ”€β”€ Campfire Circle Protocol
    β”œβ”€β”€ Share chain sync (IPFS)
    β”œβ”€β”€ Multi-agent collaboration
    └── Agent negotiation

πŸš€ Quick Start (5 minutes)

1. Install (30 sec)

clawhub install memphis

2. Initialize (2 min)

# Interactive setup wizard
memphis init

# Or quick setup with identity
memphis init --identity "YourAgent" --role "Assistant" --location "localhost"

3. First Memory (1 min)

# Create your first memory
memphis journal "Hello Memphis! I'm your first memory!" --tags first,hello

# Search your memory
memphis ask "What is my first memory?" --provider ollama

4. First Decision (1 min)

# Record a conscious decision
memphis decide "Framework choice" "React" \
  --options "React|Vue|Angular" \
  --reasoning "Best ecosystem and community support" \
  --tags tech,frontend

5. Predict (30 sec)

# See predicted decisions based on patterns
memphis predict

# Enable learning mode
memphis predict --learn

βœ… Done! Memphis is ready!


🧠 Core Features

1. Memory Chains (Persistent Storage)

# Journal - Capture everything
memphis journal "Learned: TypeScript generics" --tags learning,typescript
memphis journal "Met with team about Project X" --tags meeting,project-x

# Recall - Semantic search
memphis recall "TypeScript" --top 20

# Ask - LLM-powered Q&A
memphis ask "What did I learn about TypeScript?" --provider ollama

2. Decision Tracking

# Record decision
memphis decide "Database" "PostgreSQL" \
  --options "PostgreSQL|MongoDB|SQLite" \
  --reasoning "Need ACID transactions" \
  --tags architecture,database

# View decision
memphis show decision 1

# List all decisions
memphis decisions

3. Knowledge Graph

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build β€” we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-elathoxu-crypto-memphis": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#memphis#ai#brain#cognitive#memory#agent#local-first#decisions#embeddings#semantic-search#ollama#privacy-first#developer-tools#entrepreneur#learning#predictive#multi-agent#campfire-circle
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.