pixel-art

Pixel art w/ era palettes (NES, Game Boy, PICO-8).

  • creative
  • pixel-art
  • arcade
  • snes
  • nes
  • gameboy
  • retro
  • image
  • video

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/creative/pixel-art'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗
View on GitHub
← Back to SKILL.md

Named Palettes

28 hardware-accurate and artistic palettes available to pixel_art(). Palette values are sourced from pixel-art-studio (MIT) — see ATTRIBUTION.md in the skill root.

Usage: pass the palette name as palette= or let a preset select it.

pixel_art("in.png", "out.png", preset="nes")           # preset selects NES
pixel_art("in.png", "out.png", preset="custom", palette="PICO_8", block=6)

Hardware Palettes

NameColorsSource
NES54Nintendo NES
C6416Commodore 64
COMMODORE_6416Commodore 64 (alt)
ZX_SPECTRUM8Sinclair ZX Spectrum
APPLE_II_LO16Apple II lo-res
APPLE_II_HI6Apple II hi-res
GAMEBOY_ORIGINAL4Game Boy DMG (green)
GAMEBOY_POCKET4Game Boy Pocket (grey)
GAMEBOY_VIRTUALBOY4Virtual Boy (red)
PICO_816PICO-8 fantasy console
TELETEXT8BBC Teletext
CGA_MODE4_PAL14IBM CGA
MSX15MSX
MICROSOFT_WINDOWS_1616Windows 3.x default
MICROSOFT_WINDOWS_PAINT24MS Paint classic
MONO_BW2Black and white
MONO_AMBER2Amber monochrome
MONO_GREEN2Green monochrome

Artistic Palettes

NameColorsFeel
PASTEL_DREAM10Soft pastels
NEON_CYBER10Cyberpunk neon
RETRO_WARM10Warm 70s
OCEAN_DEEP10Blue gradient
FOREST_MOSS10Green naturals
SUNSET_FIRE10Red to yellow
ARCTIC_ICE10Cool blues and whites
VINTAGE_ROSE10Rose mauves
EARTH_CLAY10Terracotta browns
ELECTRIC_VIOLET10Violet gradient
Referenced from SKILL.md