Skip to content

aavegotchi/aavegotchi-3d-render-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

aavegotchi-3d-render-skill

Render Aavegotchi assets from token data and renderer batch APIs.

This skill derives the renderer hash directly from Goldsky Base core subgraph data, then calls POST /api/renderer/batch on www.aavegotchi.com with force:true, polls verify:true until assets are available, and downloads image artifacts.

Skill name: aavegotchi-3d-renderer.

Files

  • SKILL.md: publishable skill definition.
  • scripts/render-gotchi-bypass.mjs: executable helper script used by the skill.

Quick Start

node scripts/render-gotchi-bypass.mjs --token-id 6741

Or from an inventory URL:

node scripts/render-gotchi-bypass.mjs \
  --inventory-url "https://www.aavegotchi.com/u/0x.../inventory?itemType=aavegotchis&chainId=8453&id=6741"

Artifacts are written to /tmp by default:

  • /tmp/gotchi-<id>-render-batch-kickoff.json
  • /tmp/gotchi-<id>-render-batch.json
  • /tmp/gotchi-<id>-full.png
  • /tmp/gotchi-<id>-headshot.png

Use --out-dir <path> to override output location. Use --poll-attempts <n> and --poll-interval-ms <ms> to tune polling behavior.

Notes

  • Default target chain is Base (chainId=8453).
  • Goldsky endpoint and renderer API URLs are embedded in the script.
  • For full behavior and troubleshooting, see SKILL.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors