yybukn/dsh-table-attach0

dsh-table-attach

将非图片文件(xlsx/csv/pdf/zip 等)粘贴或拖入 DSH 网页输入框:文件将保存至会话工作区并插入 @ 引用

AI 分析

核心用途是简化非图片附件的上传流程,支持拖拽或粘贴文件直接存入会话工作区并自动生成引用。适合需要频繁向 Agent 提供表格、PDF 或压缩包等数据文件进行分析的用户。

包名
dsh-table-attach
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yybukn/dsh-table-attach

Usage

  1. Open any session (it provides the workspace).
  2. Drag a .xlsx / .csv / .pdf / .zip … into the composer, or copy a file and paste it into the composer.
  3. A toast reports progress; on success the composer contains @attachments/.
  4. 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.