dsh plugins中文
← Back to popular plugin directory

DSH desktop client

xlight/deepseek-visionary · skills

Use DeepSeek's official multi-modal vision model to make your Agent no longer blind (supports DSH, Zed, OpenCode, Codex, Claude Code, Cursor, Claude Desktop).

★ 7GitHub stars
0Forks
2026-08-15Last updated
RustLanguage
License

Project overview

在任意支持 MCP 的 AI agent(Zed、OpenCode、Codex、Claude Code、Cursor、Claude Desktop)、DeepSeek Harness(DSH,原生插件或 skill + CLI)中使用 DeepSeek 网页版的原生多模态视觉模型,支持浏览器自动登录(无需手动复制 token)。

需要把 deepseekvision 作为 MCP 工具暴露给宿主(Zed / OpenCode / Codex / Claude Code / Cursor / Claude Desktop)时,用 init 一键接入:

vision 的输出模式由 stdout 是否 TTY 与显式开关共同决定: 场景 · 默认行为 · 消费方 场景: 终端(TTY) · 默认行为: 流式打印回答文本 · 消费方: 人 场景: 管道/脚本(非 TTY) · 默认行为: 一次性输出完整文本 · 消费方: 脚本兑底 场景: visionary-server vision img.png --json · 默认行为: 原子 JSON:{"text", "sessionid", "parentmessageid"}(失败为 {"error"}) · 消费方: 脚本 / AI agent(推荐)

Install command

dsh plugin --profile web add github:xlight/deepseek-visionary
View GitHub repository ↗Back to popular plugin directory