Fetch detailed Aavegotchi NFT metadata, traits, and rarity scores on the Base network using IDs or names.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aavegotchi-traits
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-traits using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Aavegotchi Traits is a specialized tool designed to pull comprehensive on-chain and off-chain data for Aavegotchi NFTs residing on the Base network. By leveraging this addition to Openclaw Skills, developers and collectors can instantly access deep insights such as Base Rarity Scores (BRS), kinship levels, and current equipment status.
The skill provides a reliable bridge to the Aavegotchi ecosystem by prioritizing high-speed subgraph lookups while maintaining a robust fallback mechanism to on-chain RPC calls. This ensures data availability even when external indexers experience downtime, making it a professional-grade solution for NFT automation and research.
To get started with this skill within your Openclaw Skills environment, navigate to the scripts directory and configure your environment variables if necessary.
# Navigate to the scripts directory
cd scripts
# Set environment variables (optional)
export AAVEGOTCHI_RPC_URL="your_rpc_endpoint"
export AAVEGOTCHI_SUBGRAPH_URL="your_subgraph_url"
# Run via Node.js or Shell script
node get-gotchi.js 9638
./gotchi-info.sh aaigotchi
The skill returns a structured data object containing the following taxonomy:
| Field | Description |
|---|---|
| Token ID | The unique identifier of the NFT on the Base network. |
| BRS | Base Rarity Score and modified BRS totals. |
| Traits | Numerical values for both base and modified traits. |
| Wearables | List of equipped items with their specific names. |
| Stats | Kinship, XP, Level, and last interaction timestamp. |
| Owner | Current wallet address owning the Gotchi and haunt info. |
Loading
A foundational greeting skill for the Openclaw platform that demonstrates basic command processing and personalization.

A sophisticated tool for transforming sequential state data into multi-resolution world models using Discrete Wavelet Transforms.

A high-safety autonomous space navigation skill utilizing simulated optical quantum kernels for intelligent terrain classification.

A simulation tool for photonic quantum computing that calculates quantum kernels using optical fiber storage and linear optics.

A specialized skill for managing Aavegotchi wearable loadouts on the Base network through Bankr submissions.

A specialized tool for retrieving Aavegotchi metadata and generating on-chain images directly from the Base blockchain.








































