A technical tool for managing Aavegotchi pocket wallets and ERC20 tokens on the Base network using secure Bankr integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gotchi-pocket
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gotchi-pocket using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Gotchi Pocket is a specialized utility designed for the Aavegotchi ecosystem on the Base network. It enables users and developers to interact with Aavegotchi pocket wallets—on-chain escrow accounts tied to specific Gotchi IDs. By leveraging Bankr for transaction signing and submission, this Openclaw Skills implementation provides a secure way to manage ERC20 tokens like GHST, FUD, and FOMO.
This skill bridges the gap between complex smart contract interactions and simplified command-line operations. It allows for both precise script-based execution and intuitive natural-language commands, making it easier to manage assets within the Aavegotchi protocol without deep technical knowledge of contract ABIs.
Ensure your environment has cast, jq, curl, and python3 installed. To use this Openclaw Skills component, set your Bankr API key as an environment variable:
export BANKR_API_KEY=your_key_here
Clone the skill repository and grant execution permissions to the included shell scripts:
chmod +x ./scripts/*.sh
| Component | Description | Examples |
|---|---|---|
| Gotchi ID | Unique identifier for the Aavegotchi NFT | 9638, 1024 |
| Token Alias | Short names for supported ERC20 assets | GHST, FUD, FOMO, USDC, WETH |
| Token Address | The specific contract address on the Base network | 0xcD2F...9BcB |
| Amount | Quantity in token units (converted automatically) | 100, 0.5 |
| Commands | Plain-English intent strings for the NLP layer | "send 25 GHST to pocket" |
Loading
A specialized tool for retrieving Aavegotchi metadata and generating on-chain images directly from the Base blockchain.

A specialized skill for managing Aavegotchi wearable loadouts on the Base network through Bankr submissions.

Fetch detailed Aavegotchi NFT metadata, traits, and rarity scores on the Base network using IDs or names.

A foundational greeting skill for the Openclaw platform that demonstrates basic command processing and personalization.

A specialized toolset for delegating Aavegotchi petting rights to automated operator wallets on the Base network.

A sophisticated tool that allows AI agents to autonomously borrow and repay funds on Aave V2/V3 by utilizing credit delegated from a primary wallet.








































