ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

memphis-super

🧠 Memphis Super-Agent v3.6.0 MVP - 100% Memphis Core for OpenClaw Complete Memphis 3.6.0 integration: - ALL chains (journal, ask, decisions, vault, trade, graph, reflection, ingest, ops, adr) - Semantic search & embeddings - Multi-provider LLM routing - Onboarding wizard (--clean, --nuclear) - Auto-detection (questions/decisions/insights) - Session markers (start/end) - Knowledge graph - MCP server Auto-detects: - Questions → ask block (with semantic search) - Decisions → decisions block (conscious) - Insights → journal block - Session end → summary block Perfect for: ALL OpenClaw agents seeking complete memory + cognitive powers Quick start: /memphis status

skill-install — Terminal

Install via CLI (Recommended)

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

Memphis Super-Agent v3.6.0 MVP

🧠 Complete Memphis 3.6.0 integration - One skill to rule them all

This skill provides 100% of Memphis 3.6.0 core functionality to OpenClaw agents, with smart auto-detection and automatic memory capture.


🎯 What This Skill Does

Automatic Detection:

When agent receives user message, skill automatically detects intent:

  1. Questions → memphis ask (semantic search + answer)
  2. Decisions → memphis decide (store decision)
  3. Insights → memphis journal (store learning)
  4. Session End → memphis journal (summary)

Manual Commands:

All Memphis 3.6.0 CLI commands available via /memphis prefix:

/memphis status              # Health check + chains
/memphis journal "$text"      # Journal entry
/memphis ask "$question"        # Ask with search
/memphis recall "$query"       # Semantic search
/memphis decide "T" "C"       # Record decision
/memphis decisions            # List decisions

🧠 Auto-Detection Rules

1. Questions (→ ask block)

Triggers:

  • "Co postanowiÅ‚em", "jak", "czy", "kiedy", "ile"
  • "co zrobiÅ‚eÅ›", "pamiÄ™tasz", "co powiedziaÅ‚eÅ›"
  • "?" at end of sentence
  • Keywords: "pytanie", "zapytanie", "recall", "remember"

Auto-executes:

memphis ask "$query" --tags question,$context

Examples:

User: "Co postanowiłem o projekcie?"
→ memphis ask "Co postanowiłem o projekcie?"

User: "Pamiętasz co mówiłem o X?"
→ memphis ask "co powiedziałeś o X"

User: "Jakie masz decyzje?"
→ memphis ask "jakie masz decyzje"

2. Decisions (→ decisions block)

Triggers:

  • "postanowiÅ‚em", "wybraÅ‚em", "zdecydowaÅ‚em", "decyzja"
  • "zrobiÄ™ X", "idÄ™ w Y", "bÄ™dÄ™ Z"
  • Keywords: "decision", "choice", "wybór"

Auto-executes:

memphis decide "$title" "$choice" -r "$reason" --tags decision,$context

Examples:

User: "Postanowiłem się na TypeScript."
→ memphis decide "Język projektu" "TypeScript" -r "Faster dev cycle"

User: "Zdecydowałem się na local-first."
→ memphis decide "Architektura" "local-first" -r "Privacy and control"

3. Insights (→ journal block)

Triggers:

  • "uczyÅ‚em siÄ™", "zauważyÅ‚em", "zrozumiaÅ‚em"
  • "Ważne:", "Uwaga:", "ZapamiÄ™taj:"
  • Patterns discovered, lessons learned

Auto-executes:

memphis journal "$insight" --tags insight,$context

Examples:

User: "Uwaga: qwen3.5:2b działa najlepiej dla kodu."
→ memphis journal "Uwaga: qwen3.5:2b działa najlepiej dla kodu." --tags insight,models

User: "Zauważyłem, że lokalna pamięć jest kluczowa."
→ memphis journal "Zauważyłem, że lokalna pamięć jest kluczowa." --tags insight,philosophy

4. Session Markers (→ journal block)

Auto-triggers:

  • Session start (agent loads skill)
  • Session end (explicit or implicit)
  • Context switch (project change)

Auto-executes:

# Start
memphis journal "Session started: $description" --tags session,start

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

Tags

#memphis#memory#brain#ai#agent#semantic-search#decisions#vault#graph#mcp#onboarding#embeddings#llm-routing#local-first#privacy#productivity#knowledge-management#decision-tracking#auto-detection#session-management#cognitive-engine
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.