Gotchi Channeling OpenClaw Plugin & Skill | ClawHub
Looking to integrate Gotchi Channeling into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate productivity & tasks tasks instantly, without having to write custom tools from scratch.
What this skill does
Channel Aavegotchis on Base via Bankr. Checks cooldown, builds calldata, and submits channel txs safely.
Install
openclaw skills install @aaigotchi/gotchi-channelingnpx clawhub@latest install gotchi-channelingFull SKILL.md
Open original| name | description | homepage |
|---|---|---|
| gotchi-channeling | Channel Aavegotchis on Base via Bankr. Checks cooldown, builds calldata, and submits channel txs safely. | https://github.com/aaigotchi/gotchi-channeling |
SKILL.md content below is scrollable.
gotchi-channeling
Channel Alchemica for configured gotchi/parcel pairs.
Scripts
./scripts/check-cooldown.sh <gotchi-id>- Outputs
ready:0orwaiting:<seconds>. - Fails if RPC query fails.
- Outputs
./scripts/channel.sh <gotchi-id> <parcel-id>- Validates cooldown, submits tx via Bankr, prints tx hash.
./scripts/channel-all.sh- Iterates
config.jsonpairs and channels only ready gotchis.
- Iterates
Config
config.json keys:
realmDiamondrpcUrlchainIdchanneling[]entries:{ "parcelId": "...", "gotchiId": "...", "description": "..." }
Optional env:
GOTCHI_CHANNELING_CONFIG_FILEoverride config path.BASE_MAINNET_RPCoverridesrpcUrl.
Bankr API key resolution
BANKR_API_KEYsystemctl --user show-environment~/.openclaw/skills/bankr/config.json~/.openclaw/workspace/skills/bankr/config.json
Quick use
./scripts/check-cooldown.sh 9638
./scripts/channel.sh 9638 867
./scripts/channel-all.sh
Safety notes
- Cooldown enforced at 24h (
86400seconds). - Scripts fail closed on RPC/config/tool errors.
- Batch mode exits non-zero when any entry fails.