dsh plugins中文
← Back to popular plugin directory

Agent Vision Toolbox

loudMore/dsh-drop-to-path · skills

Drop or paste images, PDFs, office docs, zips, videos and audio into DeepSeek Harness — they reach your text-only model as workspace file paths.

★ 7GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

I use a text-only model (deepseek) in DeepSeek Harness and frequently need to send screenshots to the agent. But DSH image attachments go through the model's native attachment channel, and text-only models are rejected by a preflight check before the message is even sent — the composer shows a system toast: The current model does not support images; switch to a model that does.

Backed by the host image-admission preflight (attachment-error):

dsh-vision-toolkit solves the "see the image" half — but its tools only accept workspace file paths, so the image must enter the message as a path. Every screenshot became: save to workspace → manually type the path into the message. Painful. And beyond images, DSH refuses to attach PDFs, office documents, videos or any non-image file at all.

Install command

dsh plugin --profile web add github:loudMore/dsh-drop-to-path
View GitHub repository ↗Back to popular plugin directory