PLUGIN

Report

2 stars

1K Downloads

An LM Studio plugin that provides access to DuckDuckGo web search and image search.

package.json

{
  "name": "lms-plugin-duckduckgo",
  "version": "1.0.0",
  "description": "LM Studio plugin for searching the web with DuckDuckGo",
  "main": "index.js",
  "scripts": {
    "dev": "lms dev",
    "push": "lms push"
  },
  "author": "Daniel Sig",
  "license": "MIT",
  "dependencies": {
    "@lmstudio/sdk": "^1.3.0",
    "zod": "3.24.1"
  },
  "devDependencies": {
    "@types/node": "^20.14.8"
  }
}