← 返回 Skills 市场
S2-SP-OS Universal Indoor Air Adapter
作者
MilesXiang
· GitHub ↗
· v1.0.0
· MIT-0
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install s2-indoor-air-adapter
功能描述
S2-SP-OS Universal Indoor Air Adapter. Features LAN UDP active radar discovery, MQTT/HTTP aggregated sniffing, S2 spatial voxel wrapping (Memzero), and offli...
安全使用建议
This skill appears to do what it says: it actively broadcasts a UDP discovery packet on your local subnet and runs local processing on returned data. Before installing or running it: (1) review the Python source (it's bundled) and run it in a trusted/isolated network or VM if you are unsure; (2) be aware discovery uses UDP broadcasts which may trigger device responses on your LAN; (3) the code uses simulated sensor reads — it does not implement actual MQTT/HTTP sniffing despite SKILL.md claims, so do not rely on it for production sniffing; (4) confirm you are comfortable granting the agent the ability to execute the script (allowed-tools: exec) and that the agent will request explicit user consent before reading device data as coded.
功能分析
Type: OpenClaw Skill
Name: s2-indoor-air-adapter
Version: 1.0.0
The skill bundle is a simulated IoT adapter for indoor air sensors, providing local network discovery via UDP broadcast and mock data processing. The Python script (s2_indoor_air_adapter.py) uses hardcoded data for its 'read' and 'discover' modes and does not perform any actual external network exfiltration or sensitive data access. The instructions in SKILL.md are consistent with the stated purpose of managing local sensors and do not contain any malicious prompt injection or unauthorized commands.
能力评估
Purpose & Capability
The skill advertises UDP discovery, MQTT/HTTP sniffing, voxel wrapping and offline linkage. The included Python implements UDP broadcast discovery, local data shaping (voxel_wrapping) and offline linkage, but it does NOT implement real MQTT or HTTP sniffing/aggregation — it returns simulated/local data. Requiring only python3 is proportionate, but the SKILL.md's claim of 'aggregated sniffing' is not implemented in the code.
Instruction Scope
Runtime instructions tell the agent to run the provided script with --mode discover or --mode read and to present results to the user. The script performs UDP broadcast discovery on the LAN (socket sendto to broadcast) and then uses simulated fetch_data for reads. The agent is correctly instructed to require user consent before reading. There is no instruction to read unrelated files or environment variables. Note: the UDP broadcast will actively scan the local subnet — expected for discovery but worth user awareness.
Install Mechanism
No install spec; this is an instruction-only skill with one bundled Python script. Nothing is downloaded from external URLs or written to disk beyond running the included script.
Credentials
No environment variables, credentials, or config paths are requested. The script operates with local network sockets and simulated device responses; requested access is proportional to its discovery/edge-processing purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skill configurations. The script does not store tokens or alter system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install s2-indoor-air-adapter - 安装完成后,直接呼叫该 Skill 的名称或使用
/s2-indoor-air-adapter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Major update: Adds autodiscovery, aggregation, spatial addressing, and offline linkage features for LAN-based indoor air monitoring.**
- Introduces UDP active radar scanning to auto-discover air sensors on the local network.
- Adds MQTT/HTTP aggregated sniffing for universal protocol support.
- Integrates S2 spatial voxel wrapping (Memzero) for high-dimensional device addressing.
- Enables offline, local calculation of environment-based linkage suggestions for energy saving and comfort—no cloud needed.
- Enhances privacy by removing dependence on external APIs and cloud services.
元数据
常见问题
S2-SP-OS Universal Indoor Air Adapter 是什么?
S2-SP-OS Universal Indoor Air Adapter. Features LAN UDP active radar discovery, MQTT/HTTP aggregated sniffing, S2 spatial voxel wrapping (Memzero), and offli... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 S2-SP-OS Universal Indoor Air Adapter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install s2-indoor-air-adapter」即可一键安装,无需额外配置。
S2-SP-OS Universal Indoor Air Adapter 是免费的吗?
是的,S2-SP-OS Universal Indoor Air Adapter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
S2-SP-OS Universal Indoor Air Adapter 支持哪些平台?
S2-SP-OS Universal Indoor Air Adapter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 S2-SP-OS Universal Indoor Air Adapter?
由 MilesXiang(@spacesq)开发并维护,当前版本 v1.0.0。
推荐 Skills