A specialized toolset for managing player workflows, crafting, and parcel development within the Aavegotchi Gotchiverse on the Base mainnet.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aavegotchi-gotchiverse
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install aavegotchi-gotchiverse using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers and players to automate complex interactions within the Aavegotchi Gotchiverse. By leveraging Openclaw Skills, users can programmatically handle Alchemica channeling, surveying, harvesting, and parcel management using Foundry cast and subgraph-first discovery. It provides a robust framework for managing digital assets on the Base mainnet while maintaining high security through mandatory safety checks.
Designed for efficiency, the skill bridges the gap between subgraph data and on-chain execution. It allows for seamless management of installations, tiles, and upgrade queues, ensuring that player operations are performed with precision. Whether you are managing a single parcel or a large-scale estate, this integration provides the technical foundation needed to optimize your Gotchiverse strategy.
To get started with this skill, ensure you have Foundry and Python installed. Configure your environment variables to connect to the Base mainnet.
# Install Foundry (for cast)
curl -L https://foundry.paradigm.xyz | bash
foundryup
# Set required environment variables
export PRIVATE_KEY=0xYourPrivateKey
export FROM_ADDRESS=0xYourAddress
export BASE_MAINNET_RPC=https://mainnet.base.org
export DRY_RUN=1
# Initialize contract addresses for Diamonds
export REALM_DIAMOND=0x1D0360Ab72D5d5763938521100ee9255627663f7
export INSTALLATION_DIAMOND=0x19ad739773398A843E8380313337C7A656461993
export TILE_DIAMOND=0x9211c6b3dB8a351198f866bda30972570ac78709
The skill organizes its operations through a combination of subgraph indexing and direct contract calls. Data is structured as follows:
| Data Component | Source | Description |
|---|---|---|
| Parcel State | Gotchiverse Subgraph | Tracks equipped installations, tiles, and current upgrade progress. |
| Asset Balances | Core Subgraph | Monitors FUD, FOMO, ALPHA, KEK, and GLTR levels. |
| On-chain Verification | Base Mainnet | Direct validation of diamond contract state using Foundry cast. |
| Recipe Metadata | Local MD Files | Lookup tables for crafting costs, leveling requirements, and access right modes. |
Loading
A high-security interface for managing Aavegotchi GBM auctions on the Base mainnet using subgraph discovery and Foundry-based execution.

A high-security marketplace skill for managing Aavegotchi Baazaar listings on the Base mainnet using GHST or USDC.

A specialized automation tool for rendering and retrieving 2D and 3D assets for Aavegotchi NFTs on the Base network.

A comprehensive automation skill for managing Volcengine TOS object storage, including uploads, downloads, and policy validation.

An automated workflow for generating and downloading Aavegotchi 2D and 3D assets using on-chain data and the official renderer API.

A powerful command-line interface for Linear that integrates issue tracking and project management directly into your development workflow.








































