Skip to main content
Generaldvcrn

gotchi-equip

Equip, unequip, and inspect Aavegotchi wearables on Base via Bankr submissions.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--gotchi-equip
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aaigotchi--gotchi-equip/skills/gotchi-equip/SKILL.md -o .claude/skills/gotchi-equip.md

Drops the SKILL.md into .claude/skills/gotchi-equip.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.