返回 Skill 列表
extension
分类: 开发与工程无需 API Key

search-memory

Openclaw的本地优先记忆搜索与索引。适用于需要:(1)索引记忆文件,(2)从CLI搜索记忆,或(3)配置斜杠命令以进行记忆查询的场景。

person作者: trumppohubclawhub

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).