بنقرة واحدة
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).