dice

star 1

This skill should be used when the user wants to roll dice, randomly choose between options, decide quickly without analysis, use "dice", "주사위", "골라줘", "랜덤", or asks for a lightweight arbitrary choice.

wonjiko By wonjiko schedule Updated 5/4/2026

name: dice description: This skill should be used when the user wants to roll dice, randomly choose between options, decide quickly without analysis, use "dice", "주사위", "골라줘", "랜덤", or asks for a lightweight arbitrary choice. version: 0.1.0

Dice

Use the shared roller script for quick arbitrary choices.

Behavior

Run ../../scripts/roll.py from this skill directory, passing the user's option text as arguments.

  • No arguments: roll 1-6.
  • One positive integer N: roll 1-N.
  • Multiple words: choose one item.
  • Comma-separated text: choose one comma-delimited item.

Output

Return only the script output. Do not add analysis, pros/cons, or follow-up explanation.

Examples

python3 ../../scripts/roll.py
python3 ../../scripts/roll.py 20
python3 ../../scripts/roll.py pizza chicken burger
python3 ../../scripts/roll.py "pizza, chicken, burger"
Install via CLI
npx skills add https://github.com/wonjiko/claude-toymarket --skill dice
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator