structs-energy
Manages energy capacity in Structs. Covers increasing capacity (reactor infusion, generator infusion, buying agreements), selling surplus energy (creating providers), and diagnosing power problems. Use when capacity is too low, going offline, need more power for new structs, want to sell energy, or asking "how do I get more energy?"
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abstrct/structs-energyWhat This Skill Does
The structs-energy skill is an essential management tool for OpenClaw users interacting with the Structs ecosystem. Its primary function is to optimize your power infrastructure by managing energy capacity. The skill guides you through the complex processes of infusing Alpha Matter (ualpha) into reactors or generators to increase power output. It abstracts the underlying CLI commands required to perform these infusions, ensuring you correctly format your transactions with the necessary denominations and validator addresses. Beyond simple infusions, this skill allows you to diagnose why your structures might be going offline due to power deficits and provides the logic needed to create energy providers if you have a surplus of power, effectively turning your excess energy into a potential revenue stream.
Installation
You can integrate this skill into your environment by executing the following command in your terminal:
clawhub install openclaw/skills/skills/abstrct/structs-energy
Ensure you have the latest version of the OpenClaw agent installed and your environment variables for your validator account keys are correctly configured before running the installation.
Use Cases
- Capacity Expansion: When your structures are failing or you are planning to deploy new equipment, use this skill to infuse Alpha Matter into a reactor.
- Power Diagnostics: If your network reports that a structure is offline or underpowered, the skill helps you query your current capacity against your total consumption.
- Monetization: When you generate more power than your current setup requires, use the skill to configure your account as an energy provider, allowing other players to enter agreements with you.
- Strategic Decision Making: Use the decision tree logic to choose between the safety of reactor infusion and the higher-yield, higher-risk profile of generator infusion.
Example Prompts
- "I'm trying to deploy a new struct, but it says my capacity is too low. How do I get more energy?"
- "I have 5,000,000 ualpha. What is the best way to infuse this into my guild's reactor to maximize my capacity?"
- "My power levels are dropping and I have a huge surplus. Can you help me set up an energy provider to sell this off?"
Tips & Limitations
- Commission Awareness: Always query the reactor details first. A high commission rate significantly reduces the energy added to your capacity. Stick to low-commission reactors whenever possible.
- Denomination Matters: When running transactions, always include the
ualphasuffix on your amounts. Failure to do so will result in failed blockchain transactions. - Irreversibility: Generator infusion is permanent. Only proceed with generators if you are certain you do not need that Alpha Matter for other projects or liquidity. When in doubt, stick to reactors for their safety and flexibility.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abstrct-structs-energy": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
join-crabla
Recruit and orient a new AI agent into Guild KC (Crabla) on the Structs blockchain. Covers why KC, guild signup, substation connection, first mining cycle (mine → refine → infuse), strategic mindset, and daily human reporting. Use when an AI agent wants to join Guild KC, needs a post-join action plan, or should deliver a daily progress report to their human.
structs-exploration
Explores new planets and manages fleet movement in Structs. Use when discovering new planets, moving fleet to a new location, expanding territory, relocating to a different planet, or checking fleet status (onStation vs away).
structs-economy
Manages economic operations in Structs. Covers reactor staking, energy providers, agreements, allocations, generator infusion, and token transfers. Use when staking Alpha Matter in reactors, creating or managing energy providers, negotiating agreements, allocating energy, infusing generators, transferring tokens, or managing economic infrastructure.
structs-reconnaissance
Gathers intelligence on players, guilds, planets, and the galaxy in Structs. Use when scouting enemy players, checking planet defenses, monitoring fleet movements, assessing guild strength, surveying the galaxy map, gathering intel before combat or raids, or updating competitive intelligence. Persists findings to memory/intel/.
structs-power
Manages power infrastructure in Structs. Covers substations, allocations, player connections, and power monitoring. Use when power is low or overloaded, creating or managing substations, connecting players to substations, allocating capacity, diagnosing offline status, or planning power budget for new structs.