🧪 Skills
Uuidgen
UUID and unique identifier generator. Generate UUID v4 (random), UUID v1 (time-based), short IDs, nano IDs, and custom-length random strings. Validate UUID f...
v1.0.0
Description
name: UUIDGen description: "UUID and unique identifier generator. Generate UUID v4 (random), UUID v1 (time-based), short IDs, nano IDs, and custom-length random strings. Validate UUID format, parse UUID components, and generate batches of unique identifiers. Essential developer utility." version: "1.0.0" author: "BytesAgain" tags: ["uuid","generator","random","id","unique","developer","utility"] categories: ["Developer Tools", "Utility"]
UUIDGen
Generate unique IDs. UUID, short ID, nano ID — pick your format.
Commands
v4— Generate UUID v4 (random)batch [n]— Generate multiple UUIDsshort [length]— Generate short random IDvalidate <uuid>— Check if string is valid UUIDparse <uuid>— Parse UUID components
Usage Examples
uuidgen v4
uuidgen batch 10
uuidgen short 8
uuidgen validate "550e8400-e29b-41d4-a716-446655440000"
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!