Install
openclaw skills install assess-meRun this when debugging goes in circles, results are confusing, multiple hypotheses exist, or you need a sanity check. Audits your cognition state: goal, progress, gaps, assumptions, blocker, and recovery path.
openclaw skills install assess-meWrite your current thinking state to a temp file, then read it back.
Write tool → /tmp/assess-me.md
Content:
# Assess Me
**Goal:** <1-2 sentences>
**Progress:** <1-2 sentences>
**Gaps:** <1-2 sentences>
**Assumptions:** <1-2 sentences>
**Blocker:** <1-2 sentences>
**Recovery:** <1-2 sentences>
After writing, use Read tool to read /tmp/assess-me.md back. Then review critically:
When done, summarize findings inline:
[assess]
Goal: ...
Blocker: ...
Next: ...
[/assess]
Source: https://github.com/MaoChen1980/think-skills Self-optimization: After using this skill, improve it based on what you learned.