Install
openclaw skills install self-thinking-agentEnables AI agents to reflect on their own reasoning, detect cognitive biases, and improve decision quality through structured self-examination loops.
openclaw skills install self-thinking-agentGive your AI agent the ability to think about its own thinking.
Metacognition = "thinking about thinking." This skill enables AI agents to:
Before responding, run through these questions:
1. Am I confident in this answer? (Yes / Partial / No)
2. What are the 3 most likely ways this could be wrong?
3. What information would I need to be 100% certain?
Check for common biases:
Express confidence explicitly:
| Confidence | Meaning | Action |
|---|---|---|
| 90%+ | Highly confident | Answer directly |
| 70-89% | Likely correct | Answer + add caveat |
| 50-69% | Uncertain | Ask clarifying questions |
| <50% | Likely wrong | Decline or escalate |
Without metacognition:
"The capital of France is Paris."
With metacognition:
"Based on my training data, the capital of France is Paris (confidence: 95%). Note: My knowledge has a cutoff date. For real-time data, verify current information."