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
instagram-search
Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find influencers, track hashtags, analyze engagement, and export data. No Instagram API or Meta developer account needed — works through Xpoz MCP.
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.
astrai-inference-router
Route all LLM calls through Astrai for 40%+ cost savings with intelligent routing and privacy controls
lead-generation
Lead Generation — Find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by 1.5B+ indexed posts via Xpoz MCP.
cherry-mcp
HTTP bridge that keeps MCP servers alive and exposes them via REST. Built for OpenClaw agents that need MCP tools without native MCP support.