← Back to Skills Marketplace
444
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install structs-economy
Description
Manages economic operations in Structs. Covers reactor staking, energy providers, agreements, allocations, generator infusion, and token transfers. Use when...
Usage Guidance
This skill is essentially a cookbook of `structsd` CLI commands that will perform irreversible blockchain actions and require signing with local keys. Before installing or letting an agent execute it: 1) Ensure you have `structsd` installed and understand how it uses a keyring; the skill does not declare that dependency. 2) Do not allow the agent to run transactions autonomously unless you trust it — commands use `--from [key-name]` and `-y` which will sign/broadcast if keys are available. 3) Verify provenance: the package has no homepage/source and its _meta.json metadata mismatches the registry record. 4) Prefer the agent to output command strings for manual review and execution, or test on a sandbox/testnet account with no real funds. 5) If you must authorize automated use, limit the key used to a low-value/test account and confirm the agent cannot access your primary keyring or private keys.
Capability Analysis
Type: OpenClaw Skill
Name: structs-economy
Version: 1.2.0
The skill bundle provides instructions and command references for managing economic operations within the 'Structs' ecosystem using the `structsd` CLI. The content in `SKILL.md` describes legitimate procedures for reactor staking, energy provider management, and token transfers, aligning perfectly with the stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
SKILL.md clearly implements blockchain operations via the `structsd` CLI (staking, infusing, provider/agreement management, token transfers). However the registry metadata declares no required binaries or credentials even though the runtime instructions require the `structsd` binary and access to account keys. This mismatch is not proportional to the stated purpose.
Instruction Scope
Instructions direct the agent to create and broadcast on-chain transactions (using `--from [key-name]` and `TX_FLAGS -y`), including irreversible operations (generator infusion). The skill does not specify where signing keys/keyring live or how keys are provided; running these commands implies access to private keys and will alter blockchain state. The instructions do not attempt to read unrelated local files, but they assume sensitive local key material and a correctly configured `structsd` environment.
Install Mechanism
There is no install spec (instruction-only), which lowers installer risk. However, absence of an install step does not remove the real requirement that `structsd` must be present on PATH — that required binary is not declared in the registry metadata.
Credentials
The skill requests no environment variables or credentials in metadata, yet its runtime usage requires access to signing keys (via `--from`) and an existing `structsd` configuration/keyring. Requesting no declared credentials while instructing transaction signing is a proportionality issue and a potential privacy/security concern.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform privileges or attempt to modify other skills/configuration. Autonomous invocation is allowed by default (not flagged here) but combined with the credential issues above it increases operational risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install structs-economy - After installation, invoke the skill by name or use
/structs-economy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Sync with structs-ai upstream: v0.15 combat overhaul, 24-bit permissions, guild rank system, controller=PlayerId, guild-rank-set commands
v1.1.1
v0.15/111: controller=PlayerId, provider guild access via rank permissions (provider-guild-grant/revoke removed)
v1.1.0
Updated from structs.ai: fixed reactor-begin-migration signature, guild-bank-mint signature, automated allocation limit docs, capacity=0 false positive, PoW key sequencing warnings, energy ephemeral concept. New: play-structs meta-skill.
v1.0.1
Fixed See Also references to use proper links
v1.0.0
Initial release
v0.1.0
Initial release of Structs Economy skill — provides comprehensive guidance on managing economic operations in Structs.
- Covers reactor staking, generator infusion, energy provider management, agreements, allocations, and token transfers.
- Details step-by-step procedures and best practices for each key economic action.
- Includes full command references, usage notes, and CLI tips to avoid common errors.
- Explains allocation types and recommended strategies for energy sales.
- Offers verification steps and troubleshooting for common issues.
- Links to relevant in-depth docs for advanced topics.
Metadata
Frequently Asked Questions
What is Structs Economy?
Manages economic operations in Structs. Covers reactor staking, energy providers, agreements, allocations, generator infusion, and token transfers. Use when... It is an AI Agent Skill for Claude Code / OpenClaw, with 444 downloads so far.
How do I install Structs Economy?
Run "/install structs-economy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Structs Economy free?
Yes, Structs Economy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Structs Economy support?
Structs Economy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Structs Economy?
It is built and maintained by Abstrct (@abstrct); the current version is v1.2.0.
More Skills