Search Memory OpenClaw Plugin & Skill | ClawHub
Looking to integrate Search Memory into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
Local-first memory search and indexing for Openclaw. Use when you need to (1) index memory files, (2) search memory from the CLI, or (3) wire a slash command for memory lookup.
Install
openclaw skills install @trumppo/search-memorynpx clawhub@latest install search-memoryFull SKILL.md
Open original| name | description |
|---|---|
| search-memory | Local-first memory search and indexing for Openclaw. Use when you need to (1) index memory files, (2) search memory from the CLI, or (3) wire a slash command for memory lookup. |
SKILL.md content below is scrollable.
Search Memory
Overview
Index local memory files and run fast keyword search with recency boost.
Quick Start
- Build/update index (incremental cache):
scripts/index-memory.py
- Search the index:
scripts/search-memory.py "your query" --top 5
Notes
- Index includes
MEMORY.mdplusmemory/**/*.md. - Cache lives under
memory/cache/. - Search uses keyword scoring + recency boost (last 30/90 days).