@win4r/lesson

Store a lesson learned from the current conversation. Triggered by /lesson command. Use when Master signals that the recent conversation contains a pitfall, fix, or key insight that should be persisted to long-term memory.

View in AI SkillSafe app
4100 downloads
0 stars
0 demos
SKILL.md
namelesson
descriptionStore a lesson learned from the current conversation. Triggered by /lesson command. Use when Master signals that the recent conversation contains a pitfall, fix, or key insight that should be persisted to long-term memory.
metadata{ "openclaw": { "requires": { "config": ["plugins.entries.memory-lancedb-pro.enabled"] } } }

Lesson Extraction & Storage

When triggered, extract and store lessons from the recent conversation context.

Steps

  1. Scan recent context — identify the pitfall, bug fix, or key insight just discussed
  2. Store technical layer (category: fact, importance ≥ 0.8):
    Pitfall: [symptom]. Cause: [root cause]. Fix: [solution]. Prevention: [how to avoid].
    
  3. Store principle layer (category: decision, importance ≥ 0.85):
    Decision principle ([tag]): [behavioral rule]. Trigger: [when]. Action: [what to do].
    
  4. Verifymemory_recall with anchor keywords to confirm both entries retrievable
  5. Report — tell Master what was stored (brief summary)

Rules

  • Keep entries short and atomic (< 500 chars each)
  • If the lesson also affects a checklist or SKILL.md, update those files too
  • If no clear lesson is found in recent context, ask Master what to store

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@win4r/lesson/verified)](https://skillsafe.ai/skill/@win4r/lesson/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@win4r/lesson/installs)](https://skillsafe.ai/skill/@win4r/lesson/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@win4r/lesson/scan)](https://skillsafe.ai/skill/@win4r/lesson/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@win4r/lesson/eval)](https://skillsafe.ai/skill/@win4r/lesson/)