用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/xMannixx/agent-memory-v2 --skill memory-core-v2命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | memory-core-v2 |
| description | Use when integrating Agent Memory Core v2 with an LLM agent or reviewing its deterministic memory gates. |
| version | 2.0.0-dev |
| author | xPerryx + Lena OpenClaw |
| license | MIT |
| platforms | ["linux","macos","windows"] |
Local-first, framework-agnostic long-term memory for LLM agents (Hermes, OpenClaw, and compatible hosts). A strict deterministic gate pipeline prevents LLM hallucinations, prompt injections, and schema violations from entering the memory store.
proposal_queue
for human approval; approvals atomically commit factsmemory-cli) — init, db path, queue ls/approve/reject, audit, run# Initialize
memory-cli init my_agent
# Run consolidator
OPENAI_API_KEY="sk-..." memory-cli run my_agent
# Review proposals
memory-cli queue ls my_agent
memory-cli queue approve my_agent <id> --by admin
# Audit trail
memory-cli audit my_agent -n 20
See the master specification for full documentation.