background-remover
AI Background Removal - Remove background from images, create transparent PNG, one-click background remover for e-commerce product photos, portrait headshots, design materials. Supports JPG, PNG, WebP local files and remote URLs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alouhaou/background-removeWhat This Skill Does
The background-remover skill is a powerful AI-driven utility integrated into OpenClaw that automates the extraction of subjects from images. By leveraging advanced segmentation models available through the verging.ai API, it transforms complex source images into clean, transparent PNG files. It handles a variety of input formats including JPG, PNG, and WebP, and provides flexibility by accepting both local file paths and remote URLs. The tool is designed for seamless integration into your workflow, allowing for one-click background removal that maintains high-fidelity edges for professional-grade results.
Installation
You can easily integrate this capability into your OpenClaw environment using the following command:
clawhub install openclaw/skills/skills/alouhaou/background-remove
Once installed, ensure you have your API key ready. You can obtain your key by visiting verging.ai, logging into your account, and navigating to your profile settings to access the API Keys section. Set this key as an environment variable VERGING_API_KEY to enable seamless authentication across your sessions.
Use Cases
- E-commerce Optimization: Quickly process large batches of product photos by removing distracting backgrounds, ensuring your listings look uniform, professional, and focus-driven.
- Professional Portraiture: Instantly convert casual headshots into transparent assets perfect for adding custom branding, office backdrops, or social media banners.
- Creative Design Work: Accelerate your design pipeline by creating transparent assets for marketing materials, website graphics, and digital posters without the manual labor of pen-tool pathing in heavy editing software.
Example Prompts
- "/background-remover --image ./products/shoe_01.jpg --output ./output/clean_shoe.png --download"
- "/background-remover --image https://example.com/images/portrait.webp"
- "/background-remover -i ./marketing/hero_shot.png -o ./assets/transparent/"
Tips & Limitations
To achieve the best results, ensure your source images have clear contrast between the subject and the background. While the AI is highly sophisticated, very complex patterns or extreme hair detail against a busy background might occasionally require minor manual cleanup in a traditional editor. Always ensure your network has access to the verging.ai endpoints, as this is a cloud-based AI service. Keep your VERGING_API_KEY secure and never hardcode it into public scripts. If you encounter issues, verify your internet connection and check that your API credit balance is sufficient via the /api/v1/auth/me endpoint.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alouhaou-background-remove": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
video-enhancement
AI Video Enhancement - Upscale video resolution, improve quality, denoise, sharpen, enhance low-quality videos to HD/4K. Supports local video files, remote URLs (YouTube, Bilibili), auto-download, real-time progress tracking.
faceswap
AI Face Swap - Swap face in video, deepfake face replacement, face swap for portraits. Use from command line. Supports local video files, YouTube, Bilibili URLs, auto-download, real-time progress tracking.