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

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-gbm-skill
Or

What This Skill Does

The aavegotchi-gbm-skill provides a secure interface for interacting with GBM (Generalized Blind Millionaire) auctions on Base mainnet. Designed for Aavegotchi enthusiasts and power users, it enables users to discover, participate, and manage their auction activity programmatically. The skill utilizes a robust architecture that favors safety, employing a strict 'DRY_RUN=1' default to prevent unauthorized execution. It integrates directly with Goldsky subgraphs for real-time auction discovery and leverages Foundry's 'cast' toolkit for all onchain verification and transaction broadcasts.

Installation

To integrate this skill into your environment, use the OpenClaw manager command: clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-gbm-skill. Ensure you have Foundry installed on your machine and that your system environment variables are correctly configured, specifically for PRIVATE_KEY, FROM_ADDRESS, and your preferred BASE_MAINNET_RPC endpoint. Failure to set these variables correctly will cause the safety verification checks to fail during runtime.

Use Cases

This skill is ideal for: 1) Active bidders who want to track high-value Aavegotchi assets in real-time without manual web monitoring. 2) Advanced traders needing to automate bidding strategies based on live subgraph data. 3) Developers looking to incorporate auction management into broader agent-based workflows. 4) Collectors seeking to monitor their existing auction bids or cancel underperforming bids before a deadline.

Example Prompts

  1. "Check the status of my current bids for Aavegotchi auctions and tell me if I've been outbid on any items."
  2. "Find all active GBM auctions on Base and report the highest bid for auction ID 1042."
  3. "Place a bid of 500 tokens on auction 1042 after verifying the current onchain highest bid matches the subgraph data."

Tips & Limitations

Always treat auction data as volatile; the skill is designed to re-query the subgraph immediately before any action. Never log your private key. The tool strictly validates all inputs; ensure your auction IDs and addresses are formatted correctly to avoid errors. Because it operates on the Base network, verify that your account has sufficient gas to cover transactions. The safety-first design requires you to explicitly toggle DRY_RUN=0 only when you are prepared to sign and broadcast a transaction onchain.

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-gbm-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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