What problem does it solve?
Chat applications need to distinguish genuine image generation requests from ordinary image questions, prompt-writing help, or negated requests. This Skill classifies whether a user message asks OpenLoomi to generate a lifestyle image, so the host app only triggers its image generation flow when appropriate.
Core Features & Use Cases
- Intent Classification: Returns a boolean
matched decision with a high, medium, or low confidence level for lifestyle image generation requests.
- Reference Image Detection: Sets
hasReferenceImage when an uploaded image is intended as a style, subject, or persona reference for generation.
- Structured Output Contract: Produces a strict JSON object with
matched, confidence, reason, hasReferenceImage, and an optional refinedPrompt.
- Use Case: A user says "Use this photo as a style reference and create a lifestyle portrait." The Skill returns
matched: true with hasReferenceImage: true, while a message like "What character is in this image?" returns matched: false.
Quick Start
Ask the assistant to decide whether the message "Generate a lifestyle image for my LinkedIn profile based on my interests" is a lifestyle image generation request and return the JSON decision.