AI Agent Hub
Back to skills
MiaoYan XiaoZhi PicTech.cc Cross-Border Background Removal and White Images icon

MiaoYan XiaoZhi PicTech.cc Cross-Border Background Removal and White Images

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_587a311a/myxz-rmbg-skill according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Cross-border product images often need transparent, Amazon white, black, or custom solid backgrounds, but hand-writing RMBG requests, polling, downloads, and cache handling can leak keys, create inconsistent timeout states, and scatter output paths. This skill wraps the workflow in the default run(params) export from index.js, exposing only the required inputs and reducing repeated API integration.

Capabilities and Flow

  • Input: supports local image paths, folders, image URLs, comma-separated strings, or arrays.
  • Background: omit backgroundColor for transparent output; use #ffffff for white, #000000 for black, and standard CSS colors otherwise.
  • Output: results are saved as PNG; when saveDir is omitted, files go to myxz-result/bgremove-v2 under the working directory.
  • Return value: inspect success, partialSuccess, data.results, and data.failures, then read localPath, resultUrl, and cached.
  • Safety: do not include VK, request headers, stack traces, or raw API details in replies; for failures, report missing keys, invalid paths, size limits, inaccessible URLs, or timeouts.

Boundaries

This skill is only for background removal and transparent/solid background output. It is not suitable for compression, cropping, upscaling, style transfer, object replacement, or other general image editing. Local files are limited to 15 MB each, folders are filtered by format validation, URL input depends on remote availability, and cached PNGs may be reused.

Use Cases

  • A cross-border operator preparing Amazon main images removes backgrounds from multiple product photos and exports white-background PNGs.
  • A marketplace graphic editor processes standalone-site product images by turning local files into black or custom solid backgrounds on request.
  • An image assistant organizes a supplier asset folder by batch-removing backgrounds and collecting transparent PNGs for layout.
  • An engineer in an image pipeline uses local paths or URL arrays to call the skill and produce a result directory.

Best For

  • A cross-border operator responsible for Amazon main-image compliance needs stable white-background PNG output for product photos.
  • An e-commerce graphic editor building standalone-site detail pages needs batch background removal into transparent assets.
  • An image assistant handling supplier assets needs folder-level batch background removal and confirmed save directories.
  • An engineer building image automation pipelines needs to call the skill from code for paths or URLs.