dsh-table-attach
将非图片文件(xlsx/csv/pdf/zip 等)粘贴或拖入 DSH 网页输入框:文件将保存至会话工作区并插入 @ 引用
AI 分析
核心用途是简化非图片附件的上传流程,支持拖拽或粘贴文件直接存入会话工作区并自动生成引用。适合需要频繁向 Agent 提供表格、PDF 或压缩包等数据文件进行分析的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yybukn/dsh-table-attach说明文档
阅读完整 README ↗Usage
- Open any session (it provides the workspace).
- Drag a
.xlsx/.csv/.pdf/.zip… into the composer, or copy a file and paste it into the composer. - A toast reports progress; on success the composer contains
@attachments/. - Send the message — the agent can read the referenced file.
Pasting table cell text (copied out of Excel) is treated as ordinary text and passes through untouched; it is not converted into a file.