원클릭으로
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).