DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Glm Vision Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@gelomen/glm-vision-plugin

Glm Vision Plugin

DSH Web plugin: Call the 智谱 GLM vision model to analyze images (analyze_image tool + plugin settings card).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @gelomen/glm-vision-plugin@0.2.0
READMECompatibilityVersions

Compatibility and provenance

Glm Vision Plugin is published as @gelomen/glm-vision-plugin and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.0stable
8/20/2026
0.1.3stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
41.6 kB
Files
5
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
22
Last push
8/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIVision Toolkit@anionex/dsh-vision-toolkitDeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI.Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.

README

@gelomen/glm-vision-plugin

DSH 插件:把智谱(Zhipu)GLM 视觉模型接进 DSH,提供 analyze_image 工具。

构建

pnpm install
pnpm build

安装

方式一:npm(推荐)

dsh plugin --profile web add @gelomen/glm-vision-plugin

装完重启 dsh web 生效。

方式二:手动装配

  1. 在 ~/.dsh/profiles/web/package.json 的 dependencies 加 "@gelomen/glm-vision-plugin": "^0.2.0";
  2. 在 dsh.profile.bundles 数组追加 "@gelomen/glm-vision-plugin";
  3. cd ~/.dsh/profiles/web && pnpm install,重启 dsh web。

方式三:git 直装

dsh plugin --profile web add Gelomen/glm-vision-plugin

默认值

项默认
端点https://open.bigmodel.cn/api/paas/v4
模型glm-4.6v-flash
温度0.3
超时90s
credentials 引用ZHIPU_API_KEY