AgentSkillsCN

toolbox-uuid

生成 UUID(通用唯一标识符)。

SKILL.md
--- frontmatter
name: toolbox-uuid
description: Create a UUID (Universally Unique Identifier).
license: MIT
compatibility: opencode
metadata:

What I do

Run the following command to generate a UUID:

code
~/.config/opencode/skill/toolbox-uuid/get-uuid

When to use me

Use me when you need to generate a UUID for any purpose, such as unique identifiers for database entries, session tokens, or any scenario requiring a unique reference.