Structs Reconnaissance
v1.2.0Gathers intelligence on players, guilds, planets, and the galaxy in Structs. Use when scouting enemy players, checking planet defenses, monitoring fleet move...
⭐ 0· 355·0 current·0 all-time
by@abstrct
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The SKILL.md describes collecting player/guild/planet/fleet data and persisting intel; all commands and SQL examples align with that stated purpose. The only small mismatch: the skill assumes the presence of the `structsd` CLI and optionally a local PostgreSQL Guild Stack but the registry metadata did not declare required binaries or other runtime dependencies.
Instruction Scope
Instructions are narrowly focused on querying game state (via `structsd` CLI or SQL) and persisting results under memory/intel/. It does not instruct reading unrelated system files or contacting external endpoints. It does grant the agent discretion to create and update persistent memory files (memory/intel/), which is expected for an intel-gathering skill but is persistent storage of potentially sensitive info.
Install Mechanism
No install spec and no code files — instruction-only skills are low-risk from an install perspective. There is no network download or extracted archive. The skill does assume existing local tooling (`structsd`, optionally PostgreSQL), which are not installed by the skill.
Credentials
The skill does not request environment variables, credentials, or config paths. It optionally suggests querying a local PostgreSQL instance; if used, database credentials and access would be required but are not mandated by the skill. This optional DB access is plausible for advanced/local deployments and is proportionate to the described 'advanced' mode.
Persistence & Privilege
always is false and the skill writes only to its own memory/intel/ paths as described. Persisting intel to agent memory is consistent with the functionality; the skill does not request global agent configuration changes or permanent elevated privileges.
Assessment
This skill appears coherent for in-game reconnaissance, but check a few things before installing: 1) Ensure you trust the skill source—owner is unknown and no homepage is provided. 2) Verify that the `structsd` CLI (and `psql` if you plan to use the advanced mode) are present and that you intend to allow the agent to write persistent files under memory/intel/. 3) If you enable the PostgreSQL/advanced path, be mindful of DB credentials and scope — local DB access can expose broader data if misconfigured. 4) Note the _meta.json version/timestamp mismatch in the package metadata; consider asking the publisher for a canonical source or repo before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97apdd4p1sytqvvyaqw8vzj9h83xxqq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
