Pixel Art Exporter

Pixel Art Exporter is a skill for Claude Code, Codex from willibrandon/pixel-plugin. It costs 190 tokens per session (5,640 once invoked), scanned A, original, MIT.

An export tool for turning pixel art into files that games, websites, and applications can use. It supports PNG images, animated GIFs, sprite sheets, and JSON metadata describing the frames.

In plain words
What is it for?
It helps export images and animations, create sprite sheets or texture atlases, add game-engine frame data, and scale pixel art without blurring it.
Why use it?
It removes the need to prepare each output format and frame layout by hand.

Skill for Claude CodeCodex

Part of the pixel-plugin plugin — 4 skills, 5 commands, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/willibrandon/pixel-plugin/pixel-art-exporter
Any agent
npx skills add willibrandon/pixel-plugin --skill pixel-art-exporter
Clone the repo
git clone --depth 1 https://github.com/willibrandon/pixel-plugin

Made for: Claude Code, Codex.

Or install pixel-plugin, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Pixel Art Exporter

README.md
[![agentmods](https://agentmods.dev/badge/skills/willibrandon/pixel-plugin/pixel-art-exporter.svg)](https://agentmods.dev/skills/willibrandon/pixel-plugin/pixel-art-exporter)
Your own site
<a href="https://agentmods.dev/skills/willibrandon/pixel-plugin/pixel-art-exporter"><img src="https://agentmods.dev/badge/skills/willibrandon/pixel-plugin/pixel-art-exporter.svg" alt="Measured on agentmods" height="20"></a>
Per session 190 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,640 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00190 $0.05640
Opus 5 $0.00095 $0.02820
Sonnet 5 $0.00038 $0.01128
Haiku 4.5 $0.00019 $0.00564

Measured 5d ago against content hash 5fe7f9f80ab1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Pixel Art Exporter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pixel-art-exporter/SKILL.md · 747 lines

How it starts

The opening of the file, as written. The whole thing — 747 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pixel Art Exporter

Overview

The Pixel Art Exporter Skill enables exporting pixel art sprites from Aseprite to various formats optimized for different use cases. This includes single images (PNG), animated GIFs, spritesheets, and JSON metadata for game engines.

Core Capabilities:

  • Export single frames or entire animations as PNG images
  • Generate animated GIFs with customizable timing and looping
  • Create spritesheets in multiple layouts (horizontal, vertical, grid, packed)
  • Generate JSON metadata for game engines (Unity, Godot, Phaser, generic)
  • Scale exports with pixel-perfect upscaling (1x, 2x, 4x, etc.)
  • Handle transparency, background colors, and frame-specific exports

Export Formats Supported:

  • PNG: Single images or frame sequences with transparency
  • GIF: Animated GIFs with frame timing and loop control
  • Spritesheet: Texture atlases with various packing algorithms
  • JSON: Frame metadata, animation tags, layer information

This Skill works with the pixel-mcp server tools to produce production-ready assets for web, games, and applications.

When to Use

Invoke this Skill when the user:

  • Wants to export or save: "export this sprite", "save as PNG", "generate a spritesheet"
  • Mentions file formats: "PNG", "GIF", "spritesheet", "sprite sheet", "texture atlas", "JSON"
  • Prepares for game engines: "export for Unity", "Godot spritesheet", "Phaser animation"
  • Needs specific outputs: "export just frame 3", "create a tileset", "save each layer separately"
  • Requests scaling: "export at 2x size", "scale up 4x", "upscale for retina displays"
  • Wants animation exports: "make this into a GIF", "export the animation", "save all frames"
  • Needs metadata: "include JSON data", "export with coordinates", "frame information"

Example Triggers:

  • "Can you export this character sprite as a PNG?"
  • "I need a spritesheet for my game engine"
  • "Save this animation as an animated GIF"
  • "Export at 4x scale for high-resolution displays"
  • "Generate a texture atlas with JSON metadata"
  • "Export just the 'run' animation tag"

Read the full file on GitHub · 747 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 747 lines · 190 tokens per session scan A 5fe7f9f80ab1

Subscribe to this mod's changes

Pixel Art Exporter is a skill published in the GitHub repository willibrandon/pixel-plugin (305 stars, last pushed 10mo ago), licensed MIT. It adds 190 tokens to every session and 5,640 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

generate2dmap

Generate and revise production-oriented 2D game maps with built-in image generation as the default visual asset source, choosing a visual model, runtime object model, collision model, art direction, and engine/export target. Use when Codex needs to create or integrate RPG maps, monster-taming maps, tactical arenas…

0x0funky/agent-sprite-forge · 108 tokens

animation-blueprint

Navigate, inspect, and author Animation Blueprints — state machines, states, transitions, and transition rules (AnimGraphService). Use when the user asks to create or edit an Animation Blueprint/AnimBP, add a state machine or states, wire transitions between states, set a state's animation, or inspect AnimGraph…

kevinpbuckley/VibeUE · 68 tokens

animation-montage

Create and manipulate Animation Montages — sections, slots, segments, branching points, notifies, and blend settings (AnimMontageService). Use when the user asks to create a montage (from an animation or empty), add or link montage sections, set up slots/segments, add branching points, or adjust montage blend timing.

kevinpbuckley/VibeUE · 71 tokens

generate2dsprite

Generate and postprocess general 2D game assets and animation sheets: pixel-art sprites, clean HD map props, creatures, characters, NPCs, spells, projectiles, impacts, props, summons, and transparent GIF exports. Use when Codex should infer the asset plan from a natural-language request, match a reference or map art…

0x0funky/agent-sprite-forge · 111 tokens

animsequence

Create and edit AnimSequence keyframes and tracks — add/remove keyframes, set bone tracks, query sequence info, and bake edits (AnimSequenceService). Use when the user asks to create a new animation sequence, add keyframes/tracks, or edit raw animation data. For constraint-aware bone posing, also load…

kevinpbuckley/VibeUE · 70 tokens

video2dsprite

Grok Build ONLY. Turn a 2D character still into smooth animation sprites via imagegen/imageedit base → imagetovideo (6s/10s run-in-place) → ffmpeg frames → magenta chroma-key → dense sampled sprites (strip/grid/GIF). Use when the user wants video-to-sprite, motion capture from generated video, smoother run/walk cycles…

0x0funky/agent-sprite-forge · 124 tokens