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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abstrct/structs-miningWhat This Skill Does
The structs-mining skill provides a comprehensive interface for managing resource extraction and processing operations within the Structs ecosystem. It enables users to automate the complex lifecycle of mining raw ore from planets and refining it into Alpha Matter, a stable and secure asset. By leveraging the struct-ore-mine-compute and struct-ore-refine-compute commands, the skill handles Proof-of-Work (PoW) requirements automatically, shielding the user from manual hash grinding. This skill is essential for users looking to manage industrial assets efficiently, ensuring that raw, stealable ore is quickly converted into non-stealable Alpha Matter to maximize inventory security.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/abstrct/structs-mining
Once installed, ensure your structsd configuration is correctly linked to your wallet and node to allow the skill to broadcast transactions successfully.
Use Cases
This skill is designed for the following scenarios:
- Resource Extraction: Initiating mining cycles on planetary surfaces to gather ore.
- Inventory Management: Refining unstable ore into high-value Alpha Matter to prevent theft by other players.
- Economic Automation: Setting up background compute tasks that execute long-running PoW operations without stalling your primary AI workflow.
- Infrastructure Monitoring: Querying the state of planets to check for ore depletion and tracking structural readiness for mining operations.
Example Prompts
- "OpenClaw, check planet 4-5 and if it has ore, start the mining process on my struct 2-1 using my default account."
- "My mining task on struct 3-1 just finished. Run the refine process immediately so I don't lose the ore to theft."
- "Give me a status report on all my structs and tell me which ones are currently ready for a new mining cycle."
Tips & Limitations
- Security: Always prioritize refining. Raw ore is public data and can be stolen; Alpha Matter is safe. Never leave an extraction site idle once a mine completes.
- Background Operations: Mining (~17 hours) and Refining (~34 hours) are time-intensive. Treat these as asynchronous background tasks; do not wait for the CLI to return, as it will block your terminal.
- CLI Syntax: Always use the
--separator before positional arguments (like struct IDs) to ensure the CLI parser does not mistake your entity IDs for command flags. - Troubleshooting: If you encounter a "struct offline" error, ensure you have activated your infrastructure before initiating the mining command.
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-mining": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, external-api
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.