← All skills
Tencent SkillHub Β· AI

Sprite Animator

Generate animated pixel art sprites from any image using AI. Send a photo, get a 16-frame animated GIF.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate animated pixel art sprites from any image using AI. Send a photo, get a 16-frame animated GIF.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Sprite Animator

Generate animated pixel art sprites from any image. Uses nano-banana-pro (Gemini) to create a 16-frame sprite sheet in a single request, then assembles it into an animated GIF.

Quick Start

# Wave animation (default 16 frames) uv run --with sprite-animator sprite-animator -i photo.png -o sprite.gif -a wave # Bounce animation with larger sprites uv run --with sprite-animator sprite-animator -i avatar.png -o bounce.gif -a bounce -s 256 # Keep the raw sprite sheet and individual frames uv run --with sprite-animator sprite-animator -i pet.jpg -o dance.gif -a dance --keep-sheet --keep-frames

Animations

TypeDescriptionidleSubtle breathing + blinking loopwaveArm raises, waves back and forth, lowersbounceCrouch β†’ jump β†’ land β†’ recoverdanceLean, spin, jump β€” fun and energetic

Options

FlagDescription-i, --inputInput image (photo, drawing, etc.)-o, --outputOutput GIF path-a, --animationAnimation type: idle, wave, bounce, dance (default: idle)-d, --durationFrame duration in ms (default: 100)-s, --sizeOutput sprite size in px (default: 128)-r, --resolutionGeneration resolution: 1K or 2K (default: 1K)--keep-sheetSave the raw sprite sheet--keep-framesSave individual frame PNGs-v, --verboseVerbose output

How It Works

Creates a labeled 4x4 grid template (16 cells) Sends the template + source image to Gemini in ONE request AI fills each cell with a pixel art frame following the animation sequence Frames are extracted from the sheet and assembled into a looping GIF Single-request generation ensures consistent style across all frames.

Source

https://github.com/Olafs-World/sprite-animator

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc