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
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/elathoxu-crypto/memphis-superMemphis 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:
- Questions →
memphis ask(semantic search + answer) - Decisions →
memphis decide(store decision) - Insights →
memphis journal(store learning) - 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
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-super": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
designer-intelligence-station
Designer intelligence collection tool. Monitors 46 public sources (AI/hardware/mobile/design), dynamic quality-based filtering v2.1.8, generates structured daily/weekly reports. All data stored locally.
obsidian-cli
Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.