Install
openclaw skills install agent-reflective-memoryAI-powered memory system that compresses, reflects on, and retrieves past agent actions to improve long-term autonomous decision-making.
openclaw skills install agent-reflective-memoryA self-improving memory engine that uses AI to compress, reflect on, and retrieve past agent actions and decisions, enabling smarter long-term autonomy—critical for developers building persistent AI agents.
# Store an agent's experience
python agent_reflective_memory.py store \
--context "User asked for weekly sales summary" \
--action "Queried SQL database and generated markdown report" \
--result "Report delivered successfully"
# Generate AI-powered reflections on old experiences
python agent_reflective_memory.py reflect
# Search for past failures in navigation
python agent_reflective_memory.py query "navigation failed"
# View memory statistics
python agent_reflective_memory.py stats
$4.99