ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Agent Reflect Engine

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/agent-reflect-engine
Or

Agent Reflect Engine

A self-reflection engine that analyzes AI agent decision logs to identify reasoning flaws and suggest optimization patches, improving long-term performance and reducing hallucination.

Usage

# Analyze agent logs and get reflection report
python agent_reflect_engine.py logs/agent_trace.jsonl --output report.json

# Include trusted knowledge base for hallucination detection
python agent_reflect_engine.py logs/agent_trace.jsonl --knowledge kb.json --output report.json

# Pipe directly for automation
python agent_reflect_engine.py logs/latest.jsonl | jq '.patch_suggestions'

Price

$9.99

Metadata

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