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.
npx agentmods add skills/retro-diffusion/retro-diffusion-mcp/pixel-artnpx skills add Retro-Diffusion/retro-diffusion-mcp --skill pixel-artgit clone --depth 1 https://github.com/Retro-Diffusion/retro-diffusion-mcpWrote 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.
[](https://agentmods.dev/skills/retro-diffusion/retro-diffusion-mcp/pixel-art)<a href="https://agentmods.dev/skills/retro-diffusion/retro-diffusion-mcp/pixel-art"><img src="https://agentmods.dev/badge/skills/retro-diffusion/retro-diffusion-mcp/pixel-art.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00093 | $0.01373 |
| Opus 5 | $0.00046 | $0.00687 |
| Sonnet 5 | $0.00019 | $0.00275 |
| Haiku 4.5 | $0.00009 | $0.00137 |
Grade A, and why
pixel-art 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generating and repairing pixel art with Retro Diffusion
Retro Diffusion produces real, grid-aligned, palette-controlled pixel art — not "pixel-art style" images. The MCP server exposes tools to browse styles, estimate costs (free), generate, and recover the native grid of enlarged or softened art.
Setup (only if tools are unavailable or auth fails)
- The user needs an API key: free account at https://retrodiffusion.ai, then create a key at https://retrodiffusion.ai/app/devtools (keys start with
rdpk-). - This plugin reads the key from the
RD_API_KEYenvironment variable. Have the user set it (e.g. in their shell profile) and restart Claude Code, or use theauthenticatetool with the key directly. - New accounts include free starter credits. Balance is prepaid; check it with
get_balance.
Core workflow — always in this order
- Pick a style: call
list_available_styles(filterable by model or tab). Each style declares its own size limits, batch limits, and whether it needs an input image or supports reference images. Never guess limits. Prefer RD Pro styles (rd_pro__*) for the highest quality. - Estimate first: call
estimate_inference_cost— it is free and returns the exact price. Tell the user the cost before generating anything expensive (RD Pro is $0.18/image; animations up to $0.25). - Generate with
create_inferencefor stills. It returns hostedoutput_urlsplus a recoveryrequest_id. If URLs are missing or expired after a successful call, callget_inference_result(request_id)— never repeat the paid generation automatically. For animations or batches usestart_inference_joband pollget_inference_jobevery 2–5 seconds — they are long-running. If the response ofstart_inference_jobis lost (timeout/disconnect) before you get atask_id, calllist_inference_jobsto find the accepted job and resume polling it — never blindly re-submit, since the lost job was already accepted and charged. - Repair the pixel grid when needed with
fix_pixel_artbefore other edits. Use it for enlarged, softened, AI-rendered, or compressed pixel art. Choose the standard engine for native Rust grid detection or the neural engine for neural reconstruction with optional target width and height. - Post-process with
run_edit_tool:background_removerandcolor_style_transfercost $0.01;color_reducer,palette_converter,pixel_correction,k_centroid_downscale, androtateare free;image_edit,inpainting,outpainting, andseam_tilingare premium ($0.18).estimate_edit_tool_costis always free.
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.
- today Changed bae20f62470e
- 4d ago First seen · 52 lines · 93 tokens per session scan A a252c6bc7a2f
pixel-art is a skill published in the GitHub repository Retro-Diffusion/retro-diffusion-mcp (2 stars, last pushed 2d ago), licensed MIT. It adds 93 tokens to every session and 1,373 once invoked, about $0.0005 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-31.
Other skills, from other repositories
html-ppt-zhangzara-8-bit-orbit
A gamer's journey building a retro-arcade collection — the obsession, the hunt, and what the machines came to mean. Built as a decision-grade story deck for friends, hobby community.
game-art
Game art principles. Visual style selection, asset pipeline, animation workflow.
asset-pipeline
Generate game-ready 3D assets for World of ClaudeCraft with the AI asset pipeline (Tripo API + optional gpt-image-2). Use when asked to create or generate game assets, a new weapon model, a prop, a creature or mob model, a player-class skin, or any 3D model or texture for the game. Drives…
sprite-gen
Generate clean 2D game sprites and animation atlases with a component-row pipeline: base identity, numeric sprite-request SSoT, per-state layout guides, image-gen row strips, chroma-key alpha cleanup, connected-component frame extraction, cell-based atlas composition, QA reports, and runtime manifest framelayout. Its…
woc-image-to-glb
Turn a reference image into a shipping World of ClaudeCraft GLB through the img2threejs intake gates and the repo's deterministic export, optimize, fingerprint, and test pipeline. Use when asked to create, replace, rebuild, re-export, or re-pin a world asset (prop, furniture, building, landmark, stall, service object)…
audio-design
Implement game audio practice — bus/mixer architecture and gain in decibels, ducking (sidechain), adaptive/dynamic music via layering and re-sequencing, SFX variation, and beat synchronization. Engine-neutral. Use when the user mentions audio mixing, audio buses, adaptive/dynamic music, ducking, SFX variation, music…