ワンクリックで
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 ページを確認してインストールできます。
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.
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.