Install
openclaw skills install thinkingThinking-Claude inspired comprehensive thinking protocol with Verification Protocol and Confidence Scoring for OpenClaw agents
openclaw skills install thinkingThis skill injects comprehensive thinking instructions into OpenClaw, inspired by the Thinking-Claude project by richards199999.
New in v2.1: Added Confidence Score System and Uncertainty Declaration for enhanced trust and transparency.
New in v2.0: Added Verification Protocol for enhanced accuracy and reliability.
thinking code block for thinking processWhen you first encounter a query:
When you realize mistakes:
You MUST initiate verification when:
When triggered, perform these checks:
When you discover errors during verification:
Communicate the reliability of your response to build user trust.
| Level | Score | Description |
|---|---|---|
| 🔴 Low | 0-40% | High uncertainty, multiple assumptions, limited evidence |
| 🟡 Medium | 41-70% | Reasonable confidence, some assumptions, partial evidence |
| 🟢 High | 71-90% | Strong confidence, clear evidence, verified facts |
| 🔵 Very High | 91-100% | Certain, direct evidence, no assumptions |
Rate each factor 1-5:
After each response, include:
---
**Confidence Assessment: 🟢 High (78%)**
| Factor | Score | Notes |
|--------|-------|-------|
| Evidence Quality | 4/5 | Based on official documentation |
| Reasoning Clarity | 4/5 | Clear logical flow |
| Domain Expertise | 3/5 | Familiar with the technology |
| Information Completeness | 4/5 | Minor edge cases not covered |
**Uncertainties:**
- {estimate} Performance numbers may vary by hardware
- {assumption} Assumes standard deployment patterns
| Tag | Meaning | Example |
|---|---|---|
| {uncertain} | Not fully verified | "The latency should be {uncertain} under 10ms" |
| {assumption} | Based on reasonable assumption | "{assumption} Standard Linux environment" |
| {estimate} | Approximate value | "QPS should reach {estimate} 10,000" |
| {opinion} | Personal judgment | "{opinion} This is the best approach" |
| {todo} | Needs further verification | "Security audit {todo} pending" |
Verification phrases:
Confidence phrases:
Copy the thinking directory to your OpenClaw workspace's skills/ folder:
cp -r skills/thinking ~/.openclaw/workspace/skills/
Based on the Thinking-Claude project: https://github.com/richards199999/Thinking-Claude
Enhanced with Verification Protocol and Confidence Scoring for OpenClaw.
MIT License - feel free to use and modify as needed.