Universal Data Model for the next generation of AI-driven smart spaces
v1.0.0Defines a universal 6-element spatial data model using natural language parameters for AI-driven smart space perception and control.
⭐ 0· 88·0 current·0 all-time
byMilesXiang@spacesq
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match what the package does: generate a 6-element spatial JSON template. No unrelated environment variables, binaries, or network access are requested. Minor inconsistency: the top-level metadata provided to you said 'Homepage: none' while the included manifest.json lists a homepage (https://space2.world) — this is not a security problem but is an informational mismatch you may want to verify.
Instruction Scope
SKILL.md instructs the user/agent to run the script to generate primitive_6_elements_template.json and to supply that JSON as context to agents. The runtime instructions do not ask the agent to read arbitrary system files or credentials, nor to transmit data externally. Note: the script prompts for ENTER before exit, which can block fully automated runs unless handled.
Install Mechanism
No install spec is present and there are no downloads or package installs. The skill is instruction-only with a small Python entry point that writes one JSON file — low installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access environment secrets. The requested privileges are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not modify agent/system-wide configs. It only creates a directory and writes a JSON file in the current working directory, which is a reasonable level of persistence for this purpose.
Assessment
This skill appears to do exactly what it says: create a local JSON template for a spatial primitive. Before installing or running it: (1) Inspect skill.py yourself (it is short and readable) to confirm there are no network calls or hidden behavior — the provided copy has none. (2) Be aware it will create s2_primitive_data/primitive_6_elements_template.json in the current working directory and will overwrite an existing file with that name without prompting; run in a safe/empty folder if concerned. (3) The script blocks on an input() prompt at the end — remove or handle that if you want non-interactive execution. (4) The SKILL claims a strict privacy boundary (no camera recording) — that is a design claim in the model; confirm that any real sensors or agents you later connect to this schema actually respect that boundary. (5) There is a small metadata mismatch around the homepage; if provenance/trust matters, verify the author/homepage (space2.world) before trusting broad use. Running it in an isolated environment first is recommended if you want to be extra cautious.Like a lobster shell, security has layers — review code before you run it.
latestvk97amtq4f90wcamc26gbjmb4hh838hkv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
