memu
仓库创建 2025年7月29日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
适合需要跨会话保存上下文的代理与开发者
▸ 风险提示
会在本地写入/读取文件和数据库,注意隐私与磁盘权限
这个 Skill 做什么
为 agent 提供本地持久记忆,存储并检索会话记忆
给 agent 提供本地的持久记忆(memU),把重要文件、会话或项目上下文存起来并在后续会话里检索。当你想“记住某个人/项目/偏好”或把结果保存供以后复用时使用。特点是把记忆存成本地数据库加可浏览的 markdown 树,能按关键词检索历史上下文,保持会话连续性。
▸ 展开 SKILL.md 英文原文
Give this agent persistent memory via memU. Use to memorize (save files/folders so context survives this session) when the user asks to remember or sync something, or after completing work worth keeping; and to retrieve (search memory from earlier sessions) when the user asks what is known about a person/project/topic or references context not in this conversation.
1.4w
Stars
1.0k
Forks
1
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/NevaMind-AI/memU/main/.claude/skills/memu/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/NevaMind-AI/memU/main/.claude/skills/memu/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# memU: memorize and retrieve persistent memory memU compiles sources into a persistent local store (`./data/memu.sqlite3` + a browsable `./data/memory/` markdown tree, relative to CWD). What one session memorizes, the next can retrieve — always run from the project root so every command hits the same store. Use only the two commands below. Do not use the legacy `memu memorize` / `memu retrieve` commands. Both directions need an API key: make sure `OPENAI_API_KEY` (or `MEMU_LLM_PROVIDER` + its matching key) is set, and tell the user if it is missing. ## Locate the CLI Use the first available runner: 1. `memu` (installed via `pip install memu-py`) 2. `uvx --from memu-py memu` 3. `npx me
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有