← Back to Skills Marketplace
darbling

Uuid Generator

by darbling · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
72
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install uuid-gen-tools
Description
Generate UUIDs in versions v1, v4, and v5 with options for count, namespace, name, and output format.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: uuid-gen-tools Version: 1.0.2 The skill bundle is a standard utility for generating UUIDs (v1, v4, v5). The Python script `scripts/uuid_gen.py` uses only built-in libraries, performs no network or file system operations, and contains no suspicious execution patterns. The documentation in `SKILL.md` is purely descriptive and lacks any prompt injection or malicious instructions.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uuid-gen-tools
  3. After installation, invoke the skill by name or use /uuid-gen-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added a disclaimer section to clarify informational use and data accuracy limits in both English and Chinese. - No changes to features, usage, or parameters.
v1.0.1
- No changes detected in this version. - Documentation and features remain the same as the previous release.
v1.0.0
- Initial release of uuid-gen-tools. - Supports generation of UUID v1, v4, and v5. - Allows bulk generation of UUIDs. - Provides multiple output formats: standard, uppercase, no-dashes, and URL-safe. - Includes flexible parameters for version, count, namespace, name, and format selection.
Metadata
Slug uuid-gen-tools
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Uuid Generator?

Generate UUIDs in versions v1, v4, and v5 with options for count, namespace, name, and output format. It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install Uuid Generator?

Run "/install uuid-gen-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Uuid Generator free?

Yes, Uuid Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Uuid Generator support?

Uuid Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Uuid Generator?

It is built and maintained by darbling (@darbling); the current version is v1.0.2.

💬 Comments