remove-image-background

Remove image backgrounds and save transparent PNGs next to input files.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill remove-image-background-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-image-background
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/skills/remove-image-background
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill remove-image-background-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove the background from an existing image to produce a transparent PNG.

Core Features & Use Cases

  • Remove backgrounds from existing images to produce transparent PNGs suitable for overlays.
  • Supports common image formats (PNG, JPG, JPEG, WebP) and saves the result next to the input file, defaulting to the original name with _no_bg.png when outputPath is not provided.
  • Output location is configurable and returns the path to the saved image for easy reference.

Quick Start

Provide the input image path and let the tool generate a PNG with a transparent background.

Frequently Asked Questions about remove-image-background

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove the background from an image to create a transparent PNG?

To remove the background from an image to create a transparent PNG, provide the input image path. The tool processes the file and saves a transparent PNG version automatically next to the original input.

What image formats can I use for background removal to transparency?

Background removal to transparency supports common image formats including PNG, JPG, JPEG, and WebP. The processed result is always saved as a transparent PNG file regardless of the initial input format.

How do I specify the output file path when removing an image background?

To specify the output file path when removing an image background, provide an explicit outputPath. If omitted, the tool defaults to saving the transparent PNG next to the input with a _no_bg.png suffix.

What is the best way to automate image background removal for graphic design overlays?

The best way to automate image background removal for graphic design overlays is to pass input image paths programmatically. The tool returns a dictionary containing the outputPath for easy reference in automated workflows.

Does background removal work with WebP image inputs?

Background removal does work with WebP image inputs, alongside PNG, JPG, and JPEG formats. It processes the WebP file and saves the resulting image with a transparent background as a PNG file.