一键导入
read-memory
Read all entries from the memory persistence system, or look up a specific key. Requires memory.md to exist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read all entries from the memory persistence system, or look up a specific key. Requires memory.md to exist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | read-memory |
| description | Read all entries from the memory persistence system, or look up a specific key. Requires memory.md to exist. |
Read entries from the memory persistence system.
Attempt to read memory.md from the current working directory using the Read tool
If memory.md does not exist:
create-memory skill first to set up the memory system."If memory.md exists:
- **key**: value format)When displaying memory entries:
## Current Memory
- **key1**: value1
- **key2**: value2
Or for a specific key lookup:
**key**: value
If key not found:
Key "requested_key" not found in memory.
Add a new note or update an existing one. Creates the notes database if it doesn't exist.
Delete a note from the database. Removes the note file and its index entry.
List all notes in the database with their topics and descriptions.
Read a specific note from the database. Use this to get fresh content after making changes.
Remove a document from the database. Deletes the document file and removes its entry from the index. Use this when the user wants to delete stored information.
Initialize the database by creating the database/ directory and an empty index.md file. Safe to call if database already exists - will not overwrite existing data.