ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Agent Reflective Memory

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/agent-reflective-memory
Or

Agent Reflective Memory

A 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.

Usage

# 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

Price

$4.99

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-albionaiinc-del-agent-reflective-memory": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.