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).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abstrct/structs-explorationWhat This Skill Does
The structs-exploration skill is a powerful automation module for the Structs blockchain ecosystem, designed to streamline planet discovery, resource management, and fleet logistics. By integrating directly with the structsd CLI, this skill enables AI agents to autonomously manage territory expansion. Key features include the ability to trigger planet exploration, move fleets between specific grid coordinates, and query the state of planetary resources. The skill is built to handle the unique syntax requirements of the Structs blockchain, particularly the mandatory -- separator used to prevent CLI parsing errors when handling entity IDs that contain dashes. It serves as an essential interface for players looking to automate their colonization strategy while maintaining optimal fleet status.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/abstrct/structs-exploration
Ensure that you have the structsd binary installed and properly configured in your system path, as the skill acts as an wrapper for these underlying blockchain transactions. Verify your wallet key-name availability before use.
Use Cases
- Automated Expansion: Automatically initiate a new planet exploration once the current planet's ore reserves have been fully depleted.
- Fleet Logistics: Manage the movement of fleets between different planets or grid locations to optimize resource gathering and territory defense.
- Resource Monitoring: Periodic polling of planet attributes to identify high-value locations versus depleted ones.
- Status Synchronization: Real-time checking of fleet availability (onStation vs away) to ensure no command is sent to a fleet that is currently engaged or moving.
Example Prompts
- "Check the status of my current planet and if its ore is at zero, explore a new one for me using key 'my-wallet'."
- "Move my fleet with ID 5-2 to the grid location 10-12, but make sure it isn't currently away on another task."
- "List all planets associated with my player ID and give me a summary of their current ore counts."
Tips & Limitations
- CLI Safety: Always remember that the skill automatically appends the
--separator to protect against ID parsing errors. Do not manually add this in your prompt. - Prerequisites: Exploration is only possible when
currentOreis 0. If you try to explore prematurely, the command will fail with a 'planet not complete' error. - Gas Settings: The skill defaults to
--gas auto --gas-adjustment 1.5 -yto ensure transaction success without manual input; monitor your gas balance regularly. - State Awareness: Always verify the fleet status before initiating movement commands to avoid 'fleet away' errors.
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-exploration": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, network-access
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-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.
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-mining
Executes resource extraction in Structs. Mines ore and refines it into Alpha Matter. Use when mining ore, refining ore, starting a mine-refine cycle, checking planet ore levels, or managing resource extraction. Mining takes ~17 hours and refining ~34 hours — both are background operations. Ore is stealable until refined.