🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Failure Memory

by @leegitw

Stop making the same mistakes — turn failures into patterns that prevent recurrence

Versionv1.5.0
Installs3
💡 Examples

/fm  [arguments]

⚙️ Configuration

Configuration is loaded from (in order of precedence): 1. .openclaw/failure-memory.yaml (OpenClaw standard) 2. .claude/failure-memory.yaml (Claude Code compatibility) 3. Defaults (built-in)

# .openclaw/failure-memory.yaml
detection:
  auto_detect: true          # Enable automatic failure detection
  patterns:                   # Custom detection patterns
    - "FATAL:"
    - "CRITICAL:"
thresholds:
  eligibility_R: 3           # Recurrence threshold (default: 3)
  eligibility_C: 2           # Confirmation threshold (default: 2)
  false_positive_max: 0.2    # Max D/(C+D) ratio (default: 0.2)

View on ClawHub
TERMINAL
clawhub install failure-memory

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →