Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and browse past conversation history across all sessions. Use when recalling prior work, finding old discussions, resuming dropped threads, or when th...
Search and browse past conversation history across all sessions. Use when recalling prior work, finding old discussions, resuming dropped threads, or when th...
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.
Search through past OpenClaw session transcripts (JSONL files in ~/.openclaw/agents/*/sessions/).
# Search for conversations about a topic python3 scripts/search_sessions.py "gclid pipeline error" # List recent sessions python3 scripts/search_sessions.py --list --days 3 # Search specific agent's history python3 scripts/search_sessions.py "flight monitor" --agent main # Wider time range python3 scripts/search_sessions.py "quantum encryption" --days 30 --max-results 5
Run search_sessions.py with the user's query terms to find relevant sessions Use sessions_history tool with the sessionKey to pull full context from a match If sessions_history doesn't work (old/closed sessions), read the JSONL file directly with read Summarize what was found โ don't dump raw transcripts
User says "remember when we discussed X?" or "we talked about Y last week" Resuming a thread that isn't captured in memory files Finding a decision, code snippet, or error from a past session Cross-referencing what was said vs what's in MEMORY.md
Also check memory_search first โ it indexes session transcripts too Combine both: memory_search for semantic matching, search_sessions.py for keyword/exact matching The script searches user AND assistant messages JSONL path format: ~/.openclaw/agents/{agent_id}/sessions/{session_uuid}.jsonl
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.