← Back to Skills Marketplace
The Spatiotemporal Rendering Engine
by
MilesXiang
· GitHub ↗
· v1.0.0
· MIT-0
159
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install s2-timeline-orchestrator
Description
Generates predictive 4D timelines with scheduled keyframes to orchestrate smart home elements across the 6-Element Spatial Matrix based on natural language i...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s2-timeline-orchestrator - After installation, invoke the skill by name or use
/s2-timeline-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install The Spatiotemporal Rendering Engine?
Run "/install s2-timeline-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is The Spatiotemporal Rendering Engine free?
Yes, The Spatiotemporal Rendering Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does The Spatiotemporal Rendering Engine support?
The Spatiotemporal Rendering Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created The Spatiotemporal Rendering Engine?
It is built and maintained by MilesXiang (@spacesq); the current version is v1.0.0.
More Skills