Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @trumppo Updated 6/28/2026 2,000 downloads 1 stars Security: Pass

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

ClawHub CLI
openclaw skills install @trumppo/search-memory
Node.js (npx)
npx clawhub@latest install search-memory

Full SKILL.md

Open original
Metadata table.
namedescription
search-memoryLocal-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

  1. Build/update index (incremental cache):
scripts/index-memory.py
  1. Search the index:
scripts/search-memory.py "your query" --top 5

Notes

  • Index includes MEMORY.md plus memory/**/*.md.
  • Cache lives under memory/cache/.
  • Search uses keyword scoring + recency boost (last 30/90 days).
ClawHub Registry URL: https://clawhub.ai/trumppo/skills/search-memory

Related skills

If this matches your use case, these are close alternatives in the same category.