Decision Dynamo is a weighted decision matrix tool that scores and ranks up to four options across five configurable criteria to ensure objective decision-making.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install decision-dynamo
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install decision-dynamo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Decision Dynamo transforms subjective choices into objective data through a structured weighted matrix analysis. As a core part of the Openclaw Skills ecosystem, it allows developers and managers to compare 2-4 options based on leverage, alignment, cost, and effort. By applying mathematical rigor to the decision-making process, it eliminates bias and provides a clear, ranked path forward for any complex scenario.
The skill is particularly effective for navigating analysis paralysis. It forces the user or agent to define priorities through weights and then evaluates each option against those priorities. The built-in inversion logic ensures that negative factors like financial cost and emotional drag are correctly calculated so that lower costs result in higher overall scores.
To start using this tool within your Openclaw Skills library, ensure your environment is configured for Python. You can run the skill in two distinct modes:
# To run in guided interactive mode
python3 scripts/decision_matrix.py
# To run with a pre-defined JSON file
python3 scripts/decision_matrix.py input.json
Reference the criteria documentation for detailed information on the JSON schema and inversion logic.
The system uses a balanced matrix of positive and negative criteria. Negative criteria are automatically inverted using the formula (11 - score) * weight to ensure high scores always represent the better choice.
| Criterion | Impact | Description |
|---|---|---|
| Skill/Leverage Gain | Positive | The long-term advantage or growth provided by the choice. |
| Goal Alignment | Positive | How well the option matches core mission or objectives. |
| Mental/Emotional Drag | Negative | The psychological burden or difficulty involved. |
| Financial Cost | Negative | The monetary investment or resource spend required. |
| Time and Effort | Negative | The time and labor needed for implementation. |
Loading
A cross-platform virtual pet simulator that allows users to nurture, feed, and evolve digital companions within chat interfaces.

A sophisticated social intelligence framework for AI agents to manage relationship graphs, trust levels, and conversational boundaries.

Open Thoughts provides AI agents with a structured framework for independent research, curiosity-driven exploration, and automated journaling.

Amigo transforms AI agents from passive responders into active companions by integrating autonomous exploration, social awareness, and safety-first interaction protocols.

Meatloop provides real human review and structured verdicts for AI agent queries and image comparisons via email with tamper-evident verification.

An expert framework for designing, initializing, and packaging modular capabilities to extend AI agent functionality through specialized workflows.








































