ワンクリックで
memory-tools
Read, search, and write user memory files (MEMORY.md and memory/YYYY-MM-DD.md).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read, search, and write user memory files (MEMORY.md and memory/YYYY-MM-DD.md).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
SOC 職業分類に基づく
| name | memory-tools |
| description | Read, search, and write user memory files (MEMORY.md and memory/YYYY-MM-DD.md). |
These tools expose the user's durable memory files stored in the workspace:
MEMORY.mdmemory/YYYY-MM-DD.mdUse them to:
memory_get)memory_search)memory_write)Read a specific memory file. Use this when you need the full content.
Parameters:
kind: "long-term" or "daily"date: optional "YYYY-MM-DD" (required for daily if not today)Search across memory files and return relevant snippets with file + line ranges.
Parameters:
query: search stringlimit: optional (default 6)Write memory updates.
Parameters:
kind: "long-term" or "daily"date: optional "YYYY-MM-DD" for dailycontent: markdown contentmode: "replace" (default) or "append"memory_search uses a local SQLite index with keyword scoring (no paid embeddings).