Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
MO

liustack/modlens

AI Agent

The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。

1.9k Stars50 Forks7 Open Issues1.9k WatchersTypeScriptMIT
AI AgentLLM Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

ModLens solves the problem of text-only models being unable to process visual information, which limits their usefulness in coding tasks that involve screenshots, diagrams, or UI mockups. It provides a lightweight, non-invasive bridge that adds vision capabilities without requiring model changes, proxies, or complex configuration, and it works across multiple popular coding harnesses.

Deployment reality

The available setup signal starts with: npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@3.16.7. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build agents that can analyze screenshots, extract text from images, understand UI layouts, and reason about visual content in coding workflows. Real-world use cases include automated UI testing, documentation generation from screenshots, debugging visual issues, and enhancing code review with visual context. The ceiling is high: with structured JSON evidence, agents can perform complex multimodal reasoning, such as comparing design mockups to implemented code or extracting data from charts and diagrams.

Source and compliance noteLast synced: Aug 16, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

liustack/modlens is tracked as a TypeScript project in the AI Agent, LLM Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 1.9k total stars, with +590 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 7 days ago, and the open issue queue is 7, about 0.37% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 50 forks and 1.9k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need TypeScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 590. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • TypeScript teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

1.9k Stars

Reuse

50 Forks

Attention

1.9k Watchers

Maintenance

active

License

MIT

Open issues

7

Overview

ModLens is a plug-in vision engine that gives text-only AI models (like DeepSeek and GLM) the ability to read images pasted directly into chat, without saving files or passing paths. It is the first vision plugin for DeepSeek Harness (dsh) and works across multiple harnesses including Claude Code, Codex, OpenCode, and Pi.

Key Features

- Zero-config start: reuses existing logins from Claude Code, Codex, OpenCode, or Pi; no hooks, wrappers, or proxy daemons. - Evidence-based reading: provides full transcription, layout regions, and entity/relation lists. - Multiple vision engines: five built-in providers (Gemini, OpenAI, Anthropic, Antigravity CLI, etc.) with failover chain.

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

LLM Tool

Libraries and tools for LLM apps, RAG, prompts, and evals

Quick Start
npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@3.16.7
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

Feb 22, 2026

Created

Aug 15, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+0

Today's growth

+0

7-day growth

+0

30-day growth

Aug 16, 2026Aug 16, 2026
Community Health
50

Forks

7

Open

1.9k

Watchers

Owner
MO

liustack

GitHub profile
Topics & Language
TypeScriptagent-skillsclaude-codeclaude-skillscodexcordisdeepseekdshdsh-pluginglmharnessharness-engineeringhermes-agentimage-to-textmultimodalocropenclawpi-agenttext-only-llmvisionvision-transformer
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

obra/superpowers

An agentic skills framework & software development methodology that works.

273k

affaan-m/ECC

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

240k

NousResearch/hermes-agent

The agent that grows with you

231k

mattpocock/skills

Skills for Real Engineers. Straight from my .agents directory.

218k

multica-ai/andrej-karpathy-skills

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

203k
License
MIT
CreatedFeb 22, 2026
Last pushAug 15, 2026
Last syncedAug 16, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

ModLens solves the problem of text-only models being unable to process visual information, which limits their usefulness in coding tasks that involve screenshots, diagrams, or UI mockups. It provides a lightweight, non-invasive bridge that adds vision capabilities without requiring model changes, proxies, or complex configuration, and it works across multiple popular coding harnesses.

Capabilities

Developers can build agents that can analyze screenshots, extract text from images, understand UI layouts, and reason about visual content in coding workflows. Real-world use cases include automated UI testing, documentation generation from screenshots, debugging visual issues, and enhancing code review with visual context. The ceiling is high: with structured JSON evidence, agents can perform complex multimodal reasoning, such as comparing design mockups to implemented code or extracting data from charts and diagrams.

Bottom Line

ModLens is ideal for developers using text-only coding agents who need vision capabilities without heavy setup. It is perfect for those who want a quick, non-invasive way to handle images in coding workflows. However, teams with strict data privacy requirements should be cautious about sending images to external services, and those using models that already support vision may not need it. The key trade-off is convenience and breadth of support versus potential privacy and dependency concerns.

Full AI Analysis