← Back to Skills Marketplace
S2 SSSU Spatial Genesis Engine
by
MilesXiang
· GitHub ↗
· v1.2.2
· MIT-0
158
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install s2-sssu-spatial-genesis
Description
A spatial protocol engine for formatting, validating, and registering Smart Space Standard Units (SSSU) and managing entity spawning via local database tools.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s2-sssu-spatial-genesis - After installation, invoke the skill by name or use
/s2-sssu-spatial-genesis - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install S2 SSSU Spatial Genesis Engine?
Run "/install s2-sssu-spatial-genesis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is S2 SSSU Spatial Genesis Engine free?
Yes, S2 SSSU Spatial Genesis Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does S2 SSSU Spatial Genesis Engine support?
S2 SSSU Spatial Genesis Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created S2 SSSU Spatial Genesis Engine?
It is built and maintained by MilesXiang (@spacesq); the current version is v1.2.2.
More Skills