← 返回 Skills 市场
Uuid Generator Tool
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uuid-generator-tool
功能描述
Generate and parse UUIDs (v1, v4, v5). Batch generation, validation, format conversion. Pure Python standard library, no API key required.
使用说明 (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版本,批量生成,格式验证。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uuid-generator-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/uuid-generator-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Uuid Generator Tool 是什么?
Generate and parse UUIDs (v1, v4, v5). Batch generation, validation, format conversion. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Uuid Generator Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uuid-generator-tool」即可一键安装,无需额外配置。
Uuid Generator Tool 是免费的吗?
是的,Uuid Generator Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uuid Generator Tool 支持哪些平台?
Uuid Generator Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uuid Generator Tool?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills