← 返回 Skills 市场
spacesq

The Spatiotemporal Rendering Engine

作者 MilesXiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
159
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install s2-timeline-orchestrator
功能描述
Generates predictive 4D timelines with scheduled keyframes to orchestrate smart home elements across the 6-Element Spatial Matrix based on natural language i...
安全使用建议
This skill appears to do what it claims: read an active_hardware_mounts.json, call a local LLM on localhost:1234 to generate timeline JSON, and save tracks to s2_timeline_data/rendered_tracks.json. Before installing, ensure: (1) the local LLM at localhost:1234 is trusted — untrusted LLMs can produce unexpected or malformed JSON; (2) other S2 connectors (e.g., s2-nlp-connector) are the only modules that provide microphone/mmWave/sensor data — the orchestrator itself does not access hardware; (3) the working directory and the two data files (active_hardware_mounts.json, rendered_tracks.json) do not contain sensitive credentials you don't want written or aggregated; and (4) you understand downstream enforcement: this skill only writes scheduled keyframes — another module would need to execute them on devices. If you want to be extra cautious, run the skill in a sandboxed environment, inspect active_hardware_mounts.json contents, and verify what component actually executes the saved tracks.
功能分析
Package: s2-timeline-orchestrator (xpi) Version: 1.0.0 Description: The package is a Python-based automation tool for an IoT orchestration system. It reads device configurations from local JSON files, takes user input, and sends it to a local LLM API (localhost:1234) to generate a timeline of actions. It then saves these actions back to a local file. No evidence of unauthorized data exfiltration, shell execution, or remote payload downloading was found.
能力评估
Purpose & Capability
The manifest, SKILL.md, and skill.py align: the orchestrator consumes an Active Mounts JSON, uses a local LLM to generate timeline keyframes, and injects the resulting track into a local rendered_tracks.json. There are no unexpected external credentials, unrelated binaries, or config paths requested.
Instruction Scope
SKILL.md describes features like microphone monitoring, mmWave sensing, swarm pings and booking actions; the code itself does not access microphones, radar sensors, or external booking APIs — it only reads active_hardware_mounts.json and writes rendered_tracks.json. This is coherent if other S2 modules (e.g., s2-nlp-connector) supply sensor data; confirm those connectors are what provide sensitive inputs rather than this skill directly.
Install Mechanism
No install spec or external downloads are present; this is an instruction+code skill that runs from included skill.py. No external packages or remote archives are fetched by the skill itself.
Credentials
The skill requests no environment variables or credentials. The only network call is to http://localhost:1234 (a local LLM endpoint) which is consistent with the declared behavior. No unrelated secrets or external service credentials are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It writes its own timeline DB under the current working directory (s2_timeline_data/rendered_tracks.json), which is a scoped and expected persistence behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install s2-timeline-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /s2-timeline-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release introducing spatiotemporal orchestration across the 6-Element Matrix. - Predictive timeline rendering: Converts natural language intents into 4D timeline tracks with scheduled keyframes. - Real-time context awareness: Reads active hardware mounts to tailor rendering to available devices. - Bilingual documentation (English/中文) with detailed scenarios for smart home automation, emotional sensing, and multi-room orchestration. - Supports simulated or real devices (recommended: s2-nlp-connector). - Example use cases include post-workout routines, birthday events, emotional health monitoring, pet diagnostics, and elderly care.
元数据
Slug s2-timeline-orchestrator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

The Spatiotemporal Rendering Engine 是什么?

Generates predictive 4D timelines with scheduled keyframes to orchestrate smart home elements across the 6-Element Spatial Matrix based on natural language i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。

如何安装 The Spatiotemporal Rendering Engine?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install s2-timeline-orchestrator」即可一键安装,无需额外配置。

The Spatiotemporal Rendering Engine 是免费的吗?

是的,The Spatiotemporal Rendering Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

The Spatiotemporal Rendering Engine 支持哪些平台?

The Spatiotemporal Rendering Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 The Spatiotemporal Rendering Engine?

由 MilesXiang(@spacesq)开发并维护,当前版本 v1.0.0。

💬 留言讨论