agentsclimarketplace

Memory system

Skill nzl153/memory-system

10层记忆系统 — 日记、搜索、图联、会话索引、能力自检。From its SKILL.md

Install
npx -y skills add nzl153/memory-system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.8 KB, 241 tokens by cl100k_base, as published. Nobody here has run it

Memory System

日记 + 结构化事实 + 图联 + 全文搜索 + 会话索引。为 OpenClaw Agent 提供持久记忆能力。

文件结构

memory/               ← 日记(YYYY-MM-DD.md)
MEMORY.md             ← 长时记忆
~/.claw/
├── memory.json       ← 结构化事实
├── memory-graph.json ← 图联
└── session_index.json ← 会话索引

工具

  • remember — 写入日记和事实
  • search — 跨层搜索
  • cap_check — 工具状态检查
  • memory_tool — 事实管理
  • session_index — 会话索引
  • graph — 图联
  • cleanup_graph — 数据清理

安装

chmod +x scripts/*.py
ln -s $(pwd)/scripts/*.py /usr/local/bin/
mkdir -p ~/.claw memory

What ships with it: 8 files

10.4 KB alongside SKILL.md, 3 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.