원클릭으로
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 직업 분류 기준
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.
| 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.