modlens

Installation
SKILL.md

ModLens — Vision Bridge Skill

Use this skill when an image is in play and you cannot see its content: a path or URL with an image extension (the path alone is the trigger, hand it to modlens, never Read the bytes or build your own OCR), a placeholder like [Image #1], [Unsupported Image], or a [Image: source: <path>] line, or the user asking to configure modlens. Do not use it for web search or fetch (that is modsearch), or for images you can already see natively.

Run it

Every modlens command goes through the launcher bundled with this skill. Replace <skill-dir> with the directory this SKILL.md lives in:

bash <skill-dir>/scripts/run.sh <args>                              # macOS / Linux
powershell -ExecutionPolicy Bypass -File <skill-dir>\scripts\run.ps1 <args>     # Windows

It resolves a working runtime (PATH modlens, then npx, then bunx) and forwards your arguments unchanged. Exit 78 means no runtime: relay the nextSteps from its stderr JSON instead of retrying.

If your harness forbids running scripts, reason through the same order by hand and run the first line that works (the pinned version is 3.25.4):

Installs
577
GitHub Stars
3.9K
First Seen
Aug 2, 2026
modlens — liustack/modlens