Agent skill · Documentation

openloomi-lifestyle-image

Identify whether a user is asking OpenLoomi to generate a lifestyle image, portrait, personal visual, or lifestyle scene. Use this skill for chat messages that may request image generation for a user's lifestyle, identity, persona, personal brand, social profile, memories, interests, or real-life scene; distinguish true generation intent from ordinary image understanding, prompt-writing, editing, or negated requests.

melandlabsgithub.com/melandlabsGitHub ↗
claude-codeApache-2.0
Install
npx skills add melandlabs/openloomi --skill openloomi-lifestyle-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/openloomi-lifestyle-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 764
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenLoomi Lifestyle Image ## Purpose Decide whether the user is asking to generate a lifestyle image through OpenLoomi's existing lifestyle image flow. This skill only judges intent and prepares a decision signal for the host app. Do not call image generation providers from this skill. ## Decision Return a lifestyle image generation decision only when the user clearly wants OpenLoomi to create or generate a lifestyle-oriented image. Use `matched: true` when the request asks to generate, create, make, draw, design, render, or produce a lifestyle image, personal visual, avatar-like lifestyle scene, personal brand image, social profile visual, or life-scene image based on the user's profile, memory, interests, chat context, or uploaded reference image. Use `matched: false` when the user is only asking to: - Analyze, identify, describe, OCR, classify, or understand an uploaded image. - Write or improve a prompt without asking to generate the image now. - Edit an existing image without asking for lifestyle generation. - Discuss image generation conceptually. - Say not to generate an image, or says image generation is unnecessary. - Ask an unrelated design, document, code, or chat ques

What's inside
Steps it walks through
  1. Purpose
  2. Decision
  3. Reference Images
  4. Output Contract
  5. Examples
Ships with 1 file
  • agents/openai.yaml
More from openloomi
All skills →
About this skill
What does the openloomi-lifestyle-image skill do?

Identify whether a user is asking OpenLoomi to generate a lifestyle image, portrait, personal visual, or lifestyle scene. Use this skill for chat messages that may request image generation for a user's lifestyle, identity, persona, personal brand, social profile, memories, interests, or real-life scene; distinguish true generation intent from ordinary image understanding, prompt-writing, editing, or negated requests.

How do I install it?

Run `npx skills add melandlabs/openloomi --skill openloomi-lifestyle-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From melandlabs/openloomi, a repository with 764 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going