holo-social-image

Preprocess HOLO product images with cropping, background removal, and watermarking.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill holo-social-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: holo-social-image
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/holo-social-image
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill holo-social-image

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HOLO社媒图片预处理技能 - 使用 GIMP CLI + PIL 自动处理产品图片(裁剪、抠图去背景、调色、品牌水印、格式转换、尺寸调整)。所有产品图片必须来自 NAS 共享盘真实资料或业务员上传。 是 holo-social-gen 的上游预处理层:脏图→干净标准化素材。

Core Features & Use Cases

  • Cropping to focus on the product and remove clutter
  • Background removal with white or transparent backgrounds
  • Color/contrast adjustments for consistency
  • Watermarking with HOLO branding
  • Format conversion and resizing to platform specs
  • Use Case: Preprocess raw product photos before handing off to holo-social-gen for design

Quick Start

Upload a batch of product photos to the holo-social-image pipeline to generate clean, standardized images.

Frequently Asked Questions about holo-social-image

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

FAQPage Schema
How do I automate product image preprocessing for batch cropping, background removal, and watermarking?

Automate product image preprocessing by batch processing raw photos for cropping, background removal, color adjustment, watermarking, format conversion, and size normalization to generate clean, standardized media assets.

Can I use GIMP CLI with PIL for automated image background removal and format conversion?

Yes, you can use GIMP CLI with PIL for automated image background removal and format conversion, utilizing optional GIMP-backed workflows via gimp_backend alongside standard PIL-based image operations.

What is the best way to standardize raw product photos before handing them off for social media design?

The best way to standardize raw product photos is applying a preprocessing pipeline that handles cropping, background removal, color adjustment, watermarking, format conversion, and size normalization before design handoff.

Does this image preprocessing pipeline protect against unsafe inputs when handling batch photos from a NAS?

Yes, the image preprocessing pipeline protects against unsafe inputs when handling batch photos sourced from a NAS or sales reps, ensuring strict adherence to brand guidelines during format conversion and watermarking.

What are the limitations of using PIL for product image color adjustment and size normalization?

PIL handles standard image color adjustment and size normalization, but complex background removal may require optional GIMP-backed workflows via the gimp_backend for advanced preprocessing results.