gotchi-finder
Fetch Aavegotchi by ID from Base mainnet and display image with full traits. Shows on-chain SVG, converts to PNG, and displays complete gotchi stats.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aaigotchi/gotchi-finderWhat This Skill Does
The gotchi-finder skill is a specialized tool for the OpenClaw AI ecosystem that bridges the gap between Base mainnet on-chain data and interactive, visual representations of Aavegotchi NFTs. At its core, the tool fetches raw on-chain data—including traits, kinship, levels, and wearable configurations—and processes them into user-friendly outputs. Unlike simple data lookups, this skill goes a step further by rendering the SVG-based Aavegotchi art into standard or high-resolution PNG formats, ensuring the assets are perfectly optimized for sharing in messaging platforms like Telegram.
Installation
To add this capability to your OpenClaw agent, use the standardized package installation command in your terminal or integrated clawhub interface. The package is maintained within the official skill repository, ensuring updates and security patches are synchronized with core agent developments:
clawhub install openclaw/skills/skills/aaigotchi/gotchi-finder
Once installed, the agent will have the ability to interpret IDs passed to the find-gotchi.sh script, automating the retrieval, conversion, and formatting processes required to display a Gotchi’s profile.
Use Cases
The primary use case for this skill is NFT community management and individual collector analysis. By providing a 'TOTAL BRS' calculation, users can instantly identify the 'true' rarity tier of a Gotchi, including the complex math of wearables modifiers. It serves as a rapid-response tool for Discord or Telegram channels where holders need to showcase their assets or verify specific traits before trading or participating in DAO governance. Furthermore, the ability to generate high-resolution images makes this a potent tool for creators and social media managers looking to generate promotional content for specific assets.
Example Prompts
- "OpenClaw, find Gotchi #9638 and give me the full stats and a preview image."
- "Can you show me the hi-res image for Gotchi #552? I want to see the traits and the wearable setup in detail."
- "Fetch all information for Aavegotchi ID 1240 including the SVG vector format for my personal archive."
Tips & Limitations
- Efficiency: Always start with the default command to get a quick preview. Only use the
--format hiresor--format allflags when you specifically need high-fidelity exports to save on agent processing time. - Data Integrity: The skill fetches live data from the Base mainnet; if the network experiences high congestion, there may be a slight delay in metadata retrieval.
- Compatibility: This skill is designed to handle all states, including Portals. If you query an unopened Portal, it will provide the specific metadata available for that pre-summoning state. Note that the SVG conversion relies on the on-chain data being fully indexed; ensure your connection to the Base provider is stable for the best experience.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aaigotchi-gotchi-finder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
model-brain
Route each incoming message to the right Bankr/OpenClaw model or to a zero-LLM path based on task type, risk, and cost. Use when you need per-message model selection, cost-aware routing, deterministic skill bypasses, or a model recommendation for aaigotchi workflows.
gotchi-pocket
Manage Aavegotchi pocket wallets (escrow) on Base with Bankr. Use when the user wants to deposit ERC20 tokens into a gotchi pocket, withdraw ERC20 tokens from a pocket, check pocket balances/ownership by gotchi ID, or issue plain-English pocket commands.
aavegotchi-svg-custom
Render OG Aavegotchi SVG and PNG images from Base for custom hypothetical loadouts or existing token IDs. Use when the user wants classic onchain SVG-style gotchis rather than 3D renders.
gotchi-channeling
Channel Aavegotchis on Base via Bankr. Checks cooldown, builds calldata, and submits channel txs safely.
aavegotchi-sprites-generator-skill
Generate official-style Aavegotchi game sprites and animated GIFs with the upstream gotchi-generator package. Use when the user wants sprite-sheet style outputs rather than OG SVG renders or 3D renders.