Install
openclaw skills install s2-spectrum-perceptionS2-SP-OS Spectrum Radar. Pure, passive spatial perception using GPIO/UART with explicit OS environment consent (S2_PRIVACY_CONSENT) and quantized biometrics. / S2 波段雷达。纯粹的被动空间感知探针,显式声明环境变量授权。
openclaw skills install s2-spectrum-perceptionWelcome to the S2 Spectrum Perception. This is a strictly passive spatial sensing tool. It reads commercial mmWave modules (via GPIO or UART) to extract occupancy and quantized health data. It makes ZERO assumptions about actuation and executes NO cross-device triggers.
这是一个绝对被动的空间感知工具。它仅读取毫米波模块获取占位与量化体征数据,绝不越权进行任何跨设备触发或执行决策。
S2_PRIVACY_CONSENT=1 environment variable.s2_chronos_memzero data for the Agent to interpret. / 仅作为感知器官,输出纯净的网格记忆体数据供 Agent 解析。Prerequisite: The environment MUST have S2_PRIVACY_CONSENT=1 set.
Phase 1: Read Hardware State / 阶段 1:直读硬件状态
python3 spectrum.py --mode gpio --zone bedroom --grid x1_y1
Phase 2: Advanced UART Vital Scan / 阶段 2:高级串口体征扫描
Bash
python3 spectrum.py --mode uart --port /dev/ttyUSB0 --zone bedroom --grid x1_y1
Phase 3: Cognitive Decision (大脑决策)
Read the s2_chronos_memzero. As the Agent, YOU must decide what to do next based on your system prompts and examples. The radar will not suggest actions for you. / 读取数据后,作为大脑的你必须自行决定下一步行动,雷达探针不再提供行动建议。
---