Generate a random integer between min and max (inclusive). Use when the user asks for a random number.
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
To generate a random number, run:
node /opt/skills/random-number/random-number.cjs <min> <max>This prints a single random integer between min and max (inclusive).
bbc195c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.