openloomi-lifestyle-image

openloomi-lifestyle-image is a skill for Codex from melandlabs/openloomi. It costs 86 tokens per session (825 once invoked), scanned A, original, Apache-2.0.

An intent-checking skill for deciding whether a user wants OpenLoomi to generate a lifestyle image, portrait, personal visual, or real-life scene. It returns a match decision for the host application.

In plain words
What is it for?
Use it to classify messages about generating personal-brand images, avatars, lifestyle scenes, portraits, social-profile visuals, or other identity-related images.
Why use it?
It separates image-generation requests from requests to analyze, describe, edit, or discuss images, helping the application choose the correct flow.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to classify messages about generating personal-brand images, avatars, lifestyle scenes, portraits, social-profile visuals, or other identity-related images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/melandlabs/openloomi/openloomi-lifestyle-image
About the project

OpenLoomi is an open-source desktop AI coworker that connects work tools, gathers context, and highlights decisions or actions needing attention. It is for people managing work across multiple apps, and its catalogue add-ons extend the resident desktop for agent frameworks such as Claude Code, Codex, OpenCode, Hermes, and OpenClaw.

melandlabs/openloomi · 1,025 stars · on GitHub · openloomi.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add melandlabs/openloomi --skill openloomi-lifestyle-image
Clone the repo
git clone --depth 1 https://github.com/melandlabs/openloomi

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openloomi-lifestyle-image

README.md
[![agentmods](https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-lifestyle-image/github.svg)](https://agentmods.dev/skills/melandlabs/openloomi/openloomi-lifestyle-image)
Your own site
<a href="https://agentmods.dev/skills/melandlabs/openloomi/openloomi-lifestyle-image"><img src="https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-lifestyle-image/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openloomi-lifestyle-image

Your own site · 80×15
<a href="https://agentmods.dev/skills/melandlabs/openloomi/openloomi-lifestyle-image"><img src="https://agentmods.dev/badge/skills/melandlabs/openloomi/openloomi-lifestyle-image.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 21
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 22
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.00825
Opus 5 $0.00043 $0.00413
Sonnet 5 $0.00017 $0.00165
Haiku 4.5 $0.00009 $0.00082

Measured 12d ago against content hash a3cd09ec138c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

openloomi-lifestyle-image scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openloomi-lifestyle-image/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 question.

Reference Images

Set hasReferenceImage: true when the current user message includes an uploaded image that appears intended as style, subject, persona, or visual reference for generation.

Do not set matched: true only because an image was uploaded. If the user asks what the image shows, who the character is, or asks for image understanding, return matched: false.

If the user uploads a reference image and also asks to generate a lifestyle image from or inspired by it, return matched: true and hasReferenceImage: true.

Output Contract

When the host requests a structured decision, return only JSON with this shape:

{
  "matched": true,
  "confidence": "high",
  "reason": "explicit_lifestyle_image_generation_request",
  "hasReferenceImage": false,
  "refinedPrompt": "optional concise generation intent"
}

Read the full file on GitHub · 81 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 81 lines · 86 tokens per session scan A a3cd09ec138c

Subscribe to this mod's changes

openloomi-lifestyle-image is a skill published in the GitHub repository melandlabs/openloomi (1,025 stars, last pushed 12d ago), licensed Apache-2.0. It adds 86 tokens to every session and 825 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

slack-gif-creator

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

alleneee/skill-agent · 57 tokens

meta-short-drama

Use this meta-skill instead of answering directly when the current user asks to generate an AI short-drama or 短剧 from a topic. The workflow infers render style, character identity, and shot count (1-10, default 5) from the request (filling in conservative defaults when missing), drafts a strict shot-by-shot shooting…

opensquilla/opensquilla · 221 tokens

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

ai-video-script

A tool that turns a topic into a structured short-video shooting plan. Each shot includes prompts for the image and video, spoken narration, and text shown on screen.

opensquilla/opensquilla · 87 tokens

audio-cog

OpenSquilla-compatible audio generation adapter for webpage audio requests. Prefer OpenRouter config/API key in OpenSquilla; preserve the upstream CellCog workflow only as optional ClawHub provenance.

opensquilla/opensquilla · 41 tokens

openrouter-video-generator

Generate or declare an OpenRouter video asset for AwesomeWebpageMetaSkill using a parent-leased Provider Settings connection and configured non-secret model/output values.

opensquilla/opensquilla · 35 tokens