openclaw_memory_write
Store notes, tasks, or context by writing content to a memory file in the OpenClaw workspace, ensuring information persists across sessions.
Instructions
Write content to a memory file in the OpenClaw workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file in the workspace (e.g. "memory/tasks.md") | |
| content | Yes | Content to write to the file |