Aavegotchi Gotchiverse Player Operations for Openclaw

A specialized toolset for managing player workflows, crafting, and parcel development within the Aavegotchi Gotchiverse on the Base mainnet.

cinnabarhorse
v1.0.0
Feb 21, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install aavegotchi-gotchiverse

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Aavegotchi Gotchiverse Player Operations?

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.

Aavegotchi Gotchiverse Player Operations Use Cases

  • Automating Alchemica channeling and harvesting schedules for multiple parcels to maximize resource yield.
  • Programmatically crafting and equipping installations or tiles on Gotchiverse parcels based on specific layout requirements.
  • Managing upgrade queues and reducing craft times using GLTR to accelerate parcel development.
  • Updating parcel access rights and whitelist settings across a portfolio to manage community or guild access.
  • Verifying on-chain state against subgraph data before executing high-value transactions to prevent reverts.

How Aavegotchi Gotchiverse Player Operations Works

  1. Discover current parcel and Gotchi state via the Gotchiverse and Core Subgraphs using curl and GraphQL.
  2. Validate current on-chain values with cast call to ensure the subgraph data is synchronized.
  3. Simulate the intended player action locally using cast call with the from address to verify transaction logic without spending gas.
  4. Execute the operation on the Base mainnet using cast send only after explicit instruction and successful simulation.
  5. Re-fetch the state immediately after state-changing steps to confirm the successful execution of the workflow.

Aavegotchi Gotchiverse Player Operations Setup

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

Aavegotchi Gotchiverse Player Operations Data Schema & Taxonomy

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.

Aavegotchi Gotchiverse Player Operations Advanced Features

  • Support for batch crafting and batch equipping to minimize transaction overhead and gas costs.
  • Instant upgrade capabilities via GLTR token expenditure for high-speed parcel optimization.
  • Integrated safety rules including mandatory chain-id verification and address-to-private-key alignment checks.
  • Python-based input validation to prevent shell injection and ensure data integrity during execution.
  • Comprehensive access-right management covering all seven action rights and five access modes.
  • Subgraph-first discovery workflows that ensure high-performance data retrieval within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*