| name | background-removal |
| description | Remove backgrounds from images with BiRefNet via inference.sh CLI. Model: BiRefNet (high accuracy background removal). Use for: product photos, portraits, e-commerce, transparent PNGs, photo editing. Triggers: remove background, background removal, remove bg, transparent background, cut out image, background remover, rembg, product photo editing, cutout, transparent png, bg removal, photo cutout |
| allowed-tools | Bash(belt *) |
| expects | [{"key":"prompt","type":"string","description":"Description of the content to generate"},{"key":"model","type":"string","description":"AI model to use","default":"auto"},{"key":"style","type":"string","description":"Visual or creative style"}] |
| provides | [{"key":"output_url","type":"url","description":"URL to the generated output"},{"key":"file_path","type":"path","description":"Local path to the generated file"}] |
Install the belt CLI skill: npx skills add belt-sh/cli
Background Removal
Remove backgrounds from images via inference.sh CLI.

Quick Start
Requires inference.sh CLI (belt). Install instructions
belt login
belt app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}'
How To
Use Reve for image editing including background changes:
belt app run falai/reve --input '{
"prompt": "remove the background, make it transparent",
"image_url": "https://portrait.jpg"
}'
Or change background directly:
belt app run falai/reve --input '{
"prompt": "change the background to a beach",
"image_url": "https://product-photo.jpg"
}'
Workflow: Generate and Edit
belt app run falai/flux-dev-lora --input '{"prompt": "a cute robot mascot"}' > robot.json
belt app run falai/reve --input '{
"prompt": "remove background, transparent",
"image_url": "<url-from-step-1>"
}'
Use Cases
- E-commerce: Clean product photos
- Portraits: Professional headshots
- Marketing: Assets for design
- Social Media: Profile pictures
- Design: Elements for compositions
Output
Returns a PNG with transparent background.
Related Skills
npx skills add inference-sh/skills@infsh-cli
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@image-upscaling
Browse all image apps: belt app list --category image
Documentation