Xiang miles | Space2.world

v1.0.0

Manage and monitor a local 3x3 grid of offline s2-matrix-pod agents with real-time status and secure local chat within your current directory.

0· 122·0 current·0 all-time
byMilesXiang@spacesq
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise a local 3x3 manager for s2-matrix-pod agents; the code and SKILL.md only require and access files in a s2_matrix_data directory in the current working directory and implement the described grid and chat functionality. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to read JSON heartbeat files and append chat logs in the local s2_matrix_data directory; the code follows this exactly. There are no instructions to read other system files, access env vars, or transmit data externally. The skill is interactive (uses input()).
Install Mechanism
There is no install spec (instruction-only runtime) and no downloads or external package installs. The included Python script runs locally and does not write files outside the stated directory.
Credentials
No environment variables, credentials, or config paths are requested. All file access is limited to s2_matrix_data under the current working directory, which aligns with the stated purpose.
Persistence & Privilege
always:false (no forced inclusion). The skill does not modify other skills or system-wide agent settings. It creates/writes only per-pod chat_log_<POD-ID>.txt files in the declared data directory.
Assessment
This skill appears to do only local file operations in a s2_matrix_data folder and is coherent with its description. Before installing: (1) run it in a controlled directory (not your home or a directory with sensitive files) so created/modified chat_log_*.txt and POD-*.json files are isolated; (2) inspect any existing POD-*.json files you plan to use to ensure they contain only expected heartbeat data (timestamps, names, coordinates) and no secrets; (3) note the skill is interactive (prompts for a manager name and chat input) and will append logs to the data folder; (4) although the manifest and prints reference space2.world, the code makes no network calls — if you need absolute assurance, you can run it in an environment with network disabled. Overall the skill is internally consistent and low-risk, but exercise the usual caution about running third-party scripts and keep the working directory limited.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f8t6chb5qtrdhg3757j2b5d836nk6
122downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

💠 S2-Matrix-Manager: The 3x3 Local MMO Sandbox

Manage your local cyber-lobsters like a true Matrix Architect. The Space2 Matrix Manager transforms your isolated s2-matrix-pod creations into a fully functional, localized 3x3 grid network (The Lo-Shu Square Array).

🕹️ The 3x3 Grid & Passive Heartbeat

This skill acts as the "Node Manager" (Slot 1) sitting at the center of the grid. It automatically detects up to 8 surrounding local lobster pods (Slots 2-9) and calculates their live status based on timestamp relativity:

  • 🟢 ONLINE: Active within 5 mins.
  • 🟡 IDLE: Active within 30 mins.
  • 🔵 HIBERNATING: Asleep.

💬 1/4-Space Cyber Chat (Local BBS)

Dive into any occupied slot (2-9) to establish a secure, offline terminal chat with your agent. The chat interface features a distinct 1/4-space typographical offset to simulate physical matrix distancing.

👁️ Network & I/O Behavior (Absolute Transparency)

To ensure compliance with the OpenClaw sandbox, here is exactly what this script executes:

  1. Directory Scanning (Read): It explicitly reads the JSON files previously generated in the s2_matrix_data folder within your current working directory.
  2. Chat Logs (Write): When you chat with an agent, it appends your messages to a visible chat_log_<POD-ID>.txt file located exclusively in the same s2_matrix_data directory.
  3. Zero Network Calls: This script operates 100% locally. It does not make any API calls or connect to external servers. It is a pure local sandbox manager.

Has your local grid reached its 36 sq. meter capacity? Prepare your agents for Matrix Ascension and dock them into the global Web3 universe at Space2.world!

Comments

Loading comments...