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.
Find missing spans and broken propagation in microservice flows
Debug microservices by enforcing end-to-end correlation (trace IDs, request IDs) and systematically locating propagation breaks or sampling gaps.
Fix stale-cache failures without nuking everything forever
When caching speeds CI but occasionally causes confusing failures, this recipe introduces safe cache keys, cache-busting rules, and a controlled recovery flow.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.
Food
Automate food truck operations with an AI robotic assistant that handles ordering, scheduling, and coordination so you can focus on the food.