Batch-process product photos — resize, compress, remove backgrounds, add alt text
Product images that are too large slow your site. Images without white backgrounds get rejected by Amazon. Images without alt text hurt your SEO. This recipe processes your entire image library in one pass.
Process my product images in batch. Source: [folder path / store API / URL list]. For each image: (1) remove the background and replace with pure white, (2) resize to [dimensions] for [Amazon/Shopify/eBay], (3) compress for web performance (target: under 200KB per image), (4) convert to WebP format, (5) generate descriptive alt text based on the product name and visible attributes. Output processed images to [folder] and generate a CSV mapping original filenames to new filenames and alt text. Optionally push alt text directly to my [Shopify/WooCommerce] store via API.
Your Claw processes product images in batch using CLI tools and AI services.
It can remove backgrounds, resize to platform-specific dimensions, compress
for web performance, convert to WebP, and generate descriptive alt text —
all without opening Photoshop.
Clean up theme bloat and improve Core Web Vitals
Stores get slow through a mix of heavy apps, oversized images, leftover theme code, and poor loading behavior. This recipe audits what is slowing the site down and helps you remove the highest-impact bottlenecks first.
Trim recurring app costs without ripping out the wrong thing
Audit your Shopify or WooCommerce app stack, identify what can be replaced with native features or lightweight scripts, and build the low-risk wins first.
Turn your product catalog into platform-ready social posts
Turn product data and product photos into platform-specific social drafts you can review, schedule, and reuse. Best for brands that already have a catalog but need a repeatable content workflow.
Auto-generate proxies the moment footage lands
Choppy playback, laggy scrubbing, and unusable timelines — even on strong machines — often comes down to editing long-GOP or heavy codecs at high resolution without proxies. This recipe generates proxies automatically whenever new camera originals appear, so every project starts edit-ready instead of debug-ready.