ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Memphis Cognitive Engine

🧠 Memphis Cognitive Engine - Complete AI Memory System Transform your OpenClaw agent into a cognitive partner with: - Model A: Record conscious decisions (manual) - Model B: Detect decisions from git (automatic) - Model C: Predict decisions before you make them (predictive) - Advanced: TUI, Knowledge Graph, Reflection, Trade Protocol, Multi-Agent Sync Production-ready with 100% working commands (17/17), zero bugs. āš ļø IMPORTANT: This is a META-PACKAGE (documentation only). Memphis CLI must be installed separately. Quick start: clawhub install memphis-cognitive

skill-install — Terminal

Install via CLI (Recommended)

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

Memphis Cognitive Engine v3.7.2

šŸ“¢ IMPORTANT: This is the MAIN Memphis skill

āœ… ONLY MEMPHIS-COGNITIVE IS ACTIVELY MAINTAINED

Other Memphis skills on ClawHub (memphis, memphis-bootstrap, memphis-brain, memphis-super) are DEPRECATED.
Please use this skill only: clawhub install memphis-cognitive


šŸŽ‰ PRODUCTION READY - 100% WORKING, ZERO BUGS!

Status (2026-03-05 02:03 CET):

  • āœ… 17/17 commands working (100%)
  • āœ… Zero critical bugs
  • āœ… All advanced features tested
  • āœ… Multi-agent network operational
  • āœ… Binary builds available (Linux, macOS, Windows)
  • āœ… Consolidated to single skill (2026-03-05)

⚔ Installation (5 minutes)

āš ļø IMPORTANT: This skill is a META-PACKAGE. Memphis CLI must be installed separately.

Step 1: Install Memphis CLI (4 min)

# Option 1: One-liner (RECOMMENDED)
curl -fsSL https://raw.githubusercontent.com/elathoxu-crypto/memphis/main/install.sh | bash

# Option 2: Manual
git clone https://github.com/elathoxu-crypto/memphis.git ~/memphis
cd ~/memphis
npm install && npm run build
npm link  # Or: npm run install-global

# Option 3: From npm (when published)
npm install -g @elathoxu-crypto/memphis

Step 2: Install ClawHub Skill (1 min)

clawhub install memphis-cognitive

Step 3: Initialize (30 sec)

memphis init  # Interactive setup wizard

āœ… Done! Memphis is ready! šŸŽ‰


šŸš€ Quick Start (5 minutes)

1. First Decision (30 sec)

memphis decide "Use TypeScript" "TypeScript" -r "Better type safety"

2. Ask Memory (30 sec)

memphis ask "Why did I choose TypeScript?"

3. Search Memory (30 sec)

memphis recall "typescript"

4. Advanced: Knowledge Graph (30 sec)

memphis graph build --limit 50
memphis graph show --stats

5. Advanced: Reflection (30 sec)

memphis reflect --daily

āœ… Memory system operational!


🧠 The 3 Cognitive Models

Model A: Conscious Decisions (Manual)

Speed: 92ms average (frictionless capture)

# Full syntax
memphis decide "Database choice" "PostgreSQL" \
  -r "Better JSON support" \
  -t tech,backend \
  --scope project

# Frictionless (92ms)
memphis decide-fast "use TypeScript"

Model B: Inferred Decisions (Automatic)

Accuracy: 50-83% confidence

# Analyze last 30 days
memphis infer --since 30

# Interactive mode
memphis infer --prompt --since 7

Model C: Predictive Decisions (Predictive)

Accuracy: 78% average (improves over time)

# Learn patterns (one-time setup, needs 50+ decisions)
memphis predict --learn --since 90

# Get predictions
memphis predict

# Proactive suggestions
memphis suggest --force

# Track accuracy
memphis accuracy

šŸš€ Advanced Features (v3.6.2)

1. TUI Dashboard

Interactive terminal UI for monitoring

memphis tui

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-cognitive": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#cognitive#decisions#ai#memory#agent#local-first#polska#productivity#knowledge-management#semantic-search#chain-memory#decision-tracking#ollama#privacy-first#developer-tools#entrepreneur#learning#predictive#pattern-recognition#proactive-suggestions#tui#knowledge-graph#reflection#multi-agent
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.