← Back to Skills Marketplace
S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑)
by
MilesXiang
· GitHub ↗
· v1.2.5
· MIT-0
134
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install s2-sssu-origin-alignment-brain
Description
S2 Spatial Twin & Origin Alignment Brain. Hybrid Python-Runtime skill enforcing Z-axis reduction and mandatory 2D grid translation via the main entrance anchor.
Usage Guidance
This package appears coherent with its stated goal of local origin alignment and simulated physical-state generation. Before installing, consider: (1) S2_SWARM_PKI_ROOT must point to a legitimate PKI root file if you plan to use swarm signature checks — otherwise swarm interactions will be rejected. (2) The skill enforces 'grid snapping' (it instructs robots to apply a transform to their SLAM maps) — test in a safe, isolated environment to avoid accidental navigation overrides on real hardware. (3) Network permissions claim localhost and a dedicated 192.168.50.0/24 VLAN; confirm your runtime isolates that VLAN or runs in a segregated lab network. (4) The license contains strict anti-resale clauses; review legal implications for your use case. (5) The install uses pip to pull numpy only, but as always, run in a virtualenv/container and audit code before giving the skill access to physical devices or production networks.
Capability Analysis
Type: OpenClaw Skill
Name: s2-sssu-origin-alignment-brain
Version: 1.2.5
The skill bundle implements a specialized spatial alignment and navigation framework for embodied AI and robotics, referred to as the S2-SWM (Taohuayuan World Model). The code uses NumPy for coordinate transformations (translation and rotation), sensor fusion (LiDAR/Radar/Vision), and physical state simulations within a 'generative sandbox.' Security controls are present, such as a 'Visa' system for access management and restricted network permissions limited to local subnets (192.168.50.0/24) for P2P synchronization. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; the logic is consistent with the stated purpose of spatial twin management.
Capability Assessment
Purpose & Capability
Name/description (origin alignment, 2D grid snapping, generative spatial sandbox) match the included Python modules (grid_alignment_engine, robot_navigation_pipeline, generative_sandbox, plugins). The single required env var S2_SWARM_PKI_ROOT is used by the swarm_sync PKI check and is reasonable for verifying peer signatures in a local swarm.
Instruction Scope
SKILL.md instructs calling ALIGN_SPATIAL_GRID, REQUEST_VISA, NAVIGATE_STEP — all actions are implemented in handler.py and the core modules. The instructions do not instruct the agent to read unrelated files or exfiltrate secrets; they reference the declared env var and the local executable tool only.
Install Mechanism
No high-risk download/install is present: openclaw.plugin.json calls pip install -r requirements.txt and requirements.txt only lists numpy>=1.24.0. This is a standard registry-based dependency and matches the code's heavy NumPy usage.
Credentials
Only one environment variable is required (S2_SWARM_PKI_ROOT). The code uses it only in plugins/swarm_sync.py to decide whether peer signature verification can proceed. No unrelated cloud credentials, keys, or many secret variables are requested.
Persistence & Privilege
The skill is not marked always:true; it is user-invocable and can run autonomously (platform default). It does not attempt to modify other skills or system-wide agent settings. Ledger and visa state are kept in-process in memory; no persistent system-wide writes or self-enablement behaviors are observed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s2-sssu-origin-alignment-brain - After installation, invoke the skill by name or use
/s2-sssu-origin-alignment-brain - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.5
## [V1.2.5] - 2026-04-24
### 🛡️ Zero Trust & Micro-segmentation (零信任与微隔离)
- **网络爆炸半径收缩:** 响应高级安全审计,砍掉宽泛的 `/8` 和 `/16` 局域网权限,将 P2P Swarm 同步网络严格收缩至 `192.168.50.0/24` 的单一专用 VLAN,全面贯彻最小权限原则 (Principle of Least Privilege)。
- **注册表元数据强制对齐:** 在 `SKILL.md` 的 Frontmatter 中强声明 `type: executable` 和 `instruction_only: false`,强制覆盖应用商店云端遗留的静态文本标签缓存,彻底消除包清单与注册表之间的状态不一致。
## [V1.2.4] - 2026-04-24
### 📦 CI/CD & Deployment Compliance
- 安装机制显式化:全面实装 `pip install -r requirements.txt`,消除平台装配疑虑。
v1.2.4
## [V1.2.4] - 2026-04-24
### 📦 CI/CD & Deployment Compliance
- **安装机制显式化 (Install Mechanism):** 在 `openclaw.plugin.json` 与 `package.json` 中全面实装 `pip install -r requirements.txt` 的标准构建脚本,打通平台自动环境装配的最后闭环。
- **软件定位精准化 (Skill Type Declaration):** 在元数据 (Metadata) 中全面剥离过时的 `instruction-only` 标签,正式将本包声明为基于 Python 的 `executable`(可执行混合引擎),彻底消除平台对代码体积与定位的疑虑。
## [V1.2.3] - 2026-04-24
### 📦 Packaging & DevOps Compliance
- 依赖声明规范化:新增 `requirements.txt` 文件并更正网络端点为局域网 IP 段。
...(下方保留之前的历史记录)
v1.2.3
## [V1.2.3] - 2026-04-24
### 📦 Packaging & DevOps Compliance
- **依赖声明规范化:** 新增 `requirements.txt` 文件,并在 `openclaw.plugin.json` 中显式声明 Python3 运行环境与 `numpy>=1.24.0` 依赖,解决运行时环境缺失风险。
- **网络端点标准化:** 将原先模糊的 `p2p_mesh` 权限请求,更正为标准的局域网子网段 (`192.168.0.0/16`, `10.0.0.0/8`),明确声明仅用于本地集群通讯,不访问公网。
- **混合体架构澄清:** 更新 `SKILL.md`,向平台审查机制清晰声明本 SKILL 为“提示词+本地Python物理引擎”的 Hybrid 架构。
## [V1.2.2] - 2026-04-24
### 🛡️ Hardware & Actuator Compliance
- 物理安全逻辑合规升级,将破坏性制裁重构为合规的“柔性安全隔离(Soft Halt)”。
v1.2.2
## [V1.2.2] - 2026-04-24
### 🛡️ Hardware & Actuator Compliance
- **物理安全逻辑合规升级:** 响应具身智能平台安全审查,将 `lord_brain.py` 中的 `emergency_override` 机制从模拟的破坏性物理制裁(如 EMP 电磁脉冲、切断电源、门禁锁死)全面重构为合规的“柔性安全隔离(Soft Halt & Isolation)”API 指令。
- **网络权限边界澄清:** 在应用配置清单中明确声明 `localhost` 与 `p2p_mesh` 的网络权限仅用于纯计算层的张量同步与 PKI 校验,系统级阻断任何底层物理执行器(Actuator)的越权控制风险。
v1.2.1
## [V1.2.1] - 2026-04-24
### 🛡️ Security & Compliance
- **文档合规升级:** 响应平台安全审查,全面重构 `README.md` 与 `SKILL.md` 的描述语义,移除所有可能触发“提示词注入 (Prompt Injection)”警告的强指使性与对抗性指令。
- **系统配置声明化:** 将原有的“系统覆盖洗脑指令”重构为标准化、第三人称的“S2-SWM 运行环境初始化配置 (Environment Configuration)”,确保在云端审查与跨平台部署时的绝对安全合规。
- **文件全量对齐:** 同步对齐 `handler.py` 等核心引擎文件的接口调用结构。
## [V1.2.0] - 2026-04-23
### 🚀 Added
- **S2 物理 AI 正式发布:** 发布《S2 物理 AI 架构白皮书》,开辟去中心化物理 AI 新赛道。
- **生成式空间计算引擎:** 借鉴 Flipbook 理念,实现无前端的空间张量实时生成逻辑。
- **分布式试错沙盒:** 引入蒙特卡洛物理模拟,对标重资产物理大模型,实现微型空间的“物理进化”。
- **Markdown 原生支持:** 空间日志与试错经验全面采用 Markdown 格式落盘。
v1.1.0
## [V1.1.0] - 2026-04-24
### 🚀 Added
- **S2 物理 AI 正式发布:** 发布《S2 物理 AI 架构白皮书》,开辟物理 AI 新赛道。
- **生成式空间计算引擎:** 借鉴 Flipbook 理念,实现无前端的空间张量实时生成逻辑。
- **分布式试错沙盒:** 在 9.6m³ 最小空间单位内引入蒙特卡洛物理模拟,支持本地化“物理进化”。
- **Markdown 原生支持:** 所有空间日志、试错经验均采用 Markdown 格式落盘,保障轻量级穿透力。
### 🔧 Changed
- **README 重构:** 整合物理 AI 与入世协议,突出“开源对抗算力霸权”的战略定位。
- **SKILL 升级:** `s2-sssu-origin-alignment-brain` 升级至 V1.1,注入生成式沙盒模块。
v1.0.0
- Initial release of s2-sssu-origin-alignment-brain.
- Enforces Z-axis reduction and mandatory 2D grid translation anchored at the right vertex and center of the main entrance.
- Provides step-by-step protocol for SLAM coordinate alignment before spatial twin interaction.
- Introduces a tensor-based navigation system with Lord-controlled dynamic object generation and momentum-based yielding.
- Requires execution of alignment, visa application, and structured navigation actions.
Metadata
Frequently Asked Questions
What is S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑)?
S2 Spatial Twin & Origin Alignment Brain. Hybrid Python-Runtime skill enforcing Z-axis reduction and mandatory 2D grid translation via the main entrance anchor. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑)?
Run "/install s2-sssu-origin-alignment-brain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑) free?
Yes, S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑) support?
S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created S2 SSSU Origin Alignment Brain (S2 空间原点对齐与孪生大脑)?
It is built and maintained by MilesXiang (@spacesq); the current version is v1.2.5.
More Skills