🎞️
AI EngineeringPython

Video2DSprite

by 0x0funky

Video2DSprite is an AI Engineering skill for Claude Code, published by 0x0funky in agent-sprite-forge.

3.8K stars365 forkson 0x0funky/agent-sprite-forgeAdded 2026/08/16+1% in starsRepository updated 2026/07/12
agent-skillscodexpixel-artsprite-generator
Install in seconds
Install Video2DSprite
Copy Video2DSprite into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/0x0funky/agent-sprite-forge/tree/main/skills/video2dsprite ~/.claude/skills/video2dsprite

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/0x0funky/agent-sprite-forge.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/video2dsprite/SKILL.md in 0x0funky/agent-sprite-forge
Installs to
~/.claude/skills/video2dsprite
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering β€” 2451 skills

What Video2DSprite does

Video2DSprite converts a 2D character still into dense animation sprites using Grok Build's image_to_video, frame extraction, and magenta chroma-keying. Use it when you want smoother run/walk/idle cycles from dense frames, and only on Grok Build runtimes.

Video2DSprite is cataloged under AI Engineering on DirSkills. Video2DSprite comes from a repository tagged agent-skills, codex, pixel-art and sprite-generator.

Documentation

README

Video2dsprite (Grok Build only)

Convert a base 2D character image into dense animation sprites using Grok Build's native video tools.

base still β†’ image_to_video (in-place motion) β†’ extract frames β†’ chroma key β†’ sample/normalize β†’ strip / grid / GIF

Platform gate (read first)

Runtime Supported?
Grok Build (xAI) Yes β€” requires image_gen / image_edit + image_to_video (or reference_to_video)
Codex / Claude / other agents No β€” they lack Grok video tools. Tell the user this skill is Grok Build only and offer $generate2dsprite instead

If image_to_video is missing from the tool list, stop and explain. Do not fake motion with code-drawn frames.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Video2DSprite

  • What else does 0x0funky publish alongside Video2DSprite?

    Video2DSprite is one of 3 skills that DirSkills catalogs from 0x0funky/agent-sprite-forge, the repository it ships in. Its siblings there include Generate 2D Map and Generate 2D Sprite. Each one is a separate skill with its own page in this directory, installs the same way Video2DSprite does, and is maintained by 0x0funky in that same repository. The rest of the collection is listed on the 0x0funky/agent-sprite-forge page.

  • How does Video2DSprite compare to other AI Engineering skills?

    Video2DSprite ranks #568 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Video2DSprite against them. Open each page to compare what they document and how they install.