返回 Skill 列表
extension
分类: 效率与办公需要 API Key

Gotchi Equip

在Base上通过Bankr提交来装备、卸下和检查Aavegotchi可穿戴装备。

person作者: aaigotchihubclawhub

gotchi-equip

Manage wearable loadouts for your gotchis.

Scripts

  • ./scripts/equip.sh <gotchi-id> <slot=wearableId> [slot=wearableId...]
    • Updates selected slots while preserving existing equipped slots.
  • ./scripts/unequip-all.sh <gotchi-id>
    • Sets all 16 wearable slots to 0.
  • ./scripts/show-equipped.sh <gotchi-id>
    • Shows currently equipped wearables from the Base subgraph.

Slot names

body, face, eyes, head, left-hand, right-hand, pet, background

Safety notes

  • Gotchi ID is validated as numeric input.
  • API key is resolved from env/systemd/bankr config paths.
  • Equip flow fetches current loadout first to avoid accidental unequip of unspecified slots.