← Back to Skills Marketplace
Reason
by
ProjectSnowWork
· GitHub ↗
· v1.0.0
· MIT-0
403
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install reason
Description
Logical reasoning and decision analysis system for clear thinking. Use when user mentions decisions, logic, reasoning, critical thinking, arguments, or probl...
Usage Guidance
This skill appears to be what it says: a local decision‑analysis helper that saves analyses to a local memory folder. Before installing, check the following: (1) the package references several scripts and reference files that are not included — request or inspect those files if you need the full feature set; (2) it will create and write JSON files under ~/.openclaw/workspace/memory/reason (ensure you are comfortable with that path and whether your environment syncs or backs it up); (3) there is no evidence of network access or secret collection in the provided code, but review any additional scripts (evaluate_argument.py, identify_fallacy.py, etc.) before enabling the skill. If you want extra assurance, ask for the full source for the missing scripts or run the included script in a sandbox to observe behavior.
Capability Analysis
Type: OpenClaw Skill
Name: reason
Version: 1.0.0
The skill bundle provides a legitimate framework for logical reasoning and decision analysis. The script 'analyze_decision.py' functions as described, processing user input to generate structured decision frameworks and storing them locally in the agent's workspace without any network calls, data exfiltration, or suspicious execution logic.
Capability Assessment
Purpose & Capability
The name/description (reasoning and decision analysis) match the included script's behavior: local analysis output and storing a JSON record. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md references several scripts (evaluate_argument.py, identify_fallacy.py, structure_problem.py, check_bias.py, build_framework.py) and reference docs that are not present in the package. The provided script (analyze_decision.py) is self-contained and stays within local storage, but the missing files mean some runtime instructions cannot be followed as-is.
Install Mechanism
No install spec is provided (instruction-only plus one small script). Nothing is downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables or credentials. It writes data locally only. The amount and type of access (writing to a local workspace directory) are proportional to its stated purpose.
Persistence & Privilege
The script writes decision records to a directory under the user's home (~/.openclaw/workspace/memory/reason). This is expected for a memory feature, but note it will create/modify files in that path. always:false and no elevated privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reason - After installation, invoke the skill by name or use
/reason - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Decision analysis frameworks, argument evaluation, and structured problem solving
Metadata
Frequently Asked Questions
What is Reason?
Logical reasoning and decision analysis system for clear thinking. Use when user mentions decisions, logic, reasoning, critical thinking, arguments, or probl... It is an AI Agent Skill for Claude Code / OpenClaw, with 403 downloads so far.
How do I install Reason?
Run "/install reason" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reason free?
Yes, Reason is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reason support?
Reason is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reason?
It is built and maintained by ProjectSnowWork (@projectsnowwork); the current version is v1.0.0.
More Skills