LaunchKit · 2026
Back to Skills

gotchi-channeling

Autonomous Aavegotchi Alchemica channeling via Bankr wallet.

0
396 downloads
by @aaigotchi

Setup & Installation

openclaw skills install @aaigotchi/gotchi-channeling

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install gotchi-channeling

Version History

v0.2.0Mar 6, 2026 - Version note by skill developer:

Updated channeling flow with improved Bankr integration

What This Skill Does

Channels Alchemica for Aavegotchi/parcel pairs on Base using the Bankr transaction API. Checks the 24-hour cooldown before each submission and builds calldata from a config file. Batch mode iterates all configured pairs and skips gotchis not yet ready.

Cooldown is enforced before submission and scripts fail closed on any RPC or config error, avoiding wasted gas from premature or malformed transactions.

When to use it

  • Channel Alchemica for a single gotchi/parcel pair
  • Batch-channel all cooldown-ready gotchis in one run
  • Check remaining cooldown time before attempting a channel tx
  • Automate daily Alchemica collection across multiple parcels
  • Manage gotchi/parcel pairs via config without editing scripts

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: channel all ready gotchis

AGENT
  1. 1Read gotchi/parcel pairs from config.json
  2. 2Run check-cooldown.sh for each gotchi to identify ready ones
  3. 3Build channel calldata for each ready pair
  4. 4Submit each transaction via Bankr API
  5. 5Print tx hash for each successful channel
OUTPUT

Tx hashes printed for each channeled gotchi; non-ready pairs skipped; exits non-zero if any entry fails

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BANKR_API_KEY environment variablecast (Foundry)