remove-background
Installation
SKILL.md
Remove Background
Batch remove backgrounds from images using rembg (Python library).
When This Skill Activates
- User says "remove background", "make transparent"
- User has images that need transparent backgrounds
- User wants to batch process multiple images
Prerequisites
rembg must be installed:
pip install rembg
# or
pipx install rembg