一键导入
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).