Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: channel all ready gotchis
- 1Read gotchi/parcel pairs from config.json
- 2Run check-cooldown.sh for each gotchi to identify ready ones
- 3Build channel calldata for each ready pair
- 4Submit each transaction via Bankr API
- 5Print tx hash for each successful channel
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.