
bg-remover
Remove backgrounds from images using FAL.ai's BiRefNet model. Use when users ask to remove backgroun
by yemyat|Open Source
Background Remover Skill
A Claude Code skill that removes backgrounds from images using FAL.ai's BiRefNet v2 model.
Setup
- Install Bun:
npm install -g bun - Get a FAL.ai API key from https://fal.ai/dashboard/keys
- Set the environment variable:
export FAL_KEY="your-key-here"
Usage
Ask Claude Code to remove the background from any image:
Remove the background from photo.jpg
The output is saved as photo-nobg.png with a transparent background.
Model Options
| Model | Best For |
|---|---|
| General Use (Light) | Fast, everyday images |
| General Use (Heavy) | Higher quality |
| Portrait | Human subjects |
| Matting | Complex edges (hair, fur) |
License
MIT