AI Agent Hub
Back to plugins
🧰

dsh-qq-agent-mail

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install AtomerCore/dsh-qq-agent-mail

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install AtomerCore/dsh-qq-agent-mail in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/AtomerCore/dsh-qq-agent-mail .

About this plugin

If you want to read, reply to, search, or download QQ mailbox messages right inside a DeepSeek conversation, dsh-qq-agent-mail wraps that entire workflow into a single native plugin. It runs on Tencent official agently-cli runtime, so there is no global CLI installation and OAuth credentials never leave the official package.

Fourteen structured tools cover the full mail lifecycle: authentication (login, logout, status, account info), reading (list, single-message read, keyword search, persistent watch), writing (send, reply, forward, trash, permanent delete), and attachment download. Write operations default to two-stage confirmation to guard against accidental actions; enabling autoWatch keeps a continuous watcher alive so incoming mail fires a mail/message-received event without polling. Every tool emits a stable, schema-defined object that composes cleanly in Code Mode.

The plugin also exposes a Cordis native service, meaning other Harness plugins can inject and call the same mail implementation directly. It is a good fit for developers embedding QQ mail into AI conversations, teams building mail-triggered automation pipelines, or power users who want a unified terminal for every email task.

Use Cases

  • Send, search, and read QQ mail directly inside a DeepSeek conversation without opening a browser
  • Enable autoWatch so incoming mail fires events that drive downstream automation pipelines
  • Compose the 14 structured tools in Code Mode for batch mail and attachment processing

Best For

  • Developers embedding QQ mail into AI-driven conversations
  • Teams building mail-triggered automation pipelines
  • Power users who want a single terminal for every email task