A versatile CLI utility for generating cryptographically secure random numbers, passwords, and strings for development and security tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install random-tool
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install random-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Random Tool is a high-performance utility designed to streamline the generation of randomized data. Built for developers and security professionals, this skill provides a reliable way to produce cryptographically secure integers, strings, and passwords directly within your workflow. Whether you need mock data for testing or robust credentials for authentication, this addition to the Openclaw Skills library ensures precision and security.
The tool offers granular control over output parameters, including character length and numeric ranges. By integrating seamlessly into your existing development environment, it eliminates the need for external scripts or insecure online generators, keeping your sensitive data production localized and efficient.
To integrate this utility into your environment, ensure you have the Openclaw Skills framework installed. Run the following command to test the installation:
random-tool -p -l 16
Ensure your local environment variables are configured to allow your AI agent to execute shell commands for the tool's options.
The tool operates primarily via standard output and does not maintain a persistent local database, ensuring high privacy. It supports the following parameter schema for input:
| Flag | Argument Type | Description |
|---|---|---|
| -l | Integer | Specifies the number of characters for strings or passwords. |
| -n | MIN MAX | Defines the inclusive minimum and maximum bounds for numeric generation. |
| -p | None | Toggles password mode (alphanumeric + symbols). |
Loading
A comprehensive data and knowledge module for AI agents focused on Calgary's energy sector, economic landscape, and its role as the gateway to the Canadian Rockies.

A specialized research skill providing deep technical and financial insights into First Solar, the leading US thin-film solar manufacturer.

A comprehensive knowledge skill providing deep insights into Detroit's automotive legacy, economic transformation, and cultural impact.

A comprehensive data module for analyzing the IKEA Group business model, from flat-pack logistics to democratic design.

A command-line utility for resolving relative file paths and symbolic links into absolute canonical paths.

A versatile utility for capturing standard input and storing it in variables within interactive scripts and AI agent workflows.








































