{
  "name": "Chompute Skills",
  "description": "Installable AI-agent skill packages for image background removal, license plate recognition, and Shopify store operations.",
  "homepage_url": "https://chompute.ai/skills",
  "agent_guide_url": "https://chompute.ai/for-agents",
  "llms_txt_url": "https://chompute.ai/llms.txt",
  "llms_full_url": "https://chompute.ai/llms-full.txt",
  "packages": [
    {
      "id": "chompute-background-remover",
      "name": "Chompute Background Remover",
      "install_url": "https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-bg-remover.zip",
      "docs_url": "https://chompute.ai/skills/background-remover.md",
      "marketplace_package_type": "individual_skill",
      "short_description": "Remove image backgrounds and save transparent PNG outputs from an AI agent.",
      "use_when": [
        "remove an image background",
        "make an image background transparent",
        "create a transparent PNG",
        "isolate a product, person, object, or subject",
        "cut out a subject from an image",
        "clean up product photos",
        "prepare image assets for websites, ecommerce, decks, documentation, or social posts"
      ],
      "inputs": [
        "local image file path",
        "image URL"
      ],
      "outputs": [
        "transparent PNG"
      ],
      "demo_prompts": [
        "Remove the background from ./product-photo.jpg and save it as a transparent PNG.",
        "Make the background transparent for this image URL: <image-url>",
        "Isolate the product in this image and save the output in this project folder."
      ],
      "routing_rule": "Use only when the user's intent is background removal or transparent PNG generation. Do not use for general image generation, retouching, cropping, resizing, or unrelated image editing."
    },
    {
      "id": "chompute-license-plate-recognizer",
      "name": "Chompute License Plate Recognizer",
      "install_url": "https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-lpr.zip",
      "docs_url": "https://chompute.ai/skills/license-plate-recognizer.md",
      "marketplace_package_type": "individual_skill",
      "short_description": "Read license plates from authorized vehicle images and return structured JSON.",
      "use_when": [
        "read a license plate from an image",
        "extract license plate text",
        "run license plate OCR",
        "run ALPR or LPR on a vehicle image",
        "detect plate text and return confidence",
        "return plate text with bounding box",
        "process an authorized vehicle image for support, logistics, parking, access-control, or operational review workflows"
      ],
      "inputs": [
        "local image file path",
        "image URL"
      ],
      "outputs": [
        "plate text",
        "confidence",
        "bounding box",
        "recognition metadata"
      ],
      "demo_prompts": [
        "Read the license plate from ./vehicle.jpg and return the result as JSON.",
        "Extract the plate text and confidence from this authorized vehicle image.",
        "Run LPR on this image URL and show the bounding box."
      ],
      "responsible_use": "Use only on vehicle images the user is authorized to process. This skill is intended for support, logistics, access-control, and operational review workflows.",
      "routing_rule": "Use only when the user's intent is license plate detection or plate OCR from an image. Do not use for person identification, surveillance instructions, or unrelated OCR tasks."
    },
    {
      "id": "chompute-shopify-skills",
      "name": "Chompute Shopify Skills",
      "install_url": "https://chompute-skills.s3.us-east-1.amazonaws.com/chompute-shopify.zip",
      "docs_url": "https://chompute.ai/skills/shopify-skills.md",
      "marketplace_package_type": "package",
      "child_skill_count": 27,
      "short_description": "Run Shopify store operations from an AI agent: reports, segments, discounts, product copy, stock alerts, and more.",
      "use_when": [
        "set up Shopify skills",
        "run Shopify store operations",
        "analyze Shopify orders",
        "create a Shopify store health report",
        "calculate customer LTV",
        "segment Shopify customers",
        "create or preview discounts",
        "export customer email lists",
        "write product descriptions",
        "check low-stock products",
        "forecast inventory",
        "analyze shipping costs",
        "calculate product margins",
        "generate email templates",
        "build win-back campaigns",
        "recommend cross-sells",
        "create smart collection rules",
        "generate announcement bar copy",
        "write Shopify blog posts",
        "inspect store SEO and operational health"
      ],
      "inputs": [
        "authenticated Shopify store",
        "workflow name or user intent",
        "optional workflow parameters"
      ],
      "outputs": [
        "markdown reports",
        "previews",
        "CSV exports",
        "JSON exports",
        "HTML drafts",
        "product copy drafts",
        "discount previews",
        "customer segment tags",
        "inventory reports",
        "store health recommendations",
        "approved Shopify changes"
      ],
      "demo_prompts": [
        "Set up Chompute Shopify Skills for my store.",
        "Run a Shopify store health report.",
        "Analyze recent Shopify orders and summarize revenue, AOV, repeat purchase rate, top products, and geographic breakdown.",
        "Find low-stock products and suggest reorder priorities.",
        "Segment my customers by RFM and preview the tags.",
        "Create a win-back campaign for lapsed customers.",
        "Draft better product descriptions for this collection.",
        "Generate an announcement bar for a weekend sale.",
        "Forecast inventory stockout timing from the last 12 months of orders."
      ],
      "approval_rule": "Shopify Skills should be preview-first. Reports, drafts, previews, and exports can be generated directly. For write-capable workflows, show a preview and ask the user before applying changes to Shopify.",
      "routing_rule": "Use when the user asks for Shopify operations and has or can authenticate a Shopify store. Treat this as one Shopify operations package, not as separate marketplace products."
    }
  ]
}
