Plugin directory / Tools & Capabilities / modlens
modlens
GitHub source only liustack/modlens ↗
939Stars
32Forks
5Open issues
TypeScriptLanguage
2026-08-14Last push
What it does
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).
Our take
Source-only — active project, install from GitHub
Source-only — active project, install from GitHub
Install
This plugin is GitHub source (not published to npm) — install it straight from the repo:
dsh plugin --profile web add github:liustack/modlens - Install pnpm once:
npm install -g pnpm. - Add it from GitHub:
dsh plugin --profile web add github:liustack/modlens. - Restart
dsh web.
Note: plugins that ship a prepare build script may prompt pnpm to allow the build — add the key it prints under allowBuilds in pnpm-workspace.yaml, then re-run.