LM Studio plugins add web image analysis for vision-capable LLMs

A developer has created plugins for LM Studio that allow vision-capable LLMs to fetch images from the web and analyze them directly within the application. The plugins work without requiring MCP/APIs or registration, using simple scripts that can be installed with one click from the LM Studio website.
Key Features
The main plugin, "analyze-images," enables LLMs to:
- Fetch images from the web for analysis
- Chain tools automatically based on the task
- Convert fetched images into smaller thumbnail files for chat embedding to avoid clutter
- Use full-resolution images for analysis when possible
- Embed images in responses or use markdown table galleries when users request multiple images
The developer also updated existing plugins:
- Duck-Duck-Go plugin now works with images
- Visit Website plugin now works with images
Requirements and Setup
To use these plugins, you need:
- A vision-capable model (Qwen 3.5 9b or 27b are recommended)
- LM Studio with plugin support
The developer shared specific Qwen 3.5 settings that worked well:
Temperature: 1 Top K sampling: 20 Repeat Penalty: 1 Presence Penalty: 1.9 Top P sampling: 0.95 Min P sampling: 0
They noted that the Presence Penalty setting at 1.9 helped fix repetition problems and prevent loops.
The system prompt used was: "You are a capable, thoughtful, and precise assistant. Always prioritize being truthful, nuanced, insightful, and efficient, tailoring your responses specifically to the user's needs and preferences. Research before answering the questions: use both reasoning and tool calls to synthesize a proper conclusion."
Plugin Links
- Analyze Images plugin: https://lmstudio.ai/vadimfedenko/analyze-images
- Duck-Duck-Go reworked: https://lmstudio.ai/vadimfedenko/duck-duck-go-reworked
- Visit Website reworked: https://lmstudio.ai/vadimfedenko/visit-website-reworked
The developer also shared a Jinja Prompt Template on Pastebin that helped fix tool call errors.
📖 Read the full source: r/LocalLLaMA
👀 See Also
m365-mcp: OpenClaw Skill with 43 Tools for Outlook, Calendar, OneDrive, Teams, and Tasks
Tired of half-baked M365 integrations, a developer built m365-mcp, an OpenClaw skill exposing 43 Microsoft Graph tools for Outlook, Calendar, Contacts, OneDrive, Teams, and Tasks.

PageAgent: Browser AI Agent That Runs Inside Web Pages with Ollama Support
PageAgent is a JavaScript library that runs AI agents directly inside web pages, reading live DOM as text instead of using screenshots. It works with any OpenAI-compatible endpoint including Ollama, enabling local LLM calls directly from the browser.

Argus: Open-Source VS Code Extension for Real-Time Claude Code Observability
Argus visualizes Claude Code agent steps in real-time inside VS Code, showing timeline, dependency graph, and cost/loop detection to debug token-wasting behavior.

Atlas Inference Engine Goes Open Source: Pure Rust + CUDA, 100+ tok/s on DGX Spark
Atlas is now open source — a Rust + CUDA inference engine that achieves 130 tok/s peak on Qwen3.5-35B (NVFP4) on a single DGX Spark, with no Python runtime and <2 minute cold start.