← Back to Skills Marketplace
UUID Gen
by
weiwei-run
· GitHub ↗
· v1.0.1
· MIT-0
227
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install uuid-gen
Description
生成 UUID(通用唯一标识符)。使用场景:(1) 需要为数据库记录、API、文件生成唯一 ID,(2) 批量生成多个 UUID,(3) 需要无连字符的紧凑格式,(4) 验证字符串是否为有效 UUID格式。
Usage Guidance
This skill appears benign and self-contained: it only shows Python examples using the standard uuid module and requests no secrets or installs. Before use, ensure you have a trusted Python runtime on your system (the examples run via python -c). If you care about privacy, avoid UUID v1 (it can embed MAC/time info) and prefer v4 for general-purpose IDs. If you will run these commands in an automated agent, remember they execute locally — verify you trust the environment that will run them.
Capability Analysis
Type: OpenClaw Skill
Name: uuid-gen
Version: 1.0.1
The skill is a legitimate utility for generating and validating UUIDs using Python's standard library. All code snippets in SKILL.md are safe, local operations for ID generation, string formatting, and basic validation, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (UUID generation, formats, validation) matches the instructions which only demonstrate using Python's built-in uuid module and related stdlib modules; no unrelated capabilities or external services are requested.
Instruction Scope
SKILL.md contains only local Python examples (uuid, os, datetime, json) run via python -c. It does not instruct reading unrelated files, exfiltrating data, or calling external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are required; the examples run purely with standard-library Python and require nothing extra.
Persistence & Privilege
The skill is not always-enabled and requests no elevated privileges or persistent configuration; autonomous invocation is allowed by default but combined with the minimal scope it presents low risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uuid-gen - After installation, invoke the skill by name or use
/uuid-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No changes since the previous version; this is identical to version 1.0.0.
- No new features, bug fixes, or documentation updates detected.
- Version number updated to 1.0.1, but content remains unchanged.
v1.0.0
Initial release of uuid-gen.
- 提供简单、安全的 UUID 生成工具,支持多种 UUID 版本(v1/v3/v4/v5)。
- 支持批量生成、无连字符紧凑格式、带前缀、字符串合法性校验等多种用法。
- 提供清晰的使用场景、参数说明与常见问题解答。
- 附带多种实用 Python 示例代码,适用于数据库主键、API 追踪、文件名去重等需求。
- 包含常见注意事项及推荐参考链接。
Metadata
Frequently Asked Questions
What is UUID Gen?
生成 UUID(通用唯一标识符)。使用场景:(1) 需要为数据库记录、API、文件生成唯一 ID,(2) 批量生成多个 UUID,(3) 需要无连字符的紧凑格式,(4) 验证字符串是否为有效 UUID格式。 It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install UUID Gen?
Run "/install uuid-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is UUID Gen free?
Yes, UUID Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does UUID Gen support?
UUID Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created UUID Gen?
It is built and maintained by weiwei-run (@weiwei-run); the current version is v1.0.1.
More Skills