Structs Power

ReviewAudited by ClawScan on May 14, 2026.

Overview

This instruction-only skill is aligned with managing Structs power, but it can guide signed transactions that may disconnect players or alter/delete power infrastructure.

Use this skill only if you recognize Structs and have a trusted structsd setup. Run transactions interactively, verify IDs and amounts carefully, avoid `-y` unless the exact action is approved, and expect that delete/disconnect/migrate actions can affect other players.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A mistaken allocation or substation change could knock multiple players or structures offline.

Why it was flagged

The skill explicitly discloses that some power-management actions can propagate to downstream substations and players. This is expected for the stated purpose, but it is high-impact.

Skill content
Power operations cascade. Deleting an allocation can take an entire substation's worth of players offline.
Recommendation

Use the interactive transaction prompts, verify every ID and power amount, and get explicit approval before deletes, disconnects, or migrations.

What this means

Using -y too casually could execute a transaction without the normal last-chance confirmation.

Why it was flagged

The skill documents an option that suppresses CLI confirmation prompts. It is framed with an approval requirement and is therefore a note rather than a concern.

Skill content
TX_FLAGS_APPROVED (only after commander approval; suppresses the prompt): TX_FLAGS plus `-y`.
Recommendation

Do not use prompt-suppression unless the user has clearly approved the exact transaction and its target IDs.

What this means

Transactions may be signed as the configured account and can change that account's Structs power infrastructure.

Why it was flagged

Structs transactions require a configured signing key, meaning commands may act with the user's account authority. This is expected for the integration and no credential leakage is shown.

Skill content
**Requires**: [`structsd`](https://structs.ai/skills/structsd-install/SKILL) on PATH and a configured signing key.
Recommendation

Confirm the `--from` key name before running transactions and use the least-privileged or intended signing key where possible.

What this means

Users must rely on their separately installed structsd binary and local key configuration.

Why it was flagged

The package has limited provenance information and relies on an external CLI setup rather than bundled code. No hidden installer or script is present, so this is a provenance/setup note.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Install structsd only from a trusted Structs source and verify the skill/version before using it for signed transactions.