Uuid Generator

v1.0.2

Generate UUIDs in versions v1, v4, and v5 with options for count, namespace, name, and output format.

1· 55·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for darbling/uuid-gen-tools.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Uuid Generator" (darbling/uuid-gen-tools) from ClawHub.
Skill page: https://clawhub.ai/darbling/uuid-gen-tools
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install uuid-gen-tools

ClawHub CLI

Package manager switcher

npx clawhub@latest install uuid-gen-tools
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script: the code generates v1, v4, and v5 UUIDs and supports basic output formats. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md usage examples refer to a 'uuid' CLI; the repository provides scripts/uuid_gen.py (no wrapper). The README mentions 'custom patterns' and 'urlsafe' formatting; the script does not implement custom patterns and the 'urlsafe' branch uses a non-existent u.urlsafe() API (falls back to removing dashes). These are functional inconsistencies (bugs), not evidence of hidden behavior.
Install Mechanism
No install spec — instruction-only with a local script. Nothing is downloaded or installed automatically.
Credentials
No environment variables, credentials, or config paths are requested. The skill does use uuid.uuid1(), which embeds timestamp and the host's MAC address (privacy risk), but this is expected for v1 UUID support.
Persistence & Privilege
Skill is not always-enabled, does not request elevated or persistent privileges, and does not modify other skills or system settings.
Assessment
This skill is internally coherent for generating UUIDs, but check three things before use: (1) UUID v1 contains time + the machine MAC address and can leak host-identifying info — prefer v4 if you want no host fingerprinting; (2) the SKILL.md examples assume a 'uuid' CLI but the shipped file is scripts/uuid_gen.py — you may need to create a wrapper or run the script directly; (3) there's a minor bug: the 'urlsafe' formatting branch references a non-existent u.urlsafe() API and effectively falls back to removing dashes. Review/run the script locally (offline) to confirm behavior before integrating into automated workflows.

Like a lobster shell, security has layers — review code before you run it.

generatorvk978d68bf7mx2v6b887bdcb30n85mh8tidvk978d68bf7mx2v6b887bdcb30n85mh8tidentifiervk978d68bf7mx2v6b887bdcb30n85mh8tlatestvk978d68bf7mx2v6b887bdcb30n85mh8tuniquevk978d68bf7mx2v6b887bdcb30n85mh8tutilityvk978d68bf7mx2v6b887bdcb30n85mh8tuuidvk978d68bf7mx2v6b887bdcb30n85mh8t
55downloads
1stars
3versions
Updated 20h ago
v1.0.2
MIT-0

uuid-generator

Generate UUIDs in various formats. Supports UUID v1, v4, v5, and custom patterns.

Features

  • UUID v4 (default): Cryptographically random UUIDs
  • UUID v1: Time-based UUIDs with timestamp and MAC address
  • UUID v5: Namespace-based deterministic UUIDs (SHA-1)
  • Bulk generate: Generate multiple UUIDs at once
  • Format options: Standard, uppercase, no-dashes, URL-safe

Usage

uuid
uuid v4
uuid v4 --count 10
uuid v1
uuid v5 ns:url "https://example.com"
uuid --format no-dashes
uuid --format uppercase

Parameters

  • version: UUID version to generate (v1/v4/v5, default: v4)
  • count: Number of UUIDs to generate (default: 1)
  • namespace: (v5 only) Namespace: url, dns, oid, x500, or custom
  • name: (v5 only) Name within the namespace
  • format: Output format: standard/uppercase/nodashes/urlsafe

⚠️ Disclaimer

This tool is provided "as is" for informational purposes only. Data accuracy is not guaranteed. Not financial, legal, or professional advice. Always verify critical information from official sources.

本工具仅供信息参考,不保证数据完全准确,不构成任何金融/法律/专业建议。请以官方来源为准。

Comments

Loading comments...