Installation

clawhub install trumppo/search-memory

Summary

Index local memory files and run fast keyword search with recency boost.

SKILL.md

Search Memory

Overview

Index local memory files and run fast keyword search with recency boost.

Quick Start

  1. Build/update index (incremental cache):
bash
scripts/index-memory.py
  1. Search the index:
bash
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).

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.