Random

local

random-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_dice
    Roll dice. Format like '2d6' (two six-sided) or '1d20+3' (one d20 plus 3).
  • random_coin
    Flip a coin. Optionally flip multiple times.
  • random_pick
    Pick N random items from a list without repeats. Handy for choosing what to eat, who goes first, etc.
  • random_shuffle
    Shuffle a list into a random order.
  • random_int
    Random integer between min and max inclusive.
  • random_uuid
    Generate one or more UUIDs (v4).