← 返回 Skills 市场
kofna3369

axiom-uuid-analyzer

作者 Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install axiom-uuid-analyzer
功能描述
UUID inspector — parse any UUID and extract version (1-8), variant (RFC 4122, Microsoft, NCS, Future), timestamp (v1, v7), MAC address (v1). Use when you nee...
使用说明 (SKILL.md)

axiom-uuid-analyzer

Version: 0.1.2 Axioma Tools

Inspects UUIDs and extracts their semantic content.

What this skill does

  • Validates UUID format (8-4-4-4-12 hex)
  • Extracts version (1-8)
  • Extracts variant (RFC 4122, Microsoft, NCS, Future)
  • For v1: extracts timestamp + MAC address
  • For v7: extracts unix timestamp

When to use this skill

  • ✅ Analyze a UUID you didn't generate
  • ✅ Audit DB for UUID version consistency
  • ✅ Extract timestamp from time-based UUIDs
  • ✅ Validate UUIDs in user input
  • ❌ Generate UUIDs (use uuid module directly)

Usage

python3 axiom_uuid_analyzer.py "550e8400-e29b-41d4-a716-446655440000"
python3 axiom_uuid_analyzer.py uuid-list.txt --json
from axiom_uuid_analyzer import analyze_uuid
info = analyze_uuid('550e8400-e29b-41d4-a716-446655440000')
# {'version': 4, 'variant': 'RFC 4122', 'timestamp': None, 'mac': None}

Validation

Check Status
Unit tests 30+ cases
Performance \x3C100ms
Security Pure stdlib, no injection
Determinism Byte-to-byte stable
License Apache-2.0

Last updated: 2026-06-14

安全使用建议
Installers should understand that UUID v1 values can reveal generation time and a device-like node identifier. Avoid logging or sharing raw v1 MAC/node output unless needed, but the skill itself appears local, disclosed, and proportionate.
能力评估
Purpose & Capability
The skill coherently validates and analyzes UUIDs, including disclosed extraction of v1 timestamps and MAC/node fields and v7 timestamps.
Instruction Scope
Runtime instructions are scoped to direct CLI or Python use against user-provided UUIDs or a user-specified batch file; the README lacks an explicit privacy warning for v1 MAC/timestamp output.
Install Mechanism
No install hook, dependency installation, auto-run behavior, or package-manager execution path is present; files are markdown, one Python analyzer, tests, and a manifest.
Credentials
The code uses Python standard library parsing, reads only an explicitly supplied batch file, and does not use network, subprocesses, environment secrets, or broad filesystem access.
Persistence & Privilege
No persistence, background worker, privilege escalation, credential/session access, writes, deletes, or configuration mutation were found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiom-uuid-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiom-uuid-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
v0.1.2: Make trilingual EN/FR/ZH the latest version (was 0.1.1/0.1.6, semver too low)
v0.1.1
v0.1.1: Trilingual SKILL.md (EN/FR/ZH) added for ClawHub
v0.1.0
v0.1.0: UUID parser. Extracts version (1-8), variant, timestamp (v1/v7), MAC (v1).
元数据
Slug axiom-uuid-analyzer
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

axiom-uuid-analyzer 是什么?

UUID inspector — parse any UUID and extract version (1-8), variant (RFC 4122, Microsoft, NCS, Future), timestamp (v1, v7), MAC address (v1). Use when you nee... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 axiom-uuid-analyzer?

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

axiom-uuid-analyzer 是免费的吗?

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

axiom-uuid-analyzer 支持哪些平台?

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

谁开发了 axiom-uuid-analyzer?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。

💬 留言讨论