Skillware skills · creative/bg_remover

Background Remover

Deterministic offline background removal for still images via rembg — Base64 or local file paths in, transparent PNG out. No cloud credentials for the skill itself; first run downloads an ONNX model to the rembg cache.

Capabilities

Problems this skill solves

People search for tasks — not always "skillware":

Install

pip install skillware then SkillLoader.load_skill("creative/bg_remover")

FAQ

How do I remove image backgrounds with an AI agent?
Use Skillware creative/bg_remover — pip install "skillware[creative_bg_remover]", load the skill, pass Base64 or input_path; it returns a transparent PNG via rembg locally.
remove bg agent skill offline?
Skillware Background Remover runs rembg on-device (no cloud image APIs). First execute downloads an ONNX model; later runs reuse the cache. Works with any agent or LLM via SkillLoader.
skillware bg remover install one line?
pip install "skillware[creative_bg_remover]" then SkillLoader.load_skill("creative/bg_remover") — same skill manifest across any agent host.

Open interactive skill page →