← 返回 Skills 市场
Uuidgen
作者
BytesAgain2
· GitHub ↗
· v3.0.0
· MIT-0
342
总下载
0
收藏
2
当前安装
8
版本数
在 OpenClaw 中安装
/install uuidgen
功能描述
Generate UUIDs, short IDs, and nano IDs. Use when creating database keys, minting session tokens, generating unique filenames, or producing batch IDs.
安全使用建议
This skill appears coherent and limited to generating and validating IDs using local system entropy and standard utilities; it does not request credentials or network access. Before installing, note: (1) the included shell script will be executed by the agent in its environment—review it if you require assurance it won't access other files; (2) it reads /proc and /dev/urandom and may call python3 or /usr/bin/uuidgen depending on availability, which is expected for this functionality; (3) the short 8-character IDs are small and have a higher collision risk and are not suitable as secure tokens or globally unique identifiers for high-risk use cases—use full UUID v4 for uniqueness; and (4) batch generation supports up to 1000 IDs. If you need cryptographically-secure tokens for authentication, verify your threat model and consider a dedicated crypto library rather than short IDs.
功能分析
Type: OpenClaw Skill
Name: uuidgen
Version: 3.0.0
The UUIDGen skill bundle is a legitimate utility for generating, validating, and extracting UUIDs. The implementation in `scripts/script.sh` uses standard system resources like `/dev/urandom`, `/proc/sys/kernel/random/uuid`, or the Python `uuid` module, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description describe UUID generation/validation and the included script implements only those features (v4 generation, batch, validate, extract, short IDs). The tool optionally uses /proc, python3, or /usr/bin/uuidgen which are directly relevant to random/UUID generation.
Instruction Scope
SKILL.md and the script operate on local inputs and standard system sources of entropy (/proc/sys/kernel/random/uuid, /dev/urandom) and standard utilities (od, grep, tr, head). No instructions read unrelated user files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec or remote downloads are used; this is instruction-only with an included shell script. Nothing is fetched from external URLs during install.
Credentials
The skill declares no required env vars, no credentials, and the runtime script does not access secrets or external service tokens. It may call python3 or /usr/bin/uuidgen if available, which is appropriate for the purpose.
Persistence & Privilege
always is false and the skill does not request permanent system-wide changes or modify other skills. It only provides an executable script the agent can run when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uuidgen - 安装完成后,直接呼叫该 Skill 的名称或使用
/uuidgen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Real UUID generator.
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
元数据
常见问题
Uuidgen 是什么?
Generate UUIDs, short IDs, and nano IDs. Use when creating database keys, minting session tokens, generating unique filenames, or producing batch IDs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。
如何安装 Uuidgen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uuidgen」即可一键安装,无需额外配置。
Uuidgen 是免费的吗?
是的,Uuidgen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uuidgen 支持哪些平台?
Uuidgen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uuidgen?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v3.0.0。
推荐 Skills