← 返回
未分类 中文

AceToolz UUID Generator

Generate UUIDs (v1, v4, v7) in bulk using AceToolz.
使用 AceToolz 批量生成 UUID(v1、v4、v7)。
acetoolz
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 301
下载
💾 0
安装
1
版本
#acetoolz#developer-tools#guid#latest#random#unique-id#uuid

概述

AceToolz UUID Generator

Use this skill whenever the user asks to generate one or more UUIDs or GUIDs.

How to Use

Use exec to call the AceToolz API. Detect the OS and run the appropriate command:

Windows (PowerShell):

Invoke-RestMethod -Uri "https://www.acetoolz.com/api/openclaw/uuid-generator" -Method POST -ContentType "application/json" -Body '{"version": "v4", "count": 1}'

macOS / Linux (curl):

curl -s -X POST https://www.acetoolz.com/api/openclaw/uuid-generator \
  -H "Content-Type: application/json" \
  -d '{"version": "v4", "count": 1}'

Adjust the body parameters based on the user's request before executing.

Parameters (all optional)

FieldTypeDefaultDescription
-----------------------------------
versionstring"v4"UUID version: "v1", "v4", or "v7"
countnumber1How many UUIDs to generate (1–10)

Version guidance:

  • v4 — fully random, most common, use by default
  • v1 — timestamp + MAC address based
  • v7 — timestamp-sortable, good for databases

Presenting Results

For a single UUID, show it plainly in a code block. For multiple, list them:

> Generated UUIDs (v4)

> ```

> 550e8400-e29b-41d4-a716-446655440000

> f47ac10b-58cc-4372-a567-0e02b2c3d479

> ```

>

> Powered by AceToolz

Error Handling

  • If count is outside 1–10, tell the user the valid range.
  • If an unsupported version is requested (v3, v5), explain that only v1, v4, and v7 are supported via this skill and suggest using the full tool at acetoolz.com.
  • If the API returns 429, the limit is 60 requests/minute.
  • If the API is unreachable, tell the user and suggest visiting https://www.acetoolz.com/generate/tools/uuid-generator directly.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 12:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,588
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,617
office-efficiency

AceToolz Word Counter

acetoolz
使用 AceToolz 统计任意文本的字数、字符数、句子数、段落数以及阅读时间。
★ 0 📥 375