Marrs
/install marrs
marrs
Memory maintenance helper for any RAG/vector database.
Complete Setup Guide (so it works for any user)
- Install via ClawHub or copy the folder.
pip install requests(the only external dependency).- Edit
scripts/config.pywith your own RAG details (examples are placeholders only). - Create two scheduled jobs to run the monitor and defrag scripts (see your platform's cron/docs).
- Test with the example in the Basic Usage section below.
Review the three small Python scripts before use — they are short and easy to audit.
Configuration (scripts/config.py)
RAG_URL = "http://your-rag-server:port" # ← Replace with your own
DEFAULT_COLLECTION = "memory" # Change to your main collection
MONITOR_INTERVAL_SECONDS = 300
DEFRAG_INTERVAL_SECONDS = 86400
Basic Usage
from scripts.save_memory import save_memory
save_memory("Your content here", collection="your-collection")
What it contains
save_memory()helper that POSTs to your RAG/ingestendpoint- Template scripts for monitor and defrag (background maintenance)
- Hot queue logic for fast retrieval of frequent items
- Configurable defaults (you must edit them)
No hardcoded paths, no internal systems, no credentials.
Security Notes
- Only interacts with the RAG_URL you configure.
- Uses the 'requests' library (installed separately).
- Prints status messages to stdout (visible in your logs).
- The crons you create will run the scripts autonomously — only add them if you trust the code after review.
- Recommended: run the scripts in an isolated environment first.
This package is instruction + runnable scripts. The SKILL.md accurately describes everything it contains. No private data, no keys, no tokens, no names, no locations.
Version: 1.5.0 Status: Honest metadata, declared dependency, clear audit instructions. Clean for public use.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install marrs - 安装完成后,直接呼叫该 Skill 的名称或使用
/marrs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Marrs 是什么?
Memory maintenance helper for any RAG/vector database. Includes save_memory() helper, monitor and defrag script templates, hot queue support, and configurabl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 Marrs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install marrs」即可一键安装,无需额外配置。
Marrs 是免费的吗?
是的,Marrs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Marrs 支持哪些平台?
Marrs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Marrs?
由 agenthyjack(@agenthyjack)开发并维护,当前版本 v1.6.0。