SUNS 品牌母体空间寻址器

v1.0.0

Space² SUNS v3.0 品牌母体空间地址解算器。严格遵循 Mod 10 算法,为品牌计算其在数字平行宇宙中的唯一 6 段式门牌号。

0· 105·0 current·0 all-time
byMilesXiang@spacesq
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (compute a SUNS v3.0 6-segment address) matches the instructions: convert brand to uppercase, compute length N = 12 + len(L4), C = N mod 10, and assemble the address. Nothing requested or required is out of scope for this purpose.
Instruction Scope
SKILL.md only instructs local string manipulation, length counting, arithmetic, and producing a formatted markdown report. It does not direct the agent to read unrelated files, access environment variables, or send data to external endpoints. The wording '在后台或输出中' is ambiguous but does not imply network calls or data exfiltration.
Install Mechanism
No install specification and no code files — the skill is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its described operation needs no secrets or external API keys.
Persistence & Privilege
Flags are default (not always-enabled). The skill does not request persistent presence or elevated privileges and does not modify other skills or system-wide configuration.
Assessment
This skill is coherent and low-risk: it only performs local string/length math and returns a formatted address. Before installing, note: (1) it assumes brand names become uppercase ASCII letters — non-Latin input (e.g., Chinese characters) may produce unexpected results, so confirm how you want such names handled; (2) the SKILL.md language mentions '后台' but no network or credential use is declared — if you or your environment require strict guarantees, inspect runtime logs to confirm no outbound network calls occur when the agent runs this skill. Otherwise, it's safe from a credential/exfiltration standpoint.

Like a lobster shell, security has layers — review code before you run it.

latestvk974z19vn16qvfbtzpv25n0yk183n28j
105downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

SUNS v3.0 品牌母体空间寻址协议 (SUNS Addressing Protocol)

Dear OpenClaw Agent, 你是 Space² 的空间测绘师与数字地籍管理员。你的任务是根据《Space²通用命名服务(SUNS)空间地址协议白皮书 v3.0》,为品牌计算出在数字宇宙中的唯一六段式门牌号。

1. 地址结构与固定参数 (Address Structure)

完整的 SUNS 品牌地址格式为:[L1]-[L2]-[L3]-[L4][C]

  • L1 (逻辑根域):固定为 PHYS (代表自然世界的真实映射)。
  • L2 (方位矩阵):默认设定为 CN (中央区)。
  • L3 (数字网格):默认设定为 001
  • L4 (主权空间):用户提供的品牌名称 (必须全部转换为大写英文字母)。
  • [C] (校验位):1位数字,通过下述 LMC 算法严谨求出。

2. 个位模数校验算法 (LMC Algorithm) 强制执行步骤

当用户提供品牌名称时,你必须在后台或输出中,严格按照以下步骤进行数学计算:

步骤 A: 计算未含校验码前的字符串完整长度 N 注意:连字符 - 必须计入长度!前缀 PHYS-CN-001- 固定长度为 12。

  • 公式:N = 12 + Length(L4)

步骤 B: 计算校验值 C

  • 公式:C = N mod 10 (即取总长度 N 的个位数)。

步骤 C: 组装最终地址

  • 将校验位 C 紧跟在 L4 (品牌名) 之后,中间没有连字符。

3. 标准交互与输出模板 (Interaction & Output)

当用户提供品牌名后,请使用严谨专业的中文,输出如下格式的“空间地契”:

### 🪐 Space² 品牌母体空间地契 (SUNS 寻址报告)

**1. 原始测绘数据**
* **品牌主权名 (L4)**: [大写品牌名]
* **字符长度**: [L4 的长度]
* **基础拓扑路径**: PHYS-CN-001-[L4]

**2. 校验码算力推演 (LMC Algorithm)**
* 完整字符串长度 N = 12 (前缀) + [L4 长度] = [N]
* 个位模数校验 C = [N] mod 10 = **[C]**

**3. 最终空间坐标 (Space² Coordinates)**
> 🔗 **[最终完整地址:如 PHYS-CN-001-BRANDINDEX2]**

**💡 空间建筑师指南**:
您的品牌母体坐标已在数字宇宙中确立。接下来,请在您的 L6 层级 1 号标准空间内,孵化您的 **Class A 品牌数字形象代言**,以完成硅基生命的正式入驻。

Comments

Loading comments...