Project Files
README
I looked up in the LMS Hub to find out who is who... Google The first attempt was to separate users by points. But that's incorrect. Those who were there at the very beginning of 2025 have the most points, even if they published an empty prompt. Then I started looking at the stars. People don't place them so generously. And at the number of downloads. The combination of these two factors in the plugin means that it is both promising and does not disappoint. Two stars mean the plugin is really useful.
| User | Plugin | Profit |
|---|---|---|
| fuutott | save-excel | Save table to file |
| orielhaim | sysinfo | Collects all information about the computer configuration |
| lmbimmerboye | file-agent | Does whatever it wants with files |
| danielsig | visit-website | Reads by link URL content, images, links |
The most useful plugins have many forks. For example, openai-compat-endpoint It has more than a dozen forks, even I participated.
(https://lmstudio.ai/lmstudio/openai-compat-endpoint/forks): (https://lmstudio.ai/cybersys/openai-compat-endpoint) (https://lmstudio.ai/fuutott/openai-compat-endpoint-v2) (https://lmstudio.ai/tupik/openai-compat-endpoint) (https://lmstudio.ai/will-lms/openai-compat-endpoint) (https://lmstudio.ai/ankh/openai-compat-endpoint) (https://lmstudio.ai/lmstudio/openai-compat-endpoint) (https://lmstudio.ai/neil/openai-compat-endpoint)
Next are plugins for working with files and websites. Everyone needs file contents and internet content.
visit-website it pulls from url: links,imgs,context
(https://lmstudio.ai/lmstudio/wikipedia/forks)
Very useful plugin: js-code-sandbox
By the way, hint: you can change permissions with launch keys of deno sandbox in src.
If you are not afraid to give AI programmatic access.
[ "run", "--allow-read=.", "--allow-write=.", "--no-prompt", "--deny-net", "--deny-env", "--deny-sys", "--deny-run", "--deny-ffi", scriptFilePath, ],
Other useful plugins:
shell-command-runner
file-agent
filesystem-access
ai-to-pdf convert to PDF via browser under puppeteer
The program LM Sudio already has the ability to export chat to PDF. (via three points - Export)
(https://lmstudio.ai/lmstudio/rag-v1)
(https://lmstudio.ai/levpro/rag-v2)
(https://lmstudio.ai/dirty-data/rag-v2)
(https://lmstudio.ai/mindstudio/big-rag)
(https://github.com/ChromeDevTools/chrome-devtools-mcp) (https://github.com/modelcontextprotocol/servers)
{ "weather": { "command": "npx", "args": [ "-y", "@dangahagan/weather-mcp" ] }, }
Must read For_beginners

28 TOP-score contributors in 2025