👁️
AI EngineeringTypeScript

ModLens

by liustack

ModLens is an AI Engineering skill for Claude Code, published by liustack in modlens.

3.3K stars90 forkson liustack/modlensAdded 2026/08/20Repository updated 2026/08/19
agent-skillsclaude-codeclaude-skillscodexcordisdeepseekdshdsh-pluginglmharnessharness-engineeringhermes-agentimage-to-textmultimodalocropenclawpi-agenttext-only-llmvisionvision-transformer
Install in seconds
Install ModLens
Copy ModLens into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/liustack/modlens/tree/main/skills/modlens ~/.claude/skills/modlens

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/liustack/modlens.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/modlens/SKILL.md in liustack/modlens
Installs to
~/.claude/skills/modlens
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What ModLens does

ModLens converts images into structured JSON evidence (transcribed text, layout regions, semantics) so text-only models can answer questions about image content. Use it when a file path or URL with an image extension appears and the active model cannot see the image natively.

ModLens is cataloged under AI Engineering on DirSkills. ModLens comes from a repository tagged agent-skills, claude-code, claude-skills, codex and cordis.

Documentation

README

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:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about ModLens

  • How does ModLens compare to other AI Engineering skills?

    ModLens ranks #621 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ModLens against them. Open each page to compare what they document and how they install.