dshbase

插件目录 / Developer / dsh-quick-attach

dsh-quick-attach

未验证 ximisi

✓ 持续维护

查看 GitHub ↗ ← 返回插件目录

2Stars
0Forks
0未关闭 issue
语言
2026-08-16最近推送
跨平台平台

功能简介

Developer 类别的 DeepSeek Harness 插件。

我们的评价
未验证 — 尚未实测

Developer 类别的 DeepSeek Harness 插件。 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

dsh-quick-attach(快捷附图)

license

在 DSH web GUI 的会话输入框粘贴图片时,自动把图片保存到你在设置中配置的目录,
并把保存后的图片绝对路径追加到消息草稿——发送消息时,AI 会收到该路径,
可通过文件工具与视觉能力读取识别图片。

Paste an image into the DSH web GUI composer: the plugin saves it into your
configured directory and appends the absolute path to your message draft —
when you send, the AI receives the path and can read the image with its file
and vision tooling.

安装 Install

从 GitHub Release 安装(from the GitHub release):

dsh plugin --profile web add https://github.com/ximisi/dsh-quick-attach/releases/download/v0.1.1/dsh-quick-attach-0.1.1.tgz

本地安装示例(local install examples):

dsh plugin --profile web add ./dsh-quick-attach-0.1.1.tgz
dsh plugin --profile web add ./dsh-quick-attach

安装后重启 web 服务,在 设置 → 快捷附图 中配置保存目录并启用。
After installing, restart the web service and configure the save directory
under Settings → 快捷附图.

使用 Usage

  1. 打开任意会话(Open any conversation);
  2. 在输入框粘贴(Ctrl+V)一张或多张图片(截图、复制网页图片等)
    (paste one or more images into the composer);
  3. 图片自动保存到配置目录(文件名 qa-<时间戳>-<随机>.png 等),
    绝对路径自动追加到输入框(the image is saved and its path is appended
    to the draft);
  4. 正常输入文字并发送——路径随消息发给 AI(send — the path travels with
    the message)。

说明 Notes

  • 仅拦截发生在会话输入框内的图片粘贴;其他输入框、设置、终端等不受影响。
    Only image pastes inside the composer are intercepted; other inputs are
    untouched.
  • 原生「粘贴图片作为附件」流程被替换(不再以附件形式发送图片数据,改为发送路径)。
    The native paste-as-attachment flow is replaced with save + send-path.
  • 配置保存在 <DSH_HOME>/quick-attach.json;默认目录 <DSH_HOME>/quick-attach
    (config lives in <DSH_HOME>/quick-attach.json; default dir is
    <DSH_HOME>/quick-attach)。
  • 保存的图片可通过 /quick-attach-files/<文件名> 预览(saved images are
    served under /quick-attach-files/<name>)。

结构 Structure

  • lib/index.js — host:/api/quick-attach/save/api/quick-attach/config/quick-attach-files/*
  • lib/client.js — client:document 捕获阶段粘贴拦截 + 设置栏「快捷附图」分区

License

MIT

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-quick-attach」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:ximisi/dsh-quick-attach

Headless(CLI)profile:

dsh plugin --profile headless add github:ximisi/dsh-quick-attach

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26 · 标记 webonly
备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7789 个插件 →