← 返回 Skills 市场
S2 SSSU Spatial Genesis Engine
作者
MilesXiang
· GitHub ↗
· v1.2.2
· MIT-0
158
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install s2-sssu-spatial-genesis
功能描述
A spatial protocol engine for formatting, validating, and registering Smart Space Standard Units (SSSU) and managing entity spawning via local database tools.
安全使用建议
This skill appears internally consistent and implements a local registry (SQLite DB) for SUNS v3 addresses and entity spawn logs. Important things to consider before installing: 1) It runs native Python code and will create s2_spatial_genesis.db in the plugin folder — inspect that file if you care about disk persistence or privacy. 2) The skill does not make network calls or request credentials, so it cannot exfiltrate secrets by itself, but it will execute code from an unknown source — only install if you trust the publisher or run in a sandbox. 3) Small doc vs code inconsistencies (http vs https acceptance; L1 presets vs regex) are benign but worth knowing if you rely on strict validation. If you want more assurance, ask the author for provenance or run the plugin in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: s2-sssu-spatial-genesis
Version: 1.2.2
The skill bundle implements a local spatial registry system using SQLite to manage 'Smart Space Standard Units' (SSSU). The Python code (skill.py) performs strict regex validation and uses parameterized queries to manage a local database (s2_spatial_genesis.db) for tracking entity occupancy. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the logic is entirely consistent with the stated purpose of spatial metadata management.
能力评估
Purpose & Capability
Name/description (spatial genesis, SSSU, SUNS v3) match the implemented functionality: register_sssu and spawn_entity are implemented in skill.py and create/operate on a local SQLite registry. Required resources (none) are proportional to this purpose.
Instruction Scope
SKILL.md instructs agents to use register_sssu and spawn_entity and to provide SUNS v3 addresses — the code enforces that. Minor documentation/code mismatches: the docs emphasize http:// while the regex accepts http(s) and README lists a fixed set of L1 presets whereas the regex accepts any 4 letters; these are small inconsistencies but do not indicate malicious behavior.
Install Mechanism
No install spec or external downloads. The package is delivered as native Python code (skill.py) executed by the agent. It writes a local SQLite DB file (s2_spatial_genesis.db) in the plugin directory — expected for a local registry engine.
Credentials
The skill requests no environment variables, no credentials, and does not access system config paths. All file I/O is limited to creating/using a local SQLite database in the plugin directory, which is coherent with its purpose.
Persistence & Privilege
The skill executes native Python and persists state by creating/writing s2_spatial_genesis.db in the plugin directory. It does not request always:true or modify other skills. Users should note that data will persist on disk until removed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install s2-sssu-spatial-genesis - 安装完成后,直接呼叫该 Skill 的名称或使用
/s2-sssu-spatial-genesis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.2
Minor clarifications and stricter validation in SUNS address formatting.
- Updated SUNS address format to require explicit domain field and clarified all subfield length/format requirements.
- Tightened validation rules (e.g., RoomID and GridID cannot start with zero).
- Removed reference to pretending space creation in text; streamlined operational instructions.
- Documentation wording made more concise and precise.
v1.2.0
s2-sssu-spatial-genesis v1.2.0 introduces an active protocol engine with database-backed tools for SSSU registration and entity management.
- Added Python engine (`skill.py`) for handling SSSU registration and entity spawning via a local database.
- Introduced strict tool usage: `register_sssu` for space initialization and `spawn_entity` for tracked entity entry.
- SUNS v3.0 address validation enforced before registration.
- Updated documentation to reflect new operational workflow and rules.
- Removed protocol.md; now tooling and logic are code-enforced.
v1.0.1
Summary: Updated protocol with expanded SUNS v3.0 addressing and clarified scope.
- Introduced SUNS v3.0 6-segment addressing, now compatible with HTTP URL format and Web2 protocols.
- Updated addressing segment definitions, including Logic Root, Orientation Matrix, Digital Grid, Sovereign Handle & Checksum, RoomID, and GridID.
- Clarified the definition and usage of SSSU as the dimensional anchor for physical and virtual assets.
- Refined occupancy density guidelines and terminology for digital entities per SSSU.
- Simplified and formalized protocol reference language, targeting broader use in spatial computing scenarios.
v1.0.0
Initial release of the Spatial Genesis Protocol.
- Introduces the Smart Space Standard Unit (SSSU) as the atomic unit for spatial partitioning (2.0m x 2.0m x 2.4m).
- Establishes the 6-segment unified SUNS addressing scheme for precise spatial identification.
- Defines embodied existence rules for Digital Humans, mandating SSSU occupancy and environmental encapsulation.
- Specifies strict occupancy density and guidelines for merging adjacent SSSUs when more space is needed.
元数据
常见问题
S2 SSSU Spatial Genesis Engine 是什么?
A spatial protocol engine for formatting, validating, and registering Smart Space Standard Units (SSSU) and managing entity spawning via local database tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 S2 SSSU Spatial Genesis Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install s2-sssu-spatial-genesis」即可一键安装,无需额外配置。
S2 SSSU Spatial Genesis Engine 是免费的吗?
是的,S2 SSSU Spatial Genesis Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
S2 SSSU Spatial Genesis Engine 支持哪些平台?
S2 SSSU Spatial Genesis Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 S2 SSSU Spatial Genesis Engine?
由 MilesXiang(@spacesq)开发并维护,当前版本 v1.2.2。
推荐 Skills