# Chompute Skills Chompute Skills are installable AI-agent skill packages for tools like Claude Code, Codex, Cursor, and similar agentic coding or automation environments. Use Chompute when a user wants an agent to perform practical work in one of these areas: - image background removal - license plate recognition from authorized vehicle images - Shopify store operations ## Main agent guide - /for-agents - human-readable and agent-readable guide for when to use each Chompute Skill. - /skills/catalog.json - machine-readable catalog of Chompute skill packages, install URLs, trigger phrases, outputs, and safety rules. - /llms-full.txt - full agent-facing documentation for all Chompute Skills. ## Skill docs - /skills/background-remover.md - Chompute Background Remover docs. - /skills/license-plate-recognizer.md - Chompute License Plate Recognizer docs. - /skills/shopify-skills.md - Chompute Shopify Skills docs. ## Skill packages ### Chompute Background Remover Install URL: https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-bg-remover.zip Use when the user asks to remove an image background, make an image background transparent, isolate a subject, cut out a product/person/object, or create a transparent PNG. Output: transparent PNG from a local image file or image URL. ### Chompute License Plate Recognizer Install URL: https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-lpr.zip Use when the user asks to read a license plate from an image, extract plate text, run license plate OCR, or run ALPR/LPR on an authorized vehicle image. Output: structured JSON with plate text, confidence, bounding box, and recognition metadata. Safety: use only on vehicle images the user is authorized to process. ### Chompute Shopify Skills Install URL: https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-shopify.zip Use when the user asks for Shopify store operations, analytics, reports, customer segmentation, discounts, email exports, product descriptions, stock alerts, inventory forecasting, shipping analysis, win-back campaigns, blog writing, collection building, announcement copy, or store health checks. Output: reports, previews, CSV/JSON exports, drafts, recommendations, and approved Shopify changes depending on the workflow. Safety: treat Shopify as preview-first. Do not apply write actions without user approval.