npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@p-dsh-market/deepseek-vision-bridge

v0.1.3

Published

为 DSH 非视觉模型提供基于 DeepSeek V4 Flash Vision Exp 的会话图片分析工具

Readme

DeepSeek 视觉桥接

为 DeepSeek Harness 中不支持图片输入的模型注册 /vision 图片命令和 deepseek_vision_analyze 工具。工具使用内建的 deepseek-official/deepseek-v4-flash-vision-exp 分析当前会话图片,可用于图片描述、OCR、图表解读、截图检查和多图比较。支持图片的模型会直接看图,并禁止调用桥接工具。

工作方式

  • 只接受当前 DSH 会话中已经持久化的图片引用,不读取任意本地路径或远程 URL。
  • 非视觉模型附加图片后,使用 /vision 你的问题 提交;原生发送按钮仍会执行 Harness 的模型模态准入。
  • /vision 会把图片和原始问题记录为正常用户消息,因此聊天流会显示用户气泡和图片画廊;桥接指令只进入系统提示词。
  • 未传 attachmentIds 时分析最近一条含图片消息中的全部图片;显式传入时最多分析 8 张。
  • 图片继续由 DSH 附件服务完成校验、缩放与请求投影。
  • 当前 deepseek-official 配置必须公布 deepseek-v4-flash-vision-exp,且模型元数据包含 image 输入能力。

安装

dsh plugin --profile web add @p-dsh-market/deepseek-vision-bridge

安装后重启 DSH。插件的 cordis.patch.yml 会挂载 commands、llm、skills、systemPrompt 和 tools 五项宿主服务。

工具参数

{
  "query": "读取截图中的错误信息并给出摘要",
  "attachmentIds": ["sha256:..."]
}

query 必填;attachmentIds 可省略。