remove-background-batch

Installation
SKILL.md

Remove Background (Batch)

Recursively or non-recursively processes multiple images in a directory. Runs quick-rmbg per file, with optional parallelism, and prints a summary of successes and failures.

When to use

  • Directory contains 2+ images to strip backgrounds from
  • User wants one-shot processing without looping manually
  • Output reporting and skip-logic (existing -nobg.png files) is useful

Inputs to gather

  • Directory path — folder containing images
  • File glob (optional, default: *.{jpg,jpeg,png,webp})
  • Mode — single (single-pass, default) or two-pass
  • Max parallel jobs (optional, default: 1 — set higher for multi-core if GPU supports batching)
  • Force flag — skip existing -nobg.png siblings or re-process them (default: skip)

Procedure

Installs
3
First Seen
May 28, 2026
remove-background-batch — danielrosehill/claude-background-removal-plugin