Labsco
rivet-dev logo

random-number

โ˜… 1,465

by rivet-dev ยท part of rivet-dev/sandbox-agent

Generate a random integer between min and max (inclusive). Use when the user asks for a random number.

๐Ÿงฉ One of 3 skills in the rivet-dev/sandbox-agent package โ€” works on its own, and pairs well with its siblings.

This is the playbook your agent receives when the skill activates โ€” you don't need to read it to use the skill, but it's here to audit before installing.

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).