AI Agent Hub
Back to plugins
tencent-agent-mail-dsh-plugin preview

tencent-agent-mail-dsh-plugin

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install hun1315/tencent-agent-mail-dsh-plugin

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

Run dsh plugin install hun1315/tencent-agent-mail-dsh-plugin in the DeepSeek Harness terminal to install this plugin; the source is at https://github.com/hun1315/tencent-agent-mail-dsh-plugin . After installing, restart DSH and you will see the mailbox button in the top-right of the page header.

About this plugin

Tencent Agent Mail (agent.qq.com) is QQ Mail's official service built for AI agents, but if DeepSeek Harness (DSH) is your day-to-day agent platform, your inbox still lives in a browser tab—sorting is by memory, summarising is manual, and commanding your home agent from a phone is simply out of reach. dsh-mailbox moves that entire mailbox into the DSH web GUI as a full-screen workbench.

The plugin polls your Agent Mailbox every 60 seconds in the background, ingests each message into a local JSON store, and rule-classifies it into five buckets: invoices, schedules, workflows, command tasks, and inbox. Any OpenAI-compatible LLM you configure then produces a one-line summary plus structured extraction (invoice amounts, shift cycles, and more), appending results to CSV files automatically. The workbench UI ships with a date-grouped list, a 66%-width sliding detail pane, context menus, local search, archive and trash, and one-click attachment downloads with auto-refreshed Tencent short-lived URLs. The most practical feature is the mail-to-agent command channel: send an email from your own QQ mailbox whose subject contains the configured keyword and a DSH executor session picks up the job, does the work, and emails the result back—guarded by a whitelist, idempotent dispatch, per-hour rate limiting, and a full audit log.

It is built for people who run DSH as their primary agent platform and hold an @agent.qq.com mailbox. If you want to stop juggling a separate email window alongside an agent console, or you find yourself wanting to ping your home agent from a phone, a coffee shop, or a laptop on the road—run a script, tidy an expense sheet, check a schedule—this plugin closes that loop. Security is a first-class concern: mail bodies are treated as untrusted input at every layer, rendered as plain text only and never executed, and LLM prompts explicitly instruct the model to ignore any instructions embedded in the mail.

Screenshots

Use Cases

  • Manage its Tencent Agent Mail directly inside the DSH web GUI without switching browser tabs
  • Send a keyword-tagged email from a phone QQ mailbox to trigger a home DSH session that runs a task and replies with results
  • Auto-ingest, rule-classify, LLM-summarize, and structure-extract every new mail (invoice amounts, shift cycles) into CSV files on arrival

Best For

  • Developers who run DeepSeek Harness as their primary agent platform and hold an @agent.qq.com mailbox
  • Users who want to command a local agent remotely from a phone or any external network
  • Individuals and small teams that need automatic mail triage and structured data extraction (invoices, schedules) at scale