dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness mail plug-in

STARDUSTLC666/dsh-email · skills

Email tools for DeepSeek Harness: list, read, search and send mail through standard IMAP/SMTP — with one-line presets for QQ / 163 / 126 / Sina / Aliyun / Gmail / Outlook / iCloud.

★ 4GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-email 给 agent 一个邮箱:八个国内邮箱预设开箱即用,收发/搜索/附件下载全搞定。

Email tools for DeepSeek Harness: list, read, search and send mail through standard IMAP/SMTP — with one-line presets for QQ / 163 / 126 / Sina / Aliyun / Gmail / Outlook / iCloud.

纯 Node 实现,全平台通用(Windows / macOS / Linux 同一份代码),不依赖 shell、无原生二进制。 工具一览 工具 · 作用 工具: emaillist · 作用: 列出文件夹里最新的邮件(未读过滤、分页、只看摘要不带正文) 工具: emailread · 作用: 按 uid 读取一封邮件的全文(HTML 邮件自动转纯文本,超长截断) 工具: emailsearch · 作用: 按关键词搜索发件人/收件人/主题(服务器端);无结果时默认回退到最近 30 封的正文扫描 工具: emailsend · 作用: 代发邮件(支持带附件)。默认发信前会弹确认,显示收件人、主题和附件数,由你批准后才发出 工具: emailfolders · 作用: 列出邮箱的文件夹(INBOX/已发送/垃圾邮件/自定义…),拿 path 喂给其他工具 工具: emailattachment · 作用: 按序号下载邮件附件(默认存到会话工作区,模型可直接读取;大小受 maxAttachmentBytes 限制)

Install command

dsh plugin --profile web add github:STARDUSTLC666/dsh-email
View GitHub repository ↗Back to popular plugin directory