ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

gotchi-equip

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aaigotchi/gotchi-equip
Or

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.

Metadata

Author@aaigotchi
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aaigotchi-gotchi-equip": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.