← 返回 Skills 市场
weiwei-run

UUID Gen

作者 weiwei-run · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
227
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install uuid-gen
功能描述
生成 UUID(通用唯一标识符)。使用场景:(1) 需要为数据库记录、API、文件生成唯一 ID,(2) 批量生成多个 UUID,(3) 需要无连字符的紧凑格式,(4) 验证字符串是否为有效 UUID格式。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uuid-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uuid-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 追踪、文件名去重等需求。 - 包含常见注意事项及推荐参考链接。
元数据
Slug uuid-gen
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

UUID Gen 是什么?

生成 UUID(通用唯一标识符)。使用场景:(1) 需要为数据库记录、API、文件生成唯一 ID,(2) 批量生成多个 UUID,(3) 需要无连字符的紧凑格式,(4) 验证字符串是否为有效 UUID格式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。

如何安装 UUID Gen?

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

UUID Gen 是免费的吗?

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

UUID Gen 支持哪些平台?

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

谁开发了 UUID Gen?

由 weiwei-run(@weiwei-run)开发并维护,当前版本 v1.0.1。

💬 留言讨论