ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-gotchiverse
Or

What 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

  1. "Check the current alchemica balance for parcel 12345 and simulate a claim process for me."
  2. "List all parcels owned by my address that have completed their survey cooldown and are ready for channeling."
  3. "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

Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinnabarhorse-aavegotchi-gotchiverse": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#aavegotchi#gotchiverse#web3#automation#defi
Safety Score: 4/5

Flags: network-access, external-api, code-execution