dsh-quick-attach
快捷附图插件:粘贴图片时自动保存到配置目录,并在发送消息时自动追加图片的绝对路径供AI识别。
AI 分析
核心用途是简化DSH中的图片输入流程,实现截图即发。适合需要频繁向AI发送图片、截图进行分析或讨论的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ximisi/dsh-quick-attach说明文档
阅读完整 README ↗使用 Usage
- 打开任意会话(Open any conversation);
- 在输入框粘贴(Ctrl+V)一张或多张图片(截图、复制网页图片等) (paste one or more images into the composer);
- 图片自动保存到配置目录(文件名
qa--.png等), 绝对路径自动追加到输入框(the image is saved and its path is appended to the draft); - 正常输入文字并发送——路径随消息发给 AI(send — the path travels with the message)。