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

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

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The aavegotchi-baazaar skill is a specialized agentic interface for interacting with the Aavegotchi Baazaar marketplace on the Base mainnet (chain ID 8453). It provides a secure, automated gateway to view, analyze, and purchase Aavegotchi assets. Unlike standard web frontends, this skill is built for developers and power users who require programmatic access to marketplace listings, offering robust safety mechanisms to prevent accidental loss of funds.

The skill integrates directly with Foundry's cast toolkit to perform on-chain interactions. It enforces a "safety-first" architecture: every purchase flow begins with a non-broadcasted simulation (dryRun=true) to verify transaction viability and potential state reverts before any real capital is moved. It also includes built-in verification logic to ensure the environment's PRIVATE_KEY matches the expected FROM_ADDRESS and that the RPC is strictly pointed to Base mainnet.

Installation

To integrate this skill into your OpenClaw environment, execute the following installation command in your terminal:

clawhub install openclaw/skills/skills/cinnabarhorse/aavegotchi-baazaar

Ensure you have foundry installed and the BASE_MAINNET_RPC environment variable configured prior to execution.

Use Cases

  1. Automated Sniping: Identify and purchase high-value Aavegotchi listings instantly when they meet specific trait or price criteria, verified through real-time subgraph queries.
  2. Portfolio Tracking: Retrieve comprehensive metadata on currently listed items in the Baazaar to assist in market valuation and liquidity analysis.
  3. Cross-Asset Acquisition: Utilize the swapAndBuy functionality to purchase assets denominated in GHST using USDC, simplifying the liquidity management process for collectors.
  4. Audit and Validation: Programmatically verify that listing data has not been tampered with or outdated since the last subgraph update before authorizing a transaction.

Example Prompts

  1. "Check the current price of listing 5042 and simulate a purchase using my connected wallet."
  2. "Find the cheapest Aavegotchi with a Base Rarity Score over 500 and provide a dry run estimate for buying it."
  3. "Execute a purchase for listing 9821 using USDC; please confirm the swap path and final transaction cost before broadcasting."

Tips & Limitations

  • Safety Defaults: Always maintain DRY_RUN=1 until you are ready to execute. The system will strictly reject any transaction that has not been preceded by a successful cast call simulation.
  • Data Integrity: The Baazaar is dynamic. Listings disappear or change prices rapidly. The skill is configured to refetch data immediately before every action; however, you should always treat the results as "time-of-check" data, not "time-of-use" guarantees.
  • Security: Never share your private key. The skill handles credentials via environment variables only; if the tool requests manual key input, abort the process and audit your local installation.

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

Tags(AI)

#aavegotchi#web3#defi#base-chain#automation
Safety Score: 5/5

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