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).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-gbm-skillWhat 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
- "Check the status of my current bids for Aavegotchi auctions and tell me if I've been outbid on any items."
- "Find all active GBM auctions on Base and report the highest bid for auction ID 1042."
- "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
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-gbm-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution, external-api
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-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-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.
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).