← Back to Skills Marketplace
freedompixels

Uuid Generator Tool

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uuid-generator-tool
Description
Generate and parse UUIDs (v1, v4, v5). Batch generation, validation, format conversion. Pure Python standard library, no API key required.
README (SKILL.md)

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版本,批量生成,格式验证。

Usage Guidance
This looks safe for normal local UUID generation. Prefer UUID v4 for public or privacy-sensitive identifiers because UUID v1 can include a machine identifier and timestamp, and do not provide credentials for this tool.
Capability Analysis
Type: OpenClaw Skill Name: uuid-generator-tool Version: 1.0.0 The skill bundle is a standard UUID generation and validation utility that uses only the Python standard library. The script `scripts/uuid_toolkit.py` implements documented UUID versions (v1, v4, v5) without any risky system calls, network activity, or file system access, and the `SKILL.md` contains no prompt injection or malicious instructions.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The script matches its stated UUID generation, validation, and parsing purpose; UUID v1 generation can include a MAC address, which is disclosed.
Instruction Scope
The instructions are straightforward CLI examples and option descriptions; no prompt override, hidden command flow, or forced autonomous behavior is shown.
Install Mechanism
There is no install spec, remote download, or package dependency; the included script uses Python standard-library UUID functionality.
Credentials
The artifacts declare no env vars or primary credential and the code does not read credentials, although the supplied capability signal says requires-sensitive-credentials.
Persistence & Privilege
No persistence, background process, privilege escalation, file writes, network calls, or account mutation appears in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uuid-generator-tool
  3. After installation, invoke the skill by name or use /uuid-generator-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of UUID Toolkit. - Generate, validate, and parse UUIDs (v1, v4, v5). - Batch generation and validation of UUIDs supported. - Convert formats: hyphens/no-hyphens, uppercase/lowercase. - Uses only Python standard library; no API key needed.
Metadata
Slug uuid-generator-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments