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
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/elathoxu-crypto/memphis-cognitiveMemphis 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-elathoxu-crypto-memphis-cognitive": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
solopreneur-assistant
AI Chief of Staff for solo businesses ā inbox triage, task prioritization, revenue tracking, decision journals, opportunity scoring, and weekly reviews.
Meeting Brief Copilot
Turn people, companies, agendas, notes, and email threads into consulting-style meeting briefs, sharp questions, follow-up emails, and action items.
feishu-memory-recall
Cross-group memory, search, and event sharing for OpenClaw Feishu agents
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
ressemble
Text-to-Speech and Speech-to-Text integration using Resemble AI HTTP API.