← 返回 Skills 市场
72
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install uuid-gen-tools
功能描述
Generate UUIDs in versions v1, v4, and v5 with options for count, namespace, name, and output format.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uuid-gen-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/uuid-gen-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Uuid Generator 是什么?
Generate UUIDs in versions v1, v4, and v5 with options for count, namespace, name, and output format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Uuid Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uuid-gen-tools」即可一键安装,无需额外配置。
Uuid Generator 是免费的吗?
是的,Uuid Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uuid Generator 支持哪些平台?
Uuid Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uuid Generator?
由 darbling(@darbling)开发并维护,当前版本 v1.0.2。
推荐 Skills