
random-number
โ 1,465by 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).
Copy & paste โ that's it
npx skills add https://github.com/rivet-dev/sandbox-agent --skill random-numberRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0โ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ