luma-vision

luma-vision is a skill for Claude Code, Codex from JochenYang/luma-mcp. It costs 37 tokens per session (533 once invoked), scanned A, original, MIT.

A skill for analyzing images with several external vision models. It is activated only when a user starts a request with /skill luma-vision and includes an image.

In plain words
What is it for?
Use it for image analysis requests that explicitly use the /skill luma-vision command, with a local image, web URL, data URI, or prefixed file path.
Why use it?
It defines when image analysis should run and how images and model settings are supplied, avoiding accidental use for ordinary image messages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it for image analysis requests that explicitly use the /skill luma-vision…

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jochenyang/luma-mcp/vision-skill.svg)](https://agentmods.dev/skills/jochenyang/luma-mcp/vision-skill)
Your own site
<a href="https://agentmods.dev/skills/jochenyang/luma-mcp/vision-skill"><img src="https://agentmods.dev/badge/skills/jochenyang/luma-mcp/vision-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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.00037 $0.00533
Opus 5 $0.00018 $0.00267
Sonnet 5 $0.00007 $0.00107
Haiku 4.5 $0.00004 $0.00053

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

Security

Grade A, and why

luma-vision 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/vision.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

vision-skill/SKILL.md · 58 lines

What it actually says

Luma Vision Skill — 多模型视觉理解

说明

所有模型要发送图片都必须在 config.toml 中声明 image_in 能力,否则前端会拦截图片提交。 但纯文本模型即使声明了 image_in 也无法真正理解图片内容。

本 skill 只在用户主动通过 /skill luma-vision 命令发送图片时激活。 如果用户直接粘贴图片(没有 /skill),不要执行本 skill 的逻辑。

何时触发

  • 仅限 用户当前消息以 /skill luma-vision 开头并附带图片
  • 历史消息中的 Attached image file: 内容不触发本 skill

何时不触发

  • 用户直接粘贴图片发送(没有 /skill 前缀)
  • 多模态模型收到图片时,直接用原生看图能力,不要走脚本

行为

直接执行 vision.js 脚本,不要用 ReadMediaFile

node "<skill_dir>/scripts/vision.js" "<图片来源>" "<问题描述>"

支持的图片来源

脚本兼容三种来源,适配不同 agent 的传图方式:

类型 示例 适用场景
本地路径 ./image.pngD:\photos\photo.jpg Kimi Code skill 传的缓存路径
HTTP(S) URL https://example.com/image.png 网页图片
Data URI data:image/png;base64,... Claude Code 等直接内联传入
@ 前缀路径 @clipboard.png 自动剥离 @ 后按本地路径处理

环境变量

在系统环境变量中配置,脚本会自动读取:

变量 说明
CUSTOM_BASE_URL API 地址
CUSTOM_MODEL_NAME 模型名称
CUSTOM_API_KEY API Key

注意事项

  • 脚本路径:<skill_dir>/scripts/vision.js
  • 不要用 ReadMediaFile 代替
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. 7d ago First seen · 58 lines · 37 tokens per session scan A e5ff7b89f457

Subscribe to this mod's changes

luma-vision is a skill published in the GitHub repository JochenYang/luma-mcp (114 stars, last pushed 28d ago), licensed MIT. It adds 37 tokens to every session and 533 once invoked, about $0.0002 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

opik-instrument

Add Opik tracing to an existing app and verify a real trace lands. Installs the Opik package, detects the language and LLM framework, adds the minimum tracing, runs a safe representative path, confirms a trace in Opik, and returns the trace link. Use for "instrument my code", "add opik tracing", "add observability"…

comet-ml/opik-mcp · 101 tokens

opik-evaluate

Build an LLM evaluation and run it against your app, returning an experiment with scores. Covers datasets, LLM judges, RAG evaluation, synthetic data, error analysis, and validating evaluators against human labels. Use when the user wants to measure or improve AI product quality, or asks about evals, judges, or…

comet-ml/opik-mcp · 73 tokens

aba-precision-protocol

FOUNDATIONAL BEHAVIORAL PROTOCOL — ABA-based precision execution rules. Every prompt processed must follow these rules. Mistakes caught late create intermittent reinforcement of wrong patterns. Stop-fix-verify before proceeding.

dcostenco/prism-coder · 48 tokens

local-rag-search

Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of…

nkapila6/mcp-local-rag · 80 tokens

research-topic

Multi-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.

n24q02m/wet-mcp · 68 tokens

business-model-validator

Use when a prospect, new customer, or existing operator wants to know whether Zooza fits their business, or which Zooza features map to how they operate. No Zooza account required — works as a pure knowledge interview.

zooza-dev/zooza-mcp-server · 49 tokens