返回顶部
a

aavegotchi-3d-rendererAavegotchi 3D渲染器

Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and calling POST /api/renderer/batch on www.aavegotchi.com. Use when the user gives a tokenId or inventory URL, or when deterministic hash plus image artifacts are required.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.2
安全检测
已通过
511
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aavegotchi-3d-renderer

Aavegotchi 3D 渲染器

根据代币数据和渲染器批量API渲染gotchi资产。

输入

  • - 接受 tokenId 或包含 id= 的库存URL。
  • 默认目标链为Base(chainId=8453)。

输出

  • - 返回派生的渲染器哈希值。
  • 返回 /api/renderer/batch HTTP状态。
  • 将原始批量JSON保存到磁盘。
  • 在可用时保存 PNGFull 和 PNGHeadshot 到磁盘。
  • 当存在时返回 GLB_3DModel 的可用性和URL。

执行

  1. 1. 从直接输入或库存URL中提取 tokenId。
  2. 查询Goldsky Base核心子图:
https://api.goldsky.com/api/public/project_cmh3flagm0001r4p25foufjtt/subgraphs/aavegotchi-core-base/prod/gn
  1. 3. 以渲染器格式派生哈希值:
---------
  1. 4. 使用以下参数通过 POST https://www.aavegotchi.com/api/renderer/batch 启动渲染:
  • - force: true
  • verify: false
  • renderTypes: [PNGFull, PNGHeadshot, GLB_3DModel]
  1. 5. 使用 verify: true 轮询 POST /api/renderer/batch,直到所有请求的渲染类型的 availability.exists=true 或超时。
  2. 仅在对应 availability.exists=true 时下载 proxyUrls.PNGFull 和 proxyUrls.PNGHeadshot。
  3. 返回哈希值、启动+验证响应、轮询摘要以及保存的产物路径。

命令

运行捆绑脚本:

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

或传入库存URL:

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

使用 --out-dir /tmp 控制产物位置(默认:/tmp)。

可选的轮询控制:

bash
--poll-attempts 18 --poll-interval-ms 10000

返回格式

始终返回:

  1. 1. tokenId
  2. hash
  3. 启动状态、验证状态和原始JSON路径
  4. 轮询摘要(pollAttempts、pollIntervalMs、renderReady)
  5. PNGFull 和 PNGHeadshot 输出路径(或缺失原因)
  6. 当存在时返回 GLB_3DModel 的可用性和URL

故障排除

  • - 如果Goldsky未返回gotchi,请验证 tokenId 和Base上下文。
  • 如果批量返回哈希格式 400,请验证眼睛映射以及左右可穿戴物品顺序(index4 然后是 index5)。
  • 如果 availability.exists 为 false,确保启动时使用了 force:true,然后继续使用 verify:true 轮询直到超时。
  • 如果端点返回 404,请验证生产部署状态。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aavegotchi-3d-renderer-1776312541 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aavegotchi-3d-renderer-1776312541 技能

通过命令行安装

skillhub install aavegotchi-3d-renderer-1776312541

下载

⬇ 下载 aavegotchi-3d-renderer v0.1.2(免费)

文件大小: 6.86 KB | 发布时间: 2026-4-16 18:35

v0.1.2 最新 2026-4-16 18:35
Release 0.1.2: force renderer kickoff (force:true, verify:false), add verify polling, and return clear availability/missing reasons for artifacts.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部