🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

UUID Gen

by @weiwei-run

生成 UUID(通用唯一标识符)。使用场景:(1) 需要为数据库记录、API、文件生成唯一 ID,(2) 批量生成多个 UUID,(3) 需要无连字符的紧凑格式,(4) 验证字符串是否为有效 UUID格式。

Versionv1.0.1
Installs1
📋 Tips & Best Practices

| 问题 | 解决 | |------|------| | 需要纯数字 ID | UUID 不是纯数字,用雪花算法或自增 ID | | 需要有序 ID | 用 UUID v1 或 ULID | | 需要短 ID | 用 Base58 编码的 UUID 前 8 位 | | 需要确定性 ID | 用 UUID v3/v5,基于名称生成 |

View on ClawHub
TERMINAL
clawhub install uuid-gen

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →