Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Uuid Generator

  • 25 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

uuid-generator is a Claude Code skill that generates UUID v1/v4/v5 and other unique identifiers like ULID and nanoid.

About

uuid-generator is a Claude Code skill that generates unique identifiers using Python's uuid module. It produces UUID v1, v4, and v5, plus ULID and nanoid-style short IDs, and can emit several at once. A developer uses it to create identifiers during development.

  • Generates UUID v1, v4, and v5 identifiers
  • Also produces ULID and nanoid-style IDs
  • Can generate multiple or short IDs at once

Uuid Generator by the numbers

  • 25 all-time installs (skills.sh)
  • Ranked #355 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

uuid-generator capabilities & compatibility

Capabilities
uuid generation · id generation
Pricing
Free
From the docs

What uuid-generator says it does

Generate various types of unique identifiers including UUID v1, v4, v5, ULID, and nanoid.
SKILL.md
python scripts/uuid_generator.py --v5 --namespace dns --name example.com
SKILL.md
`uuid`, `id`, `generator`, `unique`, `identifier`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill uuid-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs25
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Generate UUID v1/v4/v5, ULID, or nanoid-style identifiers, singly or in batches.

Who is it for?

Generating UUIDs or short unique IDs during development.

When should I use this skill?

You need to generate one or more unique identifiers.

What you get

Prints one or more generated unique identifiers.

  • generated unique identifiers

By the numbers

  • Supports UUID v1, v4, and v5 plus ULID and nanoid

Files

SKILL.mdMarkdownGitHub ↗

UUID Generator Tool

Description

Generate various types of unique identifiers including UUID v1, v4, v5, ULID, and nanoid.

Trigger

  • /uuid command
  • User needs unique identifiers
  • User wants to generate IDs

Usage

# Generate UUID v4
python scripts/uuid_generator.py

# Generate multiple UUIDs
python scripts/uuid_generator.py --count 10

# Generate UUID v5 with namespace
python scripts/uuid_generator.py --v5 --namespace dns --name example.com

# Generate short ID
python scripts/uuid_generator.py --short --length 12

Tags

uuid, id, generator, unique, identifier

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

Which ID types does uuid-generator support?

UUID v1, v4, v5, plus ULID and nanoid-style short IDs.

Can it generate many IDs at once?

Yes, using the --count flag.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.