wan-game-assets
Installation
SKILL.md
Wan Game Assets
Generate game assets using wan2.7-image API for indie game developers and game studios.
Quick Start
# Generate character sprites
python scripts/cli.py --style pixel character --name "勇士" --count 4
# Generate scene variants
python scripts/cli.py --style pixel scene --name "森林村庄" --variants day night
# Generate items batch
python scripts/cli.py --style pixel items --category weapons --count 8