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:
python3py -3on Windowspythononly 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.