aavegotchi-gotchiverse
Operate Aavegotchi Gotchiverse player workflows on Base mainnet (8453): alchemica channeling, surveying and harvesting, crafting installations/tiles, building on parcels (equip/unequip/move/batch equip), installation upgrades, craft/upgrade queue management, and parcel access-right management. Use when interacting with Realm/Installation/Tile diamonds via subgraph-first discovery and onchain verification/execution with Foundry cast.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-gotchiverseWhat This Skill Does
The aavegotchi-gotchiverse skill provides a robust framework for interacting with the Gotchiverse on Base mainnet. It enables users to automate complex parcel operations, including channeling, surveying, harvesting alchemica, managing installation/tile crafting queues, and configuring parcel access rights. By utilizing a subgraph-first approach, the skill ensures that all on-chain state is verified before any transaction is constructed. It integrates seamlessly with Foundry’s cast tool for secure, reliable execution and provides built-in safety mechanisms to prevent unauthorized broadcasts or invalid state mutations.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-gotchiverse
Ensure you have configured the required environment variables, including PRIVATE_KEY, FROM_ADDRESS, BASE_MAINNET_RPC, and the respective diamond contract addresses for the Realm, Installation, and Tile systems. Refer to references/addresses.md in the source repository for canonical contract values.
Use Cases
- Automating daily channeling cycles for Gotchiverse parcels.
- Batch claiming alchemica from multiple parcels in a single transaction.
- Managing complex installation upgrade queues for parcels.
- Updating parcel access rights for guild members or borrowers.
- Checking parcel status using real-time subgraph data before manual interaction.
Example Prompts
- "Check the current alchemica balance for parcel 12345 and simulate a claim process for me."
- "List all parcels owned by my address that have completed their survey cooldown and are ready for channeling."
- "Upgrade the altar on parcel 54321 to level 3 using my current installation queue."
Tips & Limitations
Always operate with DRY_RUN=1 enabled. This skill acts as a bridge between off-chain data and on-chain state; therefore, it is critical to refresh subgraph queries before executing any cast send command. Be aware that the skill is designed strictly for player-level operations; governance, protocol-wide configuration, and administrative functions remain strictly out of scope. Always validate address and uint parameters using the provided regex patterns to prevent injection risks.
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-cinnabarhorse-aavegotchi-gotchiverse": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
aavegotchi-3d-renderer
Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and calling POST /api/renderer/batch on www.aavegotchi.com. Use when the user gives a tokenId or inventory URL, or when deterministic hash plus image artifacts are required.
aavegotchi-gbm-skill
View, create, cancel, bid, and claim Aavegotchi GBM auctions on Base mainnet (8453). Subgraph-first discovery (Goldsky), with onchain verification + execution via Foundry cast. Safety-first: DRY_RUN defaults to 1 (simulate with cast call; only broadcast with cast send when DRY_RUN=0 and explicitly instructed).
aavegotchi-renderer-bypass
Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and calling POST /api/renderer/batch on www.aavegotchi.com. Use when the user gives a tokenId or inventory URL, or when deterministic hash plus image artifacts are required.
aavegotchi-baazaar
View, add, and execute Aavegotchi Baazaar listings on Base mainnet (8453). Buy with GHST directly or buy with USDC using swapAndBuy*. Safety-first: dryRun defaults true (simulate with cast call; only broadcast with cast send when dryRun=false / DRY_RUN=0).