# OpenClaw Examples ## Remember Conversation Insight ```bash curl ... -d '{\"user_id\":\"henry\",\"content\":\"Henry prefers efficient German replies, no blabla.\",\"memory_type\":\"Preference\",\"tags\":[\"henry\",\"vibe\"]}' ``` ## Recall Prior Work ```bash curl ... /api/recall -d '{\"user_id\":\"henry\",\"query\":\"openclaw setup preferences\", \"limit\":5}' ``` ## Add Todo ```bash curl ... /api/todos/add -d '{\"user_id\":\"henry\",\"content\":\"Review shodh integration\",\"project\":\"OpenClaw\",\"priority\":\"high\",\"contexts\":[\"@computer\"]}' ``` ## Proactive Context ```bash curl ... /api/proactive_context -d '{\"user_id\":\"henry\",\"query\":\"current task\"}' ```