PixelBin
AI image/video generation, CDN transforms, and bulk media pipelines via PixelBin's hosted API.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 60ce224
A verbatim `cp -r skills/pixelbin ~/.claude/skills/pixelbin` (confirmed by actually doing it) leaves only SKILL.md + INTRO.md — scripts/, references/, and .env.example all live at the repo root and go missing, so every script path the skill instructs Claude to run 404s; you must clone the whole repo and keep the skill folder inside it (or use the plugin marketplace path) for it to work. Separately, the README's 'a clean install reports 0 vulnerabilities' claim is false: `npm audit` on a fresh `npm install` shows 4 vulnerabilities (3 high, 1 moderate) in axios/form-data/joi via @pixelbin/admin.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 2/5
What PixelBin does
Generates AI images and videos, applies free URL-based CDN transformations (resize, format, crop, background removal), runs bulk e-commerce media pipelines (Amazon/Shopify/Instagram variants from one source photo), and builds SEO-brief-driven landing pages. Triggers on requests to generate/transform media, get CDN URLs, do bulk image processing, or build a landing page with AI visuals; requires a PixelBin account/API token to actually execute any call.
How to install PixelBin
git clone https://github.com/anandpareek-hub/pixelbin-claude-skill
mkdir -p ~/.claude/skills
cp -r pixelbin-claude-skill/skills/pixelbin ~/.claude/skills/pixelbin # BROKEN as-is, see testNotes
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger PixelBin
-
/pixelbinAI image/video generation, CDN transforms, and bulk media pipelines via PixelBin's hosted API.
It also activates on plain-language prompts like these:
-
Generate a hero image of wireless headphones on a pastel pink background -
Remove the background from these product photos and give me CDN URLs -
Give me Amazon, Shopify, and Instagram sized versions of this product photo
Frequently asked questions
- Is the PixelBin skill free?
- Yes. The skill itself is free from anandpareek-hub/pixelbin-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does PixelBin work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. A verbatim `cp -r skills/pixelbin ~/.claude/skills/pixelbin` (confirmed by actually doing it) leaves only SKILL.md + INTRO.md — scripts/, references/, and .env.example all live at the repo root and go missing, so every script path the skill instructs Claude to run 404s; you must clone the whole repo and keep the skill folder inside it (or use the plugin marketplace path) for it to work. Separately, the README's 'a clean install reports 0 vulnerabilities' claim is false: `npm audit` on a fresh `npm install` shows 4 vulnerabilities (3 high, 1 moderate) in axios/form-data/joi via @pixelbin/admin.
- What is the PixelBin SkillProof Score?
- 7.6/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 2/5.
- How do I install PixelBin?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use PixelBin with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.