search-memory

👤 trumppo 📦 v0.1.0 ⭐ 3.6 ⬇️ 2.3K 下载
📚 知识管理 免费

📖 技能介绍


name: search-memory description: 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.


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

2) Search the index:

scripts/search-memory.py "your query" --top 5

小葱技能站7w4.net发现了升级插件。

Notes

  • Index includes MEMORY.md plus memory/**/*.md.
  • Cache lives under memory/cache/.
  • Search uses keyword scoring + recency boost (last 30/90 days).

🤖 AI 评测

整体质量较差,功能设计有潜力但实现不完整。文档和配置工作做得不错,但缺少最重要的东西——实际可运行的代码。用户无法真正使用这个工具,这是致命缺陷。期待开发者补全脚本文件后再提交审核。

📊 多维度评分

适应性3.9
规范性3.8
有效性3.1
可靠性3
可信度4.4

📁 包含文件 (3 个)

📄 SKILL.md 663 B
📄 _meta.json 132 B
📄 agents/openai.yaml 162 B