pixel-art

Convert images into retro pixel art with hardware palettes and video encoding.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill pixel-art-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixel-art
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/creative/pixel-art
Command: npx skills add https://github.com/moltis-org/moltis --skill pixel-art-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts any image into retro pixel art and optional animated sequences, enabling quick creation of nostalgic visuals without manual editing.

Core Features & Use Cases

  • Hardware palette support (NES, Game Boy, PICO-8, C64, etc.) for authentic retro looks.
  • Pixel-art generation plus optional animation to MP4 or GIF via simple presets.
  • Use cases include avatars, posters, game art, social visuals, and retro-style assets.

Quick Start

Run pixel_art on your_image.jpg to generate NES-style pixel-art.png.

Frequently Asked Questions about pixel-art

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

FAQPage Schema
How do I convert an image into NES or Game Boy pixel art?

You can convert an image into retro pixel art by running the pixel_art.py script with Pillow, applying hardware palettes like NES or Game Boy to generate authentic pixel-art PNG outputs.

Can I turn images into animated pixel art shorts?

Yes, you can create animated pixel art shorts. The pixel_art_video.py script uses ffmpeg to encode dynamic presets into MP4 or GIF animated sequences for social visuals and game assets.

What hardware palettes are supported for pixel art generation?

Supported hardware palettes for pixel art generation include NES, Game Boy, PICO-8, and C64. These dynamic presets ensure authentic retro looks without requiring manual color editing.

Do I need Python and ffmpeg to generate pixel art from images?

You need Python with the Pillow library for image processing and ffmpeg for video encoding. These dependencies power the pixel_art.py and pixel_art_video.py scripts to process images and encode videos.

What is the best way to create retro game assets from existing images?

The best way to create retro game assets from existing images is using a pixel-art generator with hardware palette support. It automates image processing and dithering to produce authentic pixel-art assets without manual editing.

Does pixel art generation support dithering for retro image processing?

Yes, pixel art generation supports dithering for retro image processing. Dithering is applied alongside hardware palettes like NES and Game Boy to simulate color depth and authentic retro aesthetics.