README.md

my top of Plugin' creators at LM Studio Hub for now

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.

So I found these useful:
UserPluginProfit
fuutottsave-excelSave table to file
orielhaimsysinfoCollects all information about the computer configuration
lmbimmerboyefile-agentDoes whatever it wants with files
danielsigvisit-websiteReads 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,text
(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)

RAGs -- Already exists, but each one is far from perfect...

(https://lmstudio.ai/lmstudio/rag-v1)
levpro dirty-data mindstudio

MCP -- Don't reinvent the wheel. Many problems have already been solved before us.

(https://github.com/ChromeDevTools/chrome-devtools-mcp) All MCP serverd in one place

The best to check weather via the MCP. Don't write your own plugin for this.

{
    "weather": {
      "command": "npx",
      "args": [
        "-y",
        "@dangahagan/weather-mcp"
      ]
    },
}

Basics for Beginners

Must read For_beginners - my thoughts.

Top of `2025` table
undefined

28 TOP-score contributors in 2025

Picture hosted on huggingface. `This is the only way to insert images.`