ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Agent Memory Reflector

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

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

Agent Memory Reflector

A minimal, embeddable reflection engine that gives AI agents the ability to examine their own past decisions, detect reasoning loops, and generate actionable self-improvement insights—like a debugger for agent cognition.

Usage

Log an agent interaction:

python agent_memory_reflector.py --agent "task_planner_v3" \
  --prompt "How should I deploy the microservice?" \
  --response "You can use Kubernetes with Helm." \
  --meta '{"confidence":0.8, "retrieved_context":true}'

Generate a reflection report:

python agent_memory_reflector.py --agent "task_planner_v3" --reflect

Price

$29.00

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-memory-reflector": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.