creature-animate

Convert staging creature PNGs into animated WebP idle sprites via WAN 2.2 and ComfyUI.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/mrohrssen/Koto2 --skill creature-animate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creature-animate
Source: https://github.com/mrohrssen/Koto2/tree/main/.claude/plugins/koto-forge/1.1.0/skills/creature-animate
Command: npx skills add https://github.com/mrohrssen/Koto2 --skill creature-animate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts staging creature PNGs into game-ready idle sprites for use in asset pipelines, reducing manual animation work.

Core Features & Use Cases

  • Automates the end-to-end idle sprite generation from staging assets, including background removal, frame extraction, and WebP sprite output.
  • Produces both animated idle WebP and a static fallback for broad compatibility, with a configurable pipeline via WAN 2.2 and ComfyUI.
  • Use Case: When you have new creatures staged as PNGs, run this to generate ready-to-use idle animations for the game.

Quick Start

Run the staging-creature animation pipeline to generate idle sprites from data/creature-staging-images.

Frequently Asked Questions about creature-animate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate generating idle sprites from staging creature PNGs?

To automate generating idle sprites from staging creature PNGs, you run a pipeline that leverages WAN 2.2 via a ComfyUI SSH tunnel. It handles background removal, frame extraction, and outputs both animated WebP files and static fallbacks for your game asset pipeline.

Do I need a running ComfyUI tunnel with BiRefNet to generate animated WebP sprites?

Yes, generating animated WebP sprites requires a running WAN 2.2 ComfyUI tunnel at 127.0.0.1:8188 with the BiRefNet model loaded. This environment handles the background removal and frame generation for your creature images.

What is the best way to convert creature metadata and images into game-ready assets?

The best way to convert creature metadata and images into game-ready assets is by running an automated animation pipeline that processes staging PNGs and metadata JSON. It leverages WAN 2.2 to produce animated WebP idle sprites and static fallbacks for broad compatibility.

Does the idle sprite generation pipeline output static fallback images?

Yes, the idle sprite generation pipeline outputs both animated WebP files and static fallback images. This ensures broad compatibility across different game engines and asset pipelines when integrating your newly staged creatures.

What file formats and directory structures are required for staging creature animation?

Staging creature animation requires staging images at data/creature-staging-images and creature metadata at data/new-creatures-staging.json. The pipeline processes these PNG inputs to output animated WebP sprites and static fallback files for your game assets.