random-number-generator

Installation
SKILL.md

Random Number Generator

Overview

Generate random values by running the bundled Python script from this skill. The script uses only Python's standard random and secrets modules and prints JSON by default so results are easy to parse.

Execution Rule

Run commands from this skill directory, so scripts/random_number.py resolves relative to this SKILL.md. If the shell is not already in the skill directory, change into the directory containing this file first.

Prefer Python launchers in this order:

  1. python3
  2. py -3 on Windows
  3. python only after confirming it is Python 3

If Python 3 is unavailable, tell the user that this skill requires Python 3 and do not fake a random result.

Quick Start

Installs
1
First Seen
Jun 25, 2026
random-number-generator — zazencodes/random-number-skills