Aavegotchi Traits for Openclaw

Fetch detailed Aavegotchi NFT metadata, traits, and rarity scores on the Base network using IDs or names.

aaigotchi
v1.1.0
Mar 7, 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-traits

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-traits 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 Traits?

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.

Aavegotchi Traits Use Cases

  • Monitoring Aavegotchi kinship and XP levels for game progression.
  • Auditing Base Rarity Scores (BRS) and modified traits for marketplace evaluation.
  • Automating inventory checks of equipped wearables and collateral amounts.
  • Integrating real-time NFT data into broader gaming or analytics Openclaw Skills workflows.

How Aavegotchi Traits Works

  1. The user provides a Gotchi ID or a specific name as an input parameter via the command line.
  2. The skill first attempts to resolve the request via the Goldsky Base subgraph for rapid data retrieval.
  3. If the subgraph is unavailable or the data is out of sync, the system switches to a direct on-chain RPC scan.
  4. The logic implements automatic retries and exponential backoff to handle rate limits and ensure connection stability.
  5. Detailed metadata including traits, wearables, and ownership status is aggregated and returned as a structured JSON object.

Aavegotchi Traits Setup

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

Aavegotchi Traits Data Schema & Taxonomy

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.

Aavegotchi Traits Advanced Features

  • Subgraph-first lookup architecture for ultra-low latency response times.
  • Automated RPC retry logic with configurable delay and retry counts for high reliability in production environments.
  • Batch searching support via configurable search batch size environment variables to handle large datasets.
  • Structured JSON output optimized for seamless consumption by other Openclaw Skills and automated data pipelines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*