← Back to Skills Marketplace
ckchzh

Decision Maker

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
530
Downloads
0
Stars
4
Active Installs
10
Versions
Install in OpenClaw
/install decision-maker
Description
决策分析工具。利弊对比、加权决策矩阵、盲选消除偏见、决策框架推荐、风险评估。Decision maker with pros-cons analysis, weighted matrix, blind choice, decision frameworks.
README (SKILL.md)

decision-maker

决策分析工具。利弊对比、加权决策矩阵、盲选消除偏见、决策框架推荐、风险评估。Decision maker with pros-cons analysis, weighted matrix, blind choice, decision frameworks, risk assessment.

速查表

See commands above.

可用命令

  • analyze — analyze
  • pros-cons — pros cons
  • matrix — matrix
  • blind — blind
  • framework — framework
  • risk — risk

💡 小技巧:先用 help 查看所有命令,再选择最适合的

专业建议

  • 问自己:这个决定...
  • 分钟后**我会怎么想?
  • 个月后**我会怎么想?
  • 年后**我会怎么想?
  • W**iden options — 拓宽选择

decision-maker by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
decision-maker help

# Run
decision-maker run
  • Run decision-maker help for commands
  • No API keys needed

Commands

Run decision-maker help to see all available commands.

  • Run decision-maker help for all commands
Usage Guidance
This skill appears to do what it says: decision‑making helpers implemented in shell scripts, no network calls or credential requests. Before installing, consider: 1) Review the two scripts locally (decide.sh and script.sh) — script.sh contains unrelated developer commands; if you don't need them you can ignore or remove it. 2) Be aware the tool will create a data directory (defaults to ~/.local/share/decision-maker) and write logs; if you want to avoid that, set DECISION_MAKER_DIR to a location you control or inspect/clean the directory after use. 3) If you require stricter isolation, run the scripts in a sandbox or ephemeral environment. Overall there are no signs of credential exfiltration or network activity.
Capability Analysis
Type: OpenClaw Skill Name: decision-maker Version: 2.0.0 The skill bundle provides a set of decision-making tools, including pros-cons analysis, weighted matrices, and risk assessment frameworks. The primary logic in `scripts/decide.sh` consists of text-based templates and simple randomization for bias elimination, while `scripts/script.sh` is a generic developer workflow template that only performs local logging. No malicious behaviors such as data exfiltration, network requests, or unauthorized system modifications were found.
Capability Assessment
Purpose & Capability
The SKILL.md and scripts/decide.sh implement decision‑making features (analyze, pros‑cons, matrix, blind, framework, risk) which aligns with the skill name and description. However, scripts/script.sh is a developer workflow helper (init/build/test/deploy/etc.) that is not referenced in the SKILL.md and is not necessary for decision analysis — this is an extra artifact but not evidently malicious.
Instruction Scope
SKILL.md and scripts/decide.sh are narrowly scoped to producing templates, frameworks, and randomization for decisions. The runtime instructions do not request external data, credentials, or system files. One discrepancy: the package includes scripts/script.sh with commands for developer workflows which the SKILL.md does not document; that script also writes to a data directory, a behavior not described in SKILL.md.
Install Mechanism
No install spec is provided (instruction-only), and the repository only includes two shell scripts and docs. Nothing is downloaded or extracted at install time, so there is low install‑time risk.
Credentials
The skill declares no required environment variables or credentials. scripts/script.sh respects DECISION_MAKER_DIR and XDG_DATA_HOME/HOME for storage; this is reasonable but means the tool will create and write to ~/.local/share/decision-maker (or a directory you point it to). No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false and no elevated privileges. The scripts create a per‑user data directory and log files (history.log, data.log) under the user's XDG_DATA_HOME or HOME; this is persistent but limited to the skill's own directory and does not modify system or other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install decision-maker
  3. After installation, invoke the skill by name or use /decision-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade: custom functionality
v2.3.3
Standards compliance: unique content, no template text
v2.3.2
Quality fix: cleaner docs, removed flags
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.0
Initial release of decision-maker. - Provides tools for pros-cons analysis, weighted decision matrices, blind choice to reduce bias, decision framework recommendations, and risk assessment. - Supports commands: analyze, pros-cons, matrix, blind, framework, risk. - Offers quick tips and professional decision-making reflections. - Includes bilingual documentation (Chinese & English).
Metadata
Slug decision-maker
Version 2.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 10
Frequently Asked Questions

What is Decision Maker?

决策分析工具。利弊对比、加权决策矩阵、盲选消除偏见、决策框架推荐、风险评估。Decision maker with pros-cons analysis, weighted matrix, blind choice, decision frameworks. It is an AI Agent Skill for Claude Code / OpenClaw, with 530 downloads so far.

How do I install Decision Maker?

Run "/install decision-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Decision Maker free?

Yes, Decision Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Decision Maker support?

Decision Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Decision Maker?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments