Cartoon Pet Generator
/install cartoon-pet-generator
Cartoon Pet Generator
Generate adorable cartoon-style pet images programmatically without any AI image generation API.
What This Skill Does
Creates SVG-based cartoon pets (dogs, cats, rabbits, etc.) and converts them to PNG format. Works entirely with code - no external APIs or image generation services needed.
Quick Start
Generate a Cartoon Dog
node /path/to/scripts/generate_pet.js dog /tmp/dog.png
Generate a Cartoon Cat
node /path/to/scripts/generate_pet.js cat /tmp/cat.png
Custom Colors
node /path/to/scripts/generate_pet.js dog /tmp/dog.png --body-color "#FFB347" --ear-color "#FF8C00"
Supported Pets
dog- Cute cartoon dogcat- Adorable cartoon catrabbit- Fluffy cartoon rabbitbear- Cuddly cartoon bear
Customization Options
| Option | Description | Example |
|---|---|---|
--body-color |
Main body color | #D2691E |
--ear-color |
Ear color | #8B4513 |
--bg-color |
Background color | #87CEEB |
--size |
Image size (width) | 400 |
How It Works
- Generate SVG - Node.js creates an SVG with the pet design
- Convert to PNG - Uses
rsvg-convert(orconvert) to convert SVG → PNG - Output - Returns the path to the PNG file
Requirements
- Node.js (for SVG generation)
rsvg-convertor ImageMagickconvert(for SVG to PNG conversion)
Example Usage in Conversation
User: "给我画一只小狗"
Response: Run the script and send the image:
node scripts/generate_pet.js dog /tmp/cute_dog.png
Then send with: \x3Cqqimg>/tmp/cute_dog.png\x3C/qqimg>
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cartoon-pet-generator - After installation, invoke the skill by name or use
/cartoon-pet-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Cartoon Pet Generator?
Generate cute cartoon-style pet images (dogs, cats, etc.) using code. Use when user asks for cartoon pet drawings, cute animal illustrations, or simple pet a... It is an AI Agent Skill for Claude Code / OpenClaw, with 371 downloads so far.
How do I install Cartoon Pet Generator?
Run "/install cartoon-pet-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cartoon Pet Generator free?
Yes, Cartoon Pet Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cartoon Pet Generator support?
Cartoon Pet Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cartoon Pet Generator?
It is built and maintained by juliantsaiii (@juliantsaiii); the current version is v1.0.0.