Jump to related tools in the same category or review the original source on GitHub.

Productivity & Tasks @aaigotchi Updated 6/28/2026 1,047 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @aaigotchi/gotchi-channeling
Node.js (npx)
npx clawhub@latest install gotchi-channeling

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
gotchi-channelingChannel 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:0 or waiting:<seconds>.
    • Fails if RPC query fails.
  • ./scripts/channel.sh <gotchi-id> <parcel-id>
    • Validates cooldown, submits tx via Bankr, prints tx hash.
  • ./scripts/channel-all.sh
    • Iterates config.json pairs and channels only ready gotchis.

Config

config.json keys:

  • realmDiamond
  • rpcUrl
  • chainId
  • channeling[] entries: { "parcelId": "...", "gotchiId": "...", "description": "..." }

Optional env:

  • GOTCHI_CHANNELING_CONFIG_FILE override config path.
  • BASE_MAINNET_RPC overrides rpcUrl.

Bankr API key resolution

  1. BANKR_API_KEY
  2. systemctl --user show-environment
  3. ~/.openclaw/skills/bankr/config.json
  4. ~/.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 (86400 seconds).
  • Scripts fail closed on RPC/config/tool errors.
  • Batch mode exits non-zero when any entry fails.
ClawHub Registry URL: https://clawhub.ai/aaigotchi/skills/gotchi-channeling

Related skills

If this matches your use case, these are close alternatives in the same category.