Aavegotchi Traits
VerifiedRetrieve Aavegotchi NFT data by gotchi ID or name on Base. Returns traits, wearables, rarity scores, kinship, XP, level, and owner data.
$ Add to .claude/skills/ About This Skill
# Aavegotchi Traits
Fetch Aavegotchi data on Base by ID or name.
Usage
```bash cd scripts node get-gotchi.js 9638 node get-gotchi.js aaigotchi ./gotchi-info.sh 9638 ```
What it returns
- Token ID, name, owner, haunt
- BRS / modified BRS
- Kinship, XP, level
- Base + modified traits
- Equipped wearables with names
- Collateral, staked amount, last interaction
- JSON output for automation
Environment
- `AAVEGOTCHI_RPC_URL` (optional)
- `AAVEGOTCHI_SUBGRAPH_URL` (optional; default Goldsky Base subgraph)
- `AAVEGOTCHI_SEARCH_BATCH_SIZE` (optional)
- `AAVEGOTCHI_RPC_RETRIES` (optional)
- `AAVEGOTCHI_RPC_RETRY_DELAY_MS` (optional)
Reliability
- Name lookup uses subgraph first for speed.
- If subgraph fails, script scans on-chain with RPC retry/backoff to handle rate limits.
Use Cases
- Look up an Aavegotchi's traits, rarity scores, and equipped wearables by ID or name
- Check kinship, XP, level, and staking status of specific Aavegotchi NFTs on Base
- Retrieve owner and collateral data for Aavegotchi tokens for portfolio tracking
- Export Aavegotchi trait data as JSON for automated analysis or dashboard integration
- Compare base vs. modified trait scores to evaluate wearable impact on rarity
Pros & Cons
Pros
- +Supports both ID and name-based lookups with subgraph + on-chain fallback
- +Built-in retry and backoff logic for reliable RPC queries under rate limits
- +Returns comprehensive data — traits, wearables, rarity, kinship, XP, and owner info
Cons
- -Highly niche — only useful for Aavegotchi NFT holders and developers on Base
- -Depends on external subgraph and RPC endpoints that may change or go offline
- -No write capabilities — read-only tool for querying existing Aavegotchi data
FAQ
What does Aavegotchi Traits do?
Retrieve Aavegotchi NFT data by gotchi ID or name on Base. Returns traits, wearables, rarity scores, kinship, XP, level, and owner data.
What platforms support Aavegotchi Traits?
Aavegotchi Traits is available on Claude Code, OpenClaw.
What are the use cases for Aavegotchi Traits?
Look up an Aavegotchi's traits, rarity scores, and equipped wearables by ID or name. Check kinship, XP, level, and staking status of specific Aavegotchi NFTs on Base. Retrieve owner and collateral data for Aavegotchi tokens for portfolio tracking.
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.