← 返回 Skills 市场
enjuguna

MeiliSearch Memory

作者 Eric Kariuki · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
34
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install meili-memory
功能描述
Local full-text search for OpenClaw memory recall using MeiliSearch. No API keys, no cloud services — runs entirely on your server.
使用说明 (SKILL.md)

MeiliSearch Memory

Local full-text search for memory recall. No API keys, no cloud services — runs entirely on your server.

Architecture

Three-tier indexing system that mimics human memory:

  • Core — MEMORY.md sections (highest importance, always current)
  • Working — Daily notes from the last 7 days (recent context)
  • Archive — Older daily notes (lower priority)

Search queries hit all tiers in order: core → working → archive. Results are ranked by tier priority and importance score.

Features

  • Synonym expansion — "debts" also matches "liabilities", "rent", "KES", etc.
  • Relationship tags — Each chunk is auto-tagged (#finance/debts, #project/molthub, #identity, etc.)
  • Tiered search — Query core only for fast answers, or all tiers for deep recall
  • Auto-distillation — Weekly cron extracts key facts from daily notes into MEMORY.md
  • Typo tolerance — Built-in fuzzy matching via MeiliSearch

Search

bash scripts/search.sh "your query" [limit] [tier]

Examples:

bash scripts/search.sh "debts"           # Search all tiers, top 5
bash scripts/search.sh "projects" 3      # Top 3 from all tiers
bash scripts/search.sh "Eric" 5 core     # Core only (fast)

Indexing

bash scripts/indexer.sh          # Incremental update
bash scripts/indexer.sh --full   # Full reindex (wipes and rebuilds)

Distillation

bash scripts/distill.sh          # Extract facts → MEMORY.md
bash scripts/distill.sh --dry-run # Preview what would be added

Cron Jobs

  • Hourly — Re-index new daily notes
  • Weekly (Sunday 2 AM) — Distill facts into MEMORY.md

Service

systemctl status meilisearch
journalctl -u meilisearch -f
安全使用建议
Review before installing. This appears to be a local-only memory search and indexing skill, not an exfiltration tool, but it should be treated as Review because it may make secrets and personal details more persistent and searchable. Do not use it on notes containing passwords, API keys, tokens, private contact information, or sensitive financial data unless you first remove or change the distillation rules, move credentials out of source code, and ensure temporary index files are protected.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Local indexing and search fit the stated purpose, and distillation is disclosed, but the implementation treats credentials, tokens, keys, contact data, URLs, and endpoints as memory-worthy facts and can append them to MEMORY.md.
Instruction Scope
The skill is broader than passive search: it reads OpenClaw memory files, indexes them, expands broad synonym groups, appends distilled facts, and triggers reindexing. Some of this is documented, but sensitive-data retention is not clearly scoped or guarded.
Install Mechanism
No installer or hidden startup mechanism is present in the artifacts. The documentation describes hourly and weekly cron jobs, but the package does not itself create them.
Credentials
Using localhost MeiliSearch is proportionate for local memory search, but the scripts hardcode a bearer/master key while the description says no API keys, and the indexer writes full memory document batches to predictable /tmp files.
Persistence & Privilege
The distillation script can append extracted facts to /root/.openclaw/workspace/MEMORY.md and reindex them, creating durable retention of potentially sensitive information without a required preview or approval step.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meili-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meili-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Version 2.0.0 — Major upgrade with tiered memory architecture and new features - Introduces a three-tier indexing system: core, working, and archive, to mimic human memory and prioritize search results. - Adds synonym expansion, relationship/tagging, and tiered search options in search queries. - Implements auto-distillation: weekly extraction of key facts from notes into MEMORY.md. - Enhances scripts: new distillation script, improved search and indexing with tier and full rebuild options. - Provides support for typo tolerance and synonym management using a synonyms.json file.
v1.0.0
- Initial release of meili-memory skill. - Provides local full-text search for OpenClaw memory recall using MeiliSearch. - No API keys or cloud services required; operates entirely on your server. - Supports indexing of MEMORY.md (by section) and daily notes (by 1500 character chunks). - Includes scripts for searching and indexing, with automated hourly indexing via cron. - Easy service management instructions provided for MeiliSearch.
元数据
Slug meili-memory
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MeiliSearch Memory 是什么?

Local full-text search for OpenClaw memory recall using MeiliSearch. No API keys, no cloud services — runs entirely on your server. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 MeiliSearch Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meili-memory」即可一键安装,无需额外配置。

MeiliSearch Memory 是免费的吗?

是的,MeiliSearch Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MeiliSearch Memory 支持哪些平台?

MeiliSearch Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MeiliSearch Memory?

由 Eric Kariuki(@enjuguna)开发并维护,当前版本 v2.0.0。

💬 留言讨论