← 返回 Skills 市场
johnnywang2001

Uuid Toolkit

作者 John Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
207
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uuid-toolkit
功能描述
Generate, parse, validate, and convert UUIDs (v1/v3/v4/v5), ULIDs, and NanoIDs. Use when creating unique identifiers, parsing existing UUIDs to extract versi...
安全使用建议
This skill appears coherent and self-contained. You can inspect the included Python file (scripts/uuid_toolkit.py) before running it (the full source is bundled). Note: UUID v1 values contain node information (historically MAC) and the script will display the node/MAC when parsing v1 UUIDs — avoid generating or sharing v1 values if you don't want length/host-identifying data. Otherwise, the tool uses safe standard-library RNG (os.urandom / secrets) and performs no network I/O or secret access.
功能分析
Type: OpenClaw Skill Name: uuid-toolkit Version: 1.0.0 The uuid-toolkit skill is a standard utility for generating, parsing, and validating various unique identifier formats (UUID, ULID, NanoID). The implementation in scripts/uuid_toolkit.py uses built-in Python modules and secure randomness (secrets/os.urandom) without any network access, file system modifications, or suspicious logic.
能力评估
Purpose & Capability
Name and description align with the included script and SKILL.md. The code implements UUID (v1/v3/v4/v5), ULID, and NanoID generation/parse/convert functionality and nothing unrelated is requested (no cloud creds, no extra binaries).
Instruction Scope
SKILL.md only instructs running the bundled Python script and demonstrates generate/parse/validate/convert commands; the instructions do not ask the agent to read unrelated files, environment variables, or contact external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). The script uses only Python standard library modules (uuid, os, time, base64, struct, secrets, etc.), so no external package installs are required.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access environment secrets. The requested access is proportional to the functionality.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or persistent agent configuration; it only provides a runnable script and prints output.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uuid-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uuid-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of uuid-toolkit. - Generate, parse, validate, and convert UUIDs (v1, v3, v4, v5), ULIDs, and NanoIDs. - Supports creating, parsing, and validating identifiers, as well as converting between multiple string and binary formats. - Offers bulk ID generation, extraction of UUID metadata (version, timestamp, node), and nil UUID support. - No external dependencies required (Python 3.9+).
元数据
Slug uuid-toolkit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Uuid Toolkit 是什么?

Generate, parse, validate, and convert UUIDs (v1/v3/v4/v5), ULIDs, and NanoIDs. Use when creating unique identifiers, parsing existing UUIDs to extract versi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。

如何安装 Uuid Toolkit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uuid-toolkit」即可一键安装,无需额外配置。

Uuid Toolkit 是免费的吗?

是的,Uuid Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Uuid Toolkit 支持哪些平台?

Uuid Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Uuid Toolkit?

由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。

💬 留言讨论