← 返回 Skills 市场
mdomerofski

Decision Dynamo

作者 mdomerofski · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
256
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install decision-dynamo
功能描述
Run a weighted decision matrix to score and rank 2-4 options across 5 configurable criteria. Use when a user needs help choosing between options, comparing t...
使用说明 (SKILL.md)

Decision Dynamo

Run a weighted matrix analysis to score and rank options objectively.

Workflow

  1. Gather options — Identify 2–4 named choices to compare.
  2. Set weights — Ask the user to rate how important each of the 5 criteria is (1–10).
  3. Score options — For each option, rate it 1–10 on each criterion.
  4. Run the matrix — Execute scripts/decision_matrix.py (interactive or JSON mode).
  5. Present results — Share the ranked output and briefly explain the winner.

Running the Script

Interactive mode (guided prompts):

python3 scripts/decision_matrix.py

JSON mode (pre-built input):

python3 scripts/decision_matrix.py input.json

See references/criteria.md for the JSON schema, criteria definitions, scoring scale, and inversion logic for negative criteria.

The Five Criteria

Criterion Type
Skill/Leverage Gain Positive
Goal Alignment Positive
Mental/Emotional Drag Negative (inverted)
Financial Cost Negative (inverted)
Time and Effort Negative (inverted)

Negative criteria use (11 - score) * weight so that less drag = higher score.

Agent Guidance

  • If the user hasn't defined weights, suggest defaults (all equal at 5) and ask if they want to adjust.
  • If scoring feels subjective, help the user by asking "on a scale of 1–10, how much does this option [criterion]?"
  • After presenting results, offer to re-run with adjusted weights to test sensitivity.
  • Always show the winner clearly and explain why it scored highest in plain language.
安全使用建议
This skill appears safe and does what it claims: a local decision-matrix tool that reads an optional JSON file or uses interactive input. Before running: ensure you have Python 3, inspect the script if you downloaded the skill from an untrusted source, and avoid pointing the script at sensitive or system files (it expects a JSON formatted input only). No network access or secrets are requested by the skill.
功能分析
Type: OpenClaw Skill Name: decision-dynamo Version: 1.0.0 The 'decision-dynamo' skill is a legitimate tool for performing weighted decision matrix analysis. The Python script (scripts/decision_matrix.py) correctly implements scoring logic for user-provided options, and the instructions (SKILL.md) align perfectly with the stated purpose without any signs of prompt injection, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the contained functionality. The included script and documentation implement a 2–4 option, 5-criterion weighted decision matrix exactly as described; there are no unrelated requirements or extras.
Instruction Scope
SKILL.md instructs the agent to gather options/weights/scores and run the local script (interactive or JSON mode). The script only reads an optional input JSON file and solicits console input in interactive mode; it does not access other system files, environment variables, or external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. No downloads, package installs, or archive extraction are performed.
Credentials
No environment variables, credentials, or config paths are required. The script requires only Python 3 and an optional JSON input file containing weights/options—both are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/config. Autonomous invocation is allowed by default but is not combined with any broad privileges or credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install decision-dynamo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /decision-dynamo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Decision Dynamo — a structured tool for comparing and ranking options. - Provides a weighted decision matrix to score 2–4 options across 5 customizable criteria. - Supports both interactive and JSON-based input modes. - Handles positive and negative (inverted) criteria for balanced evaluation. - Guides users to rate the importance (weights) of each criterion and score each option. - Clearly presents the highest-scoring option and explains the reasoning behind the ranking. - Offers to adjust weights and re-calculate for deeper decision analysis.
元数据
Slug decision-dynamo
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Decision Dynamo 是什么?

Run a weighted decision matrix to score and rank 2-4 options across 5 configurable criteria. Use when a user needs help choosing between options, comparing t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 Decision Dynamo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install decision-dynamo」即可一键安装,无需额外配置。

Decision Dynamo 是免费的吗?

是的,Decision Dynamo 完全免费(开源免费),可自由下载、安装和使用。

Decision Dynamo 支持哪些平台?

Decision Dynamo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Decision Dynamo?

由 mdomerofski(@mdomerofski)开发并维护,当前版本 v1.0.0。

💬 留言讨论