Persistent memory system — use proactively to remember decisions, fixes, learnings, and preferences across sessions. Invoke when you need to save or recall important context.
You have access to a persistent memory system via MCP tools (remember, recall, get_context, forget).
MUST use remember immediately when any of these occur:
Do not wait until the end of the session. Call remember right after the event happens.
| Tool | Purpose |
|------|---------|
| remember | Store a memory with title, content, category, importance |
| recall | Search memories by query, category, tags |
| get_context | Load relevant project context (architecture, patterns, preferences) |
| forget | Delete memories by ID or query |
| start_session | Begin a session and load context |
| end_session | End session and trigger consolidation |
| memory_stats | View memory statistics |
| graph_query | Traverse the knowledge graph |
| graph_entities | List entities in the knowledge graph |
| detect_contradictions | Find conflicting memories |
rememberremember immediately when something important happensThe PreCompact and SessionEnd hooks automatically extract high-salience content:
Don't rely solely on auto-extraction. Use remember proactively for important events.
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity