decide

Provides random decision-making tools including coin flips, dice rolls, and pick.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/timkrase/clawdis-skills --skill decide-timkrase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decide
Source: https://github.com/timkrase/clawdis-skills/tree/main/decide
Command: npx skills add https://github.com/timkrase/clawdis-skills --skill decide-timkrase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users make decisions when they are stuck between choices, providing random outcomes for common dilemmas.

Core Features & Use Cases

  • Randomized Choices: Offers coin flips, dice rolls, and random selections from user-provided options.
  • Decision Aids: Includes a Magic 8-Ball for yes/no questions and a simple yes/no generator.
  • Use Case: When deciding between ordering pizza or burgers, use the pick command to let the skill choose for you.

Quick Start

Use the decide skill to flip a coin.

Frequently Asked Questions about decide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make a random decision between multiple options?

To make a random decision, you can use a random selection tool that picks one item from a list of user-provided options. This skill accepts your custom choices and outputs a single randomly selected result.

Can I roll dice using standard notation like NdX?

Yes, you can roll dice using standard NdX notation to get random numbers for decision making. The tool supports various dice notations and custom number ranges, outputting results in JSON or raw text.

Do I need Node.js to run this decision making tool?

Yes, you need Node.js installed to execute this decision making tool, as it runs scripts to process coin flips, dice rolls, and Magic 8-Ball prompts. It requires this environment to function.

What is a Magic 8-Ball and how does it answer yes or no questions?

A Magic 8-Ball is a decision aid that provides a randomized answer to yes or no questions. When you ask a question, the tool outputs a random response from a set of predefined yes, no, or uncertain replies.

How do I flip a coin to decide between two choices?

You can flip a coin to decide between two choices by using the coin flip command, which outputs a random heads or tails result. This provides a quick, randomized binary outcome for simple dilemmas.

Are there limitations to using random selection for important decisions?

Random selection tools provide randomized outcomes and do not evaluate the actual merits of your choices. You should not use random selection for important decisions requiring logical analysis, as results are purely chance-based.