desktop-pet

Installation
SKILL.md

Desktop Pet Creator

Create pixel-art chibi desktop pet companions for Qwen Code's floating pet window. Given any character name, generate a complete pet package with animated spritesheet and place it in ~/.qwen/pets/ where Qwen Code auto-discovers it.

Prerequisites

  • Python 3 with Pillow (pip3 install Pillow). Check before running the script:
python3 -c "from PIL import Image; print('OK')" 2>/dev/null || echo "Pillow not installed — run: pip3 install Pillow"

Step 1: Identify the Character

Ask the user who they want as their desktop pet if not already specified. Then research the character's visual appearance:

Installs
1
GitHub Stars
25.8K
First Seen
14 days ago
desktop-pet — qwenlm/qwen-code