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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aaigotchi/aavegotchi-svg-customaavegotchi-svg-custom
Use this skill when the user wants a custom OG Aavegotchi render in the classic SVG style from selected traits, wearable names, wearable IDs, or a token ID on Base.
Plain-language requests should also route here, for example:
- "render an OG SVG ETH gotchi with common eyes, aagent hat, shades, shirt, headset, and pistol"
- "show me a classic gotchi SVG with xibot mohawk, cyborg eye, and an energy gun"
- "render token 3863 in the OG SVG style"
- "make a Base gotchi SVG with mythical eyes and wizard gear"
Do not wait for the user to explicitly say aavegotchi-svg-custom.
What this skill does
- renders official-style OG Aavegotchi SVGs from the Base Aavegotchi diamond
- supports custom hypothetical loadouts and token-id renders
- writes PNGs by default alongside the SVGs for Telegram/chat delivery
- applies the centralized side-view exception table for wearable layering
- keeps the background logic simple and deterministic:
commonby default,transparenton request, or any fixed rarity-tier color when explicitly requested - returns front, left, right, and back outputs plus a manifest JSON
- supports friendlier presets, collateral aliases, and wearable-name lookup
Constraints
- this skill is for OG SVG/classic gotchis on Base, not 3D renders
- requires
nodeandnpm installin the skill root so the bundled@resvg/resvg-jsrasterizer is available;qlmanage,rsvg-convert,magick,convert, orinkscapeare only optional fallbacks - token renders depend on Base RPC availability
- custom render requests must be executed through the shell wrapper, not described hypothetically
- no environment variables are required for normal operation;
AAVEGOTCHI_RPC_URLis optional if you want to override the default Base RPC
Routing Notes
- Prefer this skill when the user asks for
OG,SVG,classic,pixel,onchain, orBasegotchi renders. - Prefer this skill when the user wants a custom gotchi outfit in the classic Aavegotchi look.
- Prefer
gotchi-3d-custom-renderinstead when the user explicitly wants a3D,portrait,headshot,hosted renderer, orUnityrender. - Prefer this skill instead of generic image generation for gotchi outfit prompts. Do not use
image_generateor any non-Aavegotchi art generator for OG gotchi requests. - If the user gives a token ID, use
--token-idrather than reconstructing the outfit manually.
Entry points
- main wrapper:
scripts/render-custom-gotchi-svg.sh - delivery helper:
scripts/show-svg-custom.sh - direct renderer:
scripts/render-svg-custom.mjs
Execution Rules
For local/manual render requests outside chat, run the wrapper directly:
bash scripts/render-custom-gotchi-svg.sh ...
Do not just describe what the render would look like. Do not switch to generic image generation. Do not answer with hosted 3D renderer language.
For OpenClaw chat and Telegram replies, do not use the raw wrapper directly. Always use:
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-aavegotchi-svg-custom": {
"enabled": true,
"auto_update": true
}
}
}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.
gotchi-channeling
Channel Aavegotchis on Base via Bankr. Checks cooldown, builds calldata, and submits channel txs safely.
aavegotchi-traits
Retrieve Aavegotchi NFT data by gotchi ID or name on Base. Returns traits, wearables, rarity scores, kinship, XP, level, and owner data.
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.