Decision Distiller
v1.0.0Distill decision contexts, options, trade-offs, and outcomes into structured decision records. Use when the user is facing a choice, has made a decision they...
⭐ 0· 202·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the provided artifacts: templates, guidance, and shell scripts that create and list decision records. The skill's functionality is local file creation/listing and analysis guidance, which fits the stated purpose.
Instruction Scope
SKILL.md stays within the decision-record domain and doesn't ask for unrelated files or credentials. One inconsistency: the SKILL.md command examples use a 'decision' CLI (e.g., 'decision create', 'decision analyze') but the shipped scripts are named create-decision.sh and list-decisions.sh; there is no wrapper that provides a 'decision' subcommand. That may confuse agents or users following the docs and could cause attempted execution of non-existent commands.
Install Mechanism
No install spec and no network downloads — the skill is instruction-only with bundled shell scripts and reference docs. Nothing is written to disk by an installer beyond what a user runs explicitly.
Credentials
No required environment variables or credentials. Scripts accept an optional DECISION_DATA_DIR env var to change where decision files are stored — this is reasonable and narrowly scoped.
Persistence & Privilege
always:false and no special privileges requested. Scripts create/read files under the skill's data directory by default and do not modify other skills or system-wide configuration.
Assessment
This skill appears safe and does what it says: it helps you create, list, and template decision records locally. Before installing or running: 1) Note the docs show commands like 'decision create' but the shipped scripts are create-decision.sh and list-decisions.sh — either rename/create a wrapper or run the provided scripts directly. 2) Decide where records will be stored: by default scripts write to <skill>/data, or set DECISION_DATA_DIR to point elsewhere. 3) Review the scripts (they are short and readable) and make them executable if needed (chmod +x). 4) The skill performs no network access and requests no secrets, but it will write files on disk when you run the scripts — confirm you are comfortable with the storage location and permissions. 5) If you expect an automated 'decision analyze' command, note that analysis guidance exists in the reference docs but there is no dedicated analyze script implemented; you may need to run analysis manually or extend the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk973zqy1acktdctqd26qtrygrd82vngs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
