This handles image background removal through three different approaches: simple color-based removal for solid backgrounds, edge detection for more complex scenes, and the GrabCut algorithm when you need interactive refinement. You can batch process multiple images and either export with transparency or swap in a new background color or image. With 122 installs and passing all three security audits, it's got some real usage behind it. The multi-method approach is smart because different images need different techniques, and having all three in one tool beats juggling separate libraries. Most useful when you're building something that needs automated background removal at scale rather than one-off edits in Photoshop.
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill background-remover