UUIDGen
Installation
SKILL.md
UUIDGen
A real UUID generator and validator. Generate v4 UUIDs, batch-create multiple IDs, validate UUID format, extract UUIDs from text, and generate short 8-character IDs. Uses /proc/sys/kernel/random/uuid on Linux or falls back to python3 uuid module.
Commands
| Command | Description |
|---|---|
uuidgen v4 |
Generate a single random UUID v4 (with compact, uppercase, and URN formats) |
uuidgen batch <count> |
Generate multiple UUIDs (default: 5, max: 1000) |
uuidgen validate <uuid> |
Check if a string is a valid UUID (shows version, variant, and format details) |
uuidgen extract <text> |
Find and extract all UUIDs from a text string |
uuidgen short |
Generate a short 8-character UUID (plus 3 alternatives) |
uuidgen version |
Show version |
uuidgen help |
Show available commands and usage |