abstrct/structs-mining/SKILL.md
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.
npx skillsauth add openclaw/skills structs-miningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Important: Entity IDs containing dashes (like 3-1, 4-5) are misinterpreted as flags by the CLI parser. All transaction commands in this skill use -- before positional arguments to prevent this.
structsd query structs planet [id]. If currentOre == 0, explore new planet first.struct-ore-mine-compute. Launch in a background terminal: structsd tx structs struct-ore-mine-compute -D 3 --from [key-name] --gas auto --gas-adjustment 1.5 -y -- [struct-id]. Mining difficulty is 14,000; expect ~17 hours for difficulty to drop to D=3. Compute auto-submits the complete transaction.structsd tx structs struct-ore-refine-compute -D 3 --from [key-name] --gas auto --gas-adjustment 1.5 -y -- [struct-id]. Refining difficulty is 28,000; expect ~34 hours for D=3. Compute auto-submits the complete transaction.CRITICAL: Mining and refining are multi-hour background operations. Launch compute in a background terminal and do other things while waiting. Never sit idle watching a hash grind. See awareness/async-operations.
CRITICAL: Ore is stealable. Alpha Matter is not. Refine as soon as mining completes — every hour ore sits unrefined is an hour it can be stolen.
| Action | CLI Command |
|--------|-------------|
| Mine compute (PoW + auto-complete) | structsd tx structs struct-ore-mine-compute -D 3 -- [struct-id] |
| Mine complete (manual, rarely needed) | structsd tx structs struct-ore-mine-complete -- [struct-id] |
| Refine compute (PoW + auto-complete) | structsd tx structs struct-ore-refine-compute -D 3 -- [struct-id] |
| Refine complete (manual, rarely needed) | structsd tx structs struct-ore-refine-complete -- [struct-id] |
| Query planet | structsd query structs planet [id] |
| Query struct | structsd query structs struct [id] |
| Query player | structsd query structs player [id] |
Common tx flags: --from [key-name] --gas auto --gas-adjustment 1.5 -y.
currentOre decreases after mine-completecurrentOre.Mining and refining have high base difficulties, meaning they take hours for difficulty to drop to a feasible level. At D=3, the hash is trivially instant — the wait IS the time, and zero CPU is wasted on hard hashing.
| Operation | Difficulty | D=3 | |-----------|------------|------| | Mine | 14,000 | ~17 hr | | Refine | 28,000 | ~34 hr | | Full cycle (mine + refine) | -- | ~51 hr |
Use -D 3 for mine/refine. The hash is trivially instant at D=3, wasting zero CPU cycles. Higher -D values start sooner but burn significant compute on hard hashes.
Pipeline strategy: After initiating a mine, immediately do other things — build structs, scout players, plan defense. When the mine completes, immediately start the refine. While refining runs (~34 hr), you have time to initiate the next mine so its age clock starts ticking. Always keep something aging.
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。