Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Hybrid memory strategy combining OpenClaw's built-in vector memory with Graphiti temporal knowledge graph. Use when you need to recall past context, answer temporal questions ("when did X happen?"), or search memory files. Provides decision framework for when to use memory_search vs Graphiti.
Hybrid memory strategy combining OpenClaw's built-in vector memory with Graphiti temporal knowledge graph. Use when you need to recall past context, answer temporal questions ("when did X happen?"), or search memory files. Provides decision framework for when to use memory_search vs Graphiti.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Two memory systems, each with different strengths. Use both.
Question TypeToolExampleDocument contentmemory_search"What's in GOALS.md?"Curated notesmemory_search"What are our project guidelines?"Temporal factsGraphiti"When did we set up Slack?"ConversationsGraphiti"What did the user say last Tuesday?"Entity trackingGraphiti"What projects involve Alice?"
Semantic search over markdown files (MEMORY.md, memory/**/*.md). memory_search query="your question" Then use memory_get to read specific lines if needed.
Search for facts with time awareness: graphiti-search.sh "your question" GROUP_ID 10 Log important facts: graphiti-log.sh GROUP_ID user "Name" "Fact to remember" Common group IDs: main-agent โ Primary agent user-personal โ User's personal context
When answering questions about past context: Temporal questions โ Check Graphiti first Document questions โ Use memory_search Uncertain โ Try both, combine results Low confidence โ Say you checked but aren't sure
Add to your AGENTS.md: ### Memory Recall (Hybrid) **Temporal questions** ("when?", "what changed?", "last Tuesday"): ```bash graphiti-search.sh "query" main-agent 10 Document questions ("what's in X?", "find notes about Y"): memory_search query="your query" When answering past context: check Graphiti for temporal, memory_search for docs. ## Setup Full setup guide: https://github.com/clawdbrunner/openclaw-graphiti-memory **Part 1: OpenClaw Memory** โ Configure embedding provider (Gemini recommended) **Part 2: Graphiti** โ Deploy Docker stack, install sync daemons
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.