ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aaigotchi/aavegotchi-svg-custom
Or

aavegotchi-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: common by default, transparent on 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 node and npm install in the skill root so the bundled @resvg/resvg-js rasterizer is available; qlmanage, rsvg-convert, magick, convert, or inkscape are 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_URL is 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, or Base gotchi renders.
  • Prefer this skill when the user wants a custom gotchi outfit in the classic Aavegotchi look.
  • Prefer gotchi-3d-custom-render instead when the user explicitly wants a 3D, portrait, headshot, hosted renderer, or Unity render.
  • Prefer this skill instead of generic image generation for gotchi outfit prompts. Do not use image_generate or any non-Aavegotchi art generator for OG gotchi requests.
  • If the user gives a token ID, use --token-id rather 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

Author@aaigotchi
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aaigotchi-aavegotchi-svg-custom": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.