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 commands/willibrandon/pixel-plugin/pixel-helpgit clone --depth 1 https://github.com/willibrandon/pixel-pluginWhat 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.00008 | $0.01761 |
| Opus 5 | $0.00004 | $0.00881 |
| Sonnet 5 | $0.00002 | $0.00352 |
| Haiku 4.5 | $0.00001 | $0.00176 |
Grade A, and why
pixel-help 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 yesterday.
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 — 297 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/pixel-help - Plugin Help
Display help information for the Aseprite Pixel Art Plugin.
Usage
/pixel-help [command-name]
Arguments
command-name (optional): Specific command or topic
- If not provided, shows general overview
- If provided, shows detailed help for that command/skill
Examples
/pixel-help
→ Shows general plugin overview and command list
/pixel-help pixel-new
→ Shows detailed help for /pixel-new command
/pixel-help palettes
→ Shows information about available palettes
/pixel-help export
→ Shows export formats and options
General Help Output
When called without arguments:
# Aseprite Pixel Art Plugin
Create, edit, and export pixel art using natural language or commands.
## Quick Start
1. Setup (first time only):
/pixel-setup
2. Create a sprite:
/pixel-new 64x64
or: "Create a 32x32 pixel art sprite"
3. Add content:
"Draw a red circle in the center"
"Add a walk cycle animation with 4 frames"
4. Export:
/pixel-export png sprite.png
## Commands
/pixel-new [size] [palette] - Create new sprite with presets
/pixel-palette <action> [args] - Manage color palettes
/pixel-export <format> [file] - Export sprite
/pixel-setup [path] - Configure plugin
/pixel-help [topic] - Show this help
## Skills (Natural Language)
The plugin responds to natural language requests:
- **Creation**: "Create a 64x64 sprite", "Make a new canvas"
- **Animation**: "Add 4 frames", "Create a walk cycle"
- **Advanced**: "Apply dithering", "Optimize palette to 16 colors"
- **Export**: "Export as GIF", "Create a spritesheet"
## Topics
/pixel-help palettes - Available color palettes
/pixel-help export - Export formats and options
/pixel-help animation - Animation features
/pixel-help shortcuts - Common workflows
## Examples
"Create a 32x32 Game Boy style sprite"
"Add a simple idle animation"
"Export as a horizontal spritesheet"
"Apply NES palette and dither"
## Documentation
See ~/.claude-plugins/pixel-plugin/ for full documentation.
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.
- yesterday First seen · 297 lines · 8 tokens per session scan A 1d6b823a43e2
pixel-help is a command published in the GitHub repository willibrandon/pixel-plugin (302 stars, last pushed 10mo ago), licensed MIT. It adds 8 tokens to every session and 1,761 once invoked, about $0.0000 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.
Other commands, from other repositories
repair-diagram
Diagnoses and repairs syntax errors, layout cycles, and typos in the active Markdy diagram using MCP tools.
openhop-list
List every OpenHop flow currently stored on the local OpenHop server, with id, title, and per-flow URL.
report-ae-issue
Send a problem you hit with the After Effects tools to the people who maintain them.
clone
Clone a website — a working behavior ARCHIVE (real code + data replayed offline; tabs, filters, transitions work), a pixel-identical editable RESTORE (real source recovered from source maps when shipped, else the real DOM componentized into React with classes kept byte-exact — verified by pixel-diff), or a…
critique
Judge the current UI blind (render + screenshot if possible), grep the anti-slop patterns, and run the mandatory forced-subtraction pass.
setup
Prepare the current project for UIForge — ensure shadcn init, the component registries (shadcn + @motion-primitives), and the motion/lucide-react/cn prerequisites.