modlens
FeaturedPlug-in vision for text-only models. Hard rule: when a file path or URL with an image extension (.png, .jpg, .jpeg, .webp, .gif, .heic, .heif) appears anywhere in the conversation (typed by the user, injected as a `[Image: source: <path>]` line, or inside a tag) and you cannot see that image's content, run this skill on it before any other approach: no self-built OCR, no PIL, no tesseract. Also triggers on pasted-image placeholders such as `[Image #1]` and `[Unsupported Image]`. If you can actually see the image, do not use this skill. When unsure, run `modlens guard` before the first read of a session: a deny verdict means the active model has native vision and must read the image itself. Runs the modlens CLI to convert the image into structured JSON evidence: every word transcribed, layout regions, semantics, visual clues. Also use when the user asks how to install, configure, or switch modlens providers (Gemini API key, OpenAI-compatible endpoints, Claude API or Claude Code CLI).
Install
Quality Score: 96/100
Skill Content
Details
- Author
- liustack
- Repository
- liustack/modlens
- Created
- 6 months ago
- Last Updated
- 3 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
modsearch
Plug-in web search, X (Twitter) search, and page fetch for models without native web access. Use whenever the task needs current information, external facts, source links, posts from X, or the content of a specific URL, and the active model/harness has no native search or fetch tool. Runs the modsearch CLI to return structured JSON evidence. Also use when the user asks how to install or configure modsearch, or wants to switch engines or add a key.
llm-image-bridge
纯文本模型(DeepSeek/GLM 等)图像识别桥接。当当前模型不具备多模态视觉能力(如 deepseek-v4-pro、deepseek-v4-flash、glm-5.3、glm-5.2 等)且用户输入图片(路径/截图/粘贴图片/要求"看这张图")时,自动调用 OpenAI 兼容协议的视觉模型(千问 Qwen3-VL、智谱 GLM-4.6V、GPT-5.5、Gemini 3 等,可在配置中切换)识别图片内容,将文字描述作为上下文供当前模型使用。适用于 Claude Code、Codex 等任意支持 Skills 或能执行脚本的 AI Agent。触发词:图片、截图、看这张图、识别图片、分析图片。