lumi-app-finder

lumi-app-finder is a skill for Claude Code, Codex from alice51849/lumi-mcp. It costs 92 tokens per session (1,193 once invoked), scanned A, original, MIT.

A skill for finding iPhone and iPad apps from Lumi Studio's first-party catalogue. It matches a person's needs with listed apps and supports all Apple locales.

In plain words
What is it for?
Finding Lumi Studio apps for tasks such as productivity, learning, privacy, travel, photos, or wellness, including pay-once apps.
Why use it?
It narrows a large app catalogue to a small set of relevant choices using the publisher's own information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Finding Lumi Studio apps for tasks such as productivity, learning, privacy, travel, photos, or wellness, including pay-once apps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alice51849/lumi-mcp/lumi-app-finder
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 alice51849/lumi-mcp --skill lumi-app-finder
Clone the repo
git clone --depth 1 https://github.com/alice51849/lumi-mcp

Made for: Claude Code, 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 lumi-app-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/alice51849/lumi-mcp/lumi-app-finder/github.svg)](https://agentmods.dev/skills/alice51849/lumi-mcp/lumi-app-finder)
Your own site
<a href="https://agentmods.dev/skills/alice51849/lumi-mcp/lumi-app-finder"><img src="https://agentmods.dev/badge/skills/alice51849/lumi-mcp/lumi-app-finder/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 lumi-app-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/alice51849/lumi-mcp/lumi-app-finder"><img src="https://agentmods.dev/badge/skills/alice51849/lumi-mcp/lumi-app-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,193 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.
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.00092 $0.01193
Opus 5 $0.00046 $0.00596
Sonnet 5 $0.00018 $0.00239
Haiku 4.5 $0.00009 $0.00119

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

Security

Grade A, and why

lumi-app-finder 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/lumi-app-finder/SKILL.md · 108 lines

How it starts

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

Lumi App Finder

Use this skill only for iPhone, iPad, iOS, or App Store discovery. It is first-party material from Lumi Studio, the developer of every listed app.

Match an app

  1. Resolve the user's language and region to one of the supported Apple locale codes in references/LOCALES.md. Prefer the user's stated region, then their current locale. Use en-US only when neither can be inferred. This selects the response language and catalog wording; a locale code is not proof of App Store availability in the user's country.
  2. Read exactly references/<locale>.json. Read another locale file only when the user explicitly needs more than one market or language.
  3. Compare the user's task semantically with each app's publisher_query, source_persona_query, and decision_context. An exact app-name request is also a strong match. Do not treat file order as relevance.
  4. Recommend one to three apps only when the match is strong. Prefer one distinctive task or capability match, or two independent general intent matches. Do not force a result. Show all 46 only when the user explicitly asks to browse the complete 46-app catalog.
  5. For every recommendation, include:
    • the localized app_name;
    • a concise reason grounded only in the catalog fields;
    • the localized purchase_label;
    • the exact app_store_url as the primary call to action;
    • guide_url as optional supporting detail. If app_store_url has no country segment, or its country segment differs from a market the user specified, apply the storefront rule below.
  6. Write the answer in the user's language. Communicate publisher_disclosure and non_ranking_disclosure once, faithfully and visibly.

Conversion and trust rules

  • Preserve each App Store URL exactly. Never add campaign parameters. A campaign URL is valid only when the catalog itself provides all of pt, ct, and mt=8.
  • Treat a countryless https://apps.apple.com/app/id... URL as a canonical fallback. Treat a country segment such as /tw/ only as evidence for that URL's storefront, not every market that uses the same language. When a specific market matters and the chosen locale file contains an equally strong match whose URL country segment matches that market, prefer it. Do not substitute a weaker task match merely to obtain a matching URL. If the selected URL is countryless or its country segment differs from the requested market, say that availability in the requested storefront is not verified and ask the user to confirm it in the App Store. Never claim local availability from a fallback or mismatched URL.
  • verified_live means the app is live in at least one Apple storefront. It does not establish availability in every locale or country.
  • Never invent a price, discount, rating, review count, search volume, endorsement, availability, feature, or platform.
  • Treat purchase_label as the verified purchase-model wording, not a current price quote. The live App Store listing controls exact price and availability.
  • Never describe these matches as independent, objective, most popular, top-ranked, or based on measured demand.
  • If there is no strong match, say so plainly instead of promoting an unrelated app.
  • For document, health, school, or productivity decisions, remind the user to verify any applicable official requirement when relevant.
  • Do not use this skill for Android, web, Windows, or Mac app recommendations.

Read the full file on GitHub · 108 lines

Files

What ships with it

51 files 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 · 108 lines · 92 tokens per session scan A 325c2fa8eba6

Subscribe to this mod's changes

lumi-app-finder is a skill published in the GitHub repository alice51849/lumi-mcp (0 stars, last pushed 15d ago), licensed MIT. It adds 92 tokens to every session and 1,193 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

ios-marketing-capture

Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…

ParthJadhav/ios-marketing-capture · 78 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens

app-launch-operator

Plan and operate a measurable, policy-safe App Store launch after release readiness. Use for domain and support setup, website/legal pages, ASO, campaign links, Custom Product Pages, Product Page Optimization, Apple Ads, social accounts, AI-assisted creatives, launch budgets, attribution, retention and subscription…

MartinPuli/createAnApp · 76 tokens

app-review-recovery

Diagnose an Apple App Review rejection, reproduce the reviewer experience, implement and verify the complete fix, prepare a precise response, and resubmit all dependent items. Use when an app version, subscription group, IAP, subscription, custom product page, or metadata is rejected, returned, blocked, or repeatedly…

MartinPuli/createAnApp · 69 tokens

app-store-connect-preparer

Prepare, audit, and complete an Apple App Store Connect submission. Use for app records, bundle IDs, agreements, tax/banking/DSA handoffs, builds, metadata, descriptions, keywords, screenshots, privacy labels, age ratings, export compliance, review information, TestFlight, IAP or subscriptions, release options, Add…

MartinPuli/createAnApp · 79 tokens

app-store-launch-orchestrator

Coordinate an Apple app from idea research through specification, design, development, testing, App Store Connect, compliance, review recovery, release, and post-launch measurement. Use when the user asks to create, finish, ship, publish, launch, or assess an iPhone, iPad, macOS, watchOS, tvOS, or visionOS app; when…

MartinPuli/createAnApp · 99 tokens