search-memory
Openclaw 的本地优先内存搜索和索引。当您需要 (1) 索引内存文件、(2) 从 CLI 搜索内存或 (3) 连接斜线命令进行内存查找时使用。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~trumppo-search-memorycURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~trumppo-search-memory/file -o trumppo-search-memory.md## 概述(中文) Openclaw 的本地优先内存搜索和索引。当您需要 (1) 索引内存文件、(2) 从 CLI 搜索内存或 (3) 连接斜线命令进行内存查找时使用。 ## 原文 # 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 ``` 2) 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).