Install
openclaw skills install reasonLogical reasoning and decision analysis system for clear thinking. Use when user mentions decisions, logic, reasoning, critical thinking, arguments, or probl...
openclaw skills install reasonReasoning system. Think clearly, decide wisely.
memory/reason/Reasoning data stored locally:
memory/reason/decisions.json - Decision analysesmemory/reason/frameworks.json - Reasoning frameworksmemory/reason/arguments.json - Argument evaluationsmemory/reason/fallacies.json - Fallacy detection logUser: "Should I take the new job offer?"
→ Use scripts/analyze_decision.py --decision "job-offer" --factors "salary,location,growth"
→ Structure decision with pros/cons, weighted factors, trade-off analysis
User: "Evaluate this argument for validity"
→ Use scripts/evaluate_argument.py --argument "..." --check-logic --check-evidence
→ Assess premises, reasoning, evidence, and identify weaknesses
User: "What fallacy is in this reasoning?"
→ Use scripts/identify_fallacy.py --statement "..."
→ Detect logical fallacies, explain why they are flawed
User: "Help me think through this complex problem"
→ Use scripts/structure_problem.py --problem "..." --approach systematic
→ Break problem into components, identify root causes, generate solutions
| Script | Purpose |
|---|---|
analyze_decision.py | Structure decision analysis |
evaluate_argument.py | Evaluate argument validity |
identify_fallacy.py | Identify logical fallacies |
structure_problem.py | Structure complex problems |
check_bias.py | Check for cognitive biases |
build_framework.py | Create decision frameworks |