원클릭으로
random-number
// Generate a random integer between min and max (inclusive). Use when the user asks for a random number.
// Generate a random integer between min and max (inclusive). Use when the user asks for a random number.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Deploy, configure, and integrate Sandbox Agent - a universal API for orchestrating AI coding agents (Claude Code, Codex, OpenCode, Amp) in sandboxed environments. Use when setting up sandbox-agent server locally or in cloud sandboxes (E2B, Daytona, Docker), creating and managing agent sessions via SDK or API, streaming agent events and handling human-in-the-loop interactions, building chat UIs for coding agents, or understanding the universal schema for agent responses.
| name | random-number |
| description | Generate a random integer between min and max (inclusive). Use when the user asks for a random number. |
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).