一键导入
memory-manager
Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | memory_manager |
| description | Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system. |
Provide a reliable, repeatable procedure for an agent to inspect and update its Hierarchical Memory System:
<long_term_memory>...</long_term_memory>.<long_term_memory> as permanent instructions and facts. You MUST prioritize and adhere to it over ephemeral conversation text.Use this when you need to answer questions like:
Procedure
Read the injected anchor at the very top of the skill payload returned by read_skill. Extract the absolute path from:
[Skill Directory: <absolute_path>]INJECTED_SKILL_DIR (the directory that contains this skill’s SKILL.md).Invoke the python tool with:
scriptPath: INJECTED_SKILL_DIR + /scripts/inspect.pyargs: one argument, the target cwd (string)Interpret the output:
cwdmessageCountcompressedMemoryPresent (CM)shortTermMessageCount (STM)CRITICAL RULE: To UPDATE or REMEMBER new long-term information, you MUST edit the LTM markdown files directly using file_edit or file_write.
~/.aclix/ACLI.md
./ACLI.md
Tooling requirements
file_edit with an exact oldString match.file_write.echo >, cat >, etc.).