background-remove
Remove backgrounds from images using AI. Triggers include: "remove background", "transparent background", "cut out", "isolate subject", "remove bg", "make transparent", "extract subject", "background removal" Creates PNG or WebP images with transparent backgrounds.
What this skill does
# Background Remove Skill
Remove backgrounds from images using AI (rembg/U2-Net) or built-in methods.
**Output:** PNG or WebP with transparent background.
## Quick Examples
| User Says | What Happens |
|-----------|--------------|
| "Remove the background from this photo" | AI removes background, outputs PNG |
| "Make this image transparent" | Removes background, preserves subject |
| "Cut out the product from this image" | Isolates subject with clean edges |
| "Remove backgrounds from all images in /photos" | Batch processes multiple images |
| "Quick background removal, white background" | Uses fast built-in method |
## Prerequisites
- `rembg` - AI-based background removal (recommended)
```bash
pip install rembg
# Or with GPU acceleration (faster, requires CUDA)
pip install rembg[gpu]
```
- `Pillow` - Required for image processing
```bash
pip install Pillow
```
The first run will download the U2-Net model (~170MB) which is cached for future use.
## Methods
| Method | Description | Best For |
|--------|-------------|----------|
| **rembg** | AI-based using U2-Net model | Complex images, photos, products (default) |
| **builtin** | White-to-transparent conversion | Icons, graphics with clean white backgrounds |
## Workflow
### Step 1: Gather Requirements (REQUIRED)
Use the `AskUserQuestion` tool for each question. Ask ONE question at a time.
**Q1: Image Source**
> "Which image(s) should I remove the background from?
>
> Please provide the file path or paste the image."
*Wait for response.*
**Q2: Method (Optional)**
> "Which removal method?
>
> - **AI** (rembg) - Best quality, works on any image (default)
> - **Built-in** - Faster, best for white backgrounds"
*Wait for response. Default to AI if user doesn't specify.*
**Q3: Output Location (Optional)**
> "Where should I save the result?
>
> - Same location with `_nobg` suffix (default)
> - Custom path"
*Wait for response.*
### Step 2: Execute Background Removal
**Single image:**
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "/path/to/image.jpg" \
-o "/path/to/output.png"
```
**Batch processing:**
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "/path/to/img1.jpg" "/path/to/img2.png" "/path/to/img3.webp" \
-o "/path/to/output_folder"
```
**Using built-in method (faster for white backgrounds):**
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "/path/to/icon.png" \
-m builtin
```
### Step 3: Deliver Result
1. Show the result to the user
2. Confirm the background was removed successfully
3. Offer to:
- Process additional images
- Try a different method if quality isn't satisfactory
- Adjust output format (PNG vs WebP)
## Script Parameters
| Parameter | Short | Description | Default |
|-----------|-------|-------------|---------|
| `--input` | `-i` | Input image path(s) | Required |
| `--output` | `-o` | Output path or directory | Auto-generated with `_nobg` suffix |
| `--method` | `-m` | Removal method (rembg, builtin) | rembg |
## Output Formats
The output format is determined by the file extension:
| Extension | Format | Notes |
|-----------|--------|-------|
| `.png` | PNG | Best quality, larger file (default) |
| `.webp` | WebP | Good compression, modern format |
## Integration with Other Skills
This skill can be called by other skills that need background removal:
### From Python (import)
```python
import sys
sys.path.insert(0, "${SKILL_PATH}/skills/background-remove/scripts")
from background_remove import remove_background
result = remove_background("/path/to/image.png", "/path/to/output.png", method="rembg")
if result.get("success"):
print(f"Saved to: {result['file']}")
else:
print(f"Error: {result['error']}")
```
### From Command Line
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "/path/to/image.png" \
-o "/path/to/output.png" \
-m rembg
```
## Error Handling
**rembg not installed:**
```
rembg not installed. Install with: pip install rembg[gpu] (or pip install rembg for CPU-only)
```
The script will automatically fall back to the built-in method.
**Image not found:**
```
Image not found: /path/to/image.png
```
**Processing failed:**
- Try a different method
- Check if the image file is corrupted
- Ensure sufficient memory for large images
## Tips for Best Results
1. **Use rembg for photos** - AI handles complex edges (hair, fur, transparent objects)
2. **Use builtin for graphics** - Faster for icons/logos with clean white backgrounds
3. **Check edges** - If edges are rough, the AI method usually gives better results
4. **Batch process** - Process multiple images at once for efficiency
5. **GPU acceleration** - Install `rembg[gpu]` for faster processing on NVIDIA GPUs
## Examples
### Remove background from a photo
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "product_photo.jpg" \
-o "product_transparent.png"
```
### Batch process a folder
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i photos/*.jpg \
-o "transparent_photos/"
```
### Fast removal for icons (white background)
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "icon.png" \
-m builtin
```
### Output as WebP (smaller file size)
```bash
python3 ${SKILL_PATH}/skills/background-remove/scripts/background_remove.py \
-i "photo.jpg" \
-o "result.webp"
```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.