@inferen-sh/background-removal

AI agent skills for 150+ models via [inference.sh](https://inference.sh) CLI. Generate images, videos, call LLMs, search the web, and more.

View in AI SkillSafe app
Scanned · no findings
7534 downloads
0 stars
0 demos
SKILL.md
namebackground-removal
descriptionRemove 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-toolsBash(belt *)

Install the belt CLI skill: npx skills add belt-sh/cli

Background Removal

Remove backgrounds from images via inference.sh CLI.

Background Removal

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

# 1. Generate an image
belt app run falai/flux-dev-lora --input '{"prompt": "a cute robot mascot"}' > robot.json

# 2. Edit with Reve
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

# Full platform skill (all apps)
npx skills add inference-sh/skills@infsh-cli

# Image generation
npx skills add inference-sh/skills@ai-image-generation

# FLUX models (including inpainting)
npx skills add inference-sh/skills@flux-image

# Upscaling
npx skills add inference-sh/skills@image-upscaling

Browse all image apps: belt app list --category image

Documentation

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@inferen-sh/background-removal/verified)](https://skillsafe.ai/skill/@inferen-sh/background-removal/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@inferen-sh/background-removal/installs)](https://skillsafe.ai/skill/@inferen-sh/background-removal/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@inferen-sh/background-removal/scan)](https://skillsafe.ai/skill/@inferen-sh/background-removal/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@inferen-sh/background-removal/eval)](https://skillsafe.ai/skill/@inferen-sh/background-removal/)