Uuid Generator Tool
/install uuid-generator-tool
UUID Toolkit
Generate, validate, and parse UUIDs. Supports UUID v1 (time-based), v4 (random), and v5 (namespace-based).
Features
- UUID v1: Time-based UUID (includes MAC address)
- UUID v4: Random UUID (default, most common)
- UUID v5: Namespace-based UUID (deterministic)
- Validation: Check if string is valid UUID
- Batch generation: Generate multiple UUIDs at once
- Format conversion: With/without hyphens, uppercase/lowercase
Usage
# Generate UUID v4 (random, default)
python3 scripts/uuid_toolkit.py
# Generate UUID v1 (time-based)
python3 scripts/uuid_toolkit.py --v1
# Generate 10 UUIDs
python3 scripts/uuid_toolkit.py --count 10
# Validate a UUID
python3 scripts/uuid_toolkit.py --validate "550e8400-e29b-41d4-a716-446655440000"
# Without hyphens
python3 scripts/uuid_toolkit.py --no-hyphens
# Uppercase
python3 scripts/uuid_toolkit.py --upper
Options
| Option | Description |
|---|---|
--v1 |
Generate UUID v1 (time-based) |
--v4 |
Generate UUID v4 (random, default) |
--v5 NAMESPACE NAME |
Generate UUID v5 |
--count N |
Generate N UUIDs |
--validate UUID |
Validate UUID format |
--no-hyphens |
Output without hyphens |
--upper |
Output uppercase |
中文说明
UUID生成和解析工具,支持v1/v4/v5版本,批量生成,格式验证。
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uuid-generator-tool - After installation, invoke the skill by name or use
/uuid-generator-tool - Provide required inputs per the skill's parameter spec and get structured output
What is Uuid Generator Tool?
Generate and parse UUIDs (v1, v4, v5). Batch generation, validation, format conversion. Pure Python standard library, no API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Uuid Generator Tool?
Run "/install uuid-generator-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uuid Generator Tool free?
Yes, Uuid Generator Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Uuid Generator Tool support?
Uuid Generator Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uuid Generator Tool?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.