# Roll Dice

> Roll dice using a random number generator. Use when asked to roll a die (d6, d20, etc.), roll dice, or generate a random dice roll.

- Skill: `stephen94125/roll-dice` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add stephen94125/roll-dice`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stephen94125/roll-dice/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: stephen94125 (https://skillmd.com/u/stephen94125)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stephen94125/roll-dice

---


# Roll Dice

To roll a die, you MUST execute the bundled script:
`./scripts/roll.sh <sides>`

Replace `<sides>` with the number of sides on the die (e.g., 6 for a standard
die, 20 for a d20).

