← Back to Skills Marketplace
ckchzh

Uuidgen

by BytesAgain2 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
342
Downloads
0
Stars
2
Active Installs
8
Versions
Install in OpenClaw
/install uuidgen
Description
Generate UUIDs, short IDs, and nano IDs. Use when creating database keys, minting session tokens, generating unique filenames, or producing batch IDs.
Usage Guidance
This skill appears coherent and limited to generating and validating IDs using local system entropy and standard utilities; it does not request credentials or network access. Before installing, note: (1) the included shell script will be executed by the agent in its environment—review it if you require assurance it won't access other files; (2) it reads /proc and /dev/urandom and may call python3 or /usr/bin/uuidgen depending on availability, which is expected for this functionality; (3) the short 8-character IDs are small and have a higher collision risk and are not suitable as secure tokens or globally unique identifiers for high-risk use cases—use full UUID v4 for uniqueness; and (4) batch generation supports up to 1000 IDs. If you need cryptographically-secure tokens for authentication, verify your threat model and consider a dedicated crypto library rather than short IDs.
Capability Analysis
Type: OpenClaw Skill Name: uuidgen Version: 3.0.0 The UUIDGen skill bundle is a legitimate utility for generating, validating, and extracting UUIDs. The implementation in `scripts/script.sh` uses standard system resources like `/dev/urandom`, `/proc/sys/kernel/random/uuid`, or the Python `uuid` module, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe UUID generation/validation and the included script implements only those features (v4 generation, batch, validate, extract, short IDs). The tool optionally uses /proc, python3, or /usr/bin/uuidgen which are directly relevant to random/UUID generation.
Instruction Scope
SKILL.md and the script operate on local inputs and standard system sources of entropy (/proc/sys/kernel/random/uuid, /dev/urandom) and standard utilities (od, grep, tr, head). No instructions read unrelated user files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec or remote downloads are used; this is instruction-only with an included shell script. Nothing is fetched from external URLs during install.
Credentials
The skill declares no required env vars, no credentials, and the runtime script does not access secrets or external service tokens. It may call python3 or /usr/bin/uuidgen if available, which is appropriate for the purpose.
Persistence & Privilege
always is false and the skill does not request permanent system-wide changes or modify other skills. It only provides an executable script the agent can run when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uuidgen
  3. After installation, invoke the skill by name or use /uuidgen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: Real UUID generator.
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
Metadata
Slug uuidgen
Version 3.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 8
Frequently Asked Questions

What is Uuidgen?

Generate UUIDs, short IDs, and nano IDs. Use when creating database keys, minting session tokens, generating unique filenames, or producing batch IDs. It is an AI Agent Skill for Claude Code / OpenClaw, with 342 downloads so far.

How do I install Uuidgen?

Run "/install uuidgen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Uuidgen free?

Yes, Uuidgen is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Uuidgen support?

Uuidgen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Uuidgen?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.0.0.

💬 Comments