Random
localrandom-tools
Dice rolls, coin flips, random pick, list shuffle, integer range, UUID. Uses crypto.randomBytes for true randomness.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (6)
- random_diceRoll dice. Format like '2d6' (two six-sided) or '1d20+3' (one d20 plus 3).
- random_coinFlip a coin. Optionally flip multiple times.
- random_pickPick N random items from a list without repeats. Handy for choosing what to eat, who goes first, etc.
- random_shuffleShuffle a list into a random order.
- random_intRandom integer between min and max inclusive.
- random_uuidGenerate one or more UUIDs (v4).