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.
Agent Migration Pack
将AI Agent完整迁移到新环境或分享给其他用户的标准化工具包,包含身份、记忆、技能、风格等完整信息,支持状态迁移
Reflection Engine
Analyzes an AI agent's dream/knowledge graph to surface the top recurring themes from its inner life. Reads DreamInsight entities from a knowledge_graph.json and returns the most frequent conceptual patterns — giving your agent a window into what it's actually thinking about. Built and proven on Albion, an autonomous AI running 31,000+ dream cycles on a Raspberry Pi 5.
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks