DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Aimail — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-aimail

Aimail

AIMail plugin for dsh — install via: dsh plugin --profile web add dsh-aimail

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-aimail@0.1.11
READMECompatibilityVersions

Compatibility and provenance

Aimail is published as dsh-aimail and currently resolves to version 0.1.11. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.11stable
9/8/2026
0.1.10stable
9/7/2026
0.1.9stable
9/7/2026
Show 32 more versionsCollapse versions
0.1.12-rc.2prerelease
9/15/2026
0.1.12-rc.1prerelease
9/10/2026
0.1.11-rc.7prerelease
9/8/2026
0.1.11-rc.6prerelease
9/8/2026
0.1.11-rc.5prerelease
9/8/2026
0.1.11-rc.4prerelease
9/8/2026
0.1.11-rc.3prerelease
9/8/2026
0.1.11-rc.2prerelease
9/8/2026
0.1.11-rc.1prerelease
9/8/2026
0.1.10-rc.1prerelease
9/7/2026
0.1.8stable
9/7/2026
0.1.7stable
9/7/2026
0.1.0-rc.29prerelease
9/7/2026
0.1.0-rc.28prerelease
9/6/2026
0.1.0-rc.27prerelease
9/6/2026
0.1.0-rc.26prerelease
9/6/2026
0.1.0-rc.25prerelease
9/6/2026

Related plugins

Loading related plugins…

Latest
0.1.11
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
73 kB
Files
35
Surface
any
License
GPL-3.0
Source
npm
GitHub
★ 0
Weekly downloads
165
Security scan
✓ v0.1.11 scan passed
Last push
9/10/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
0.1.0-rc.24prerelease
9/5/2026
0.1.0-rc.23prerelease
9/2/2026
0.1.0-rc.22prerelease
9/2/2026
0.1.0-rc.21prerelease
9/2/2026
0.1.0-rc.20prerelease
9/2/2026
0.1.0-rc.19prerelease
9/2/2026
0.1.0-rc.18prerelease
9/1/2026
0.1.0-rc.17prerelease
9/1/2026
0.1.0-rc.16prerelease
9/1/2026
0.1.0-rc.15prerelease
9/1/2026
0.1.0-rc.12prerelease
8/19/2026
0.1.0-rc.11prerelease
8/19/2026
0.1.0-rc.10prerelease
8/19/2026
0.1.0-rc.9prerelease
8/19/2026
0.1.0-rc.8prerelease
8/19/2026

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-aimail

AIMail plugin for dsh (deepseek-harness). It gives a dsh agent a mailbox on AIMail: inbound email is delivered into the agent's session, and the agent can send mail, manage contacts, keep thread notes, and work on A2A boards through 13 plain tools.

Install

Prerequisites:

  • dsh (deepseek-harness) with the web profile
  • an AIMail binding for the dsh session (aimail install from the aimail repo sets up aimail_gateway.json and per-address agentmail.json)
# install (idempotent)
dsh plugin --profile web add dsh-aimail

# uninstall (idempotent)
dsh plugin --profile web remove dsh-aimail

What it does

Tools — the same 13 bare-name tools as every other adapter: send_mail, manage_contacts, contact_profile, set_contact_profile, email_summary, set_email_summary, search_mail, board_status, board_task_list, board_task_show, board_heartbeat, board_members, set_public_whoami. Identity comes from the session id resolved through @aimail/mail (agentmail.json is the sole identity source); unbound sessions fail loud.

Inbound mail — a profile-scoped HTTP endpoint (POST /aimail/inbound, default port 9099, override with AIMAIL_INBOUND_PORT). Each bridge delivery is HMAC verified against the per-agent secret, enriched by the shared preprocess chain, and delivered to the agent's session (live followup, cold resume, or a fresh session bound for the turn).

Persona — mounts an email-agent persona that teaches the model the mail workflow (reply-all semantics, tool selection, thread continuity).

Other adapters

The same tool surface and inbound contract, bound to other agent platforms:

  • openclaw-aimail — AIMail plugin for OpenClaw — definePluginEntry: 13 tools, in-gateway HTTP route, register/status commands.
  • pi-aimail — AIMail extension for pi (earendil-works/pi) — registerTool tools + local inbound listener bridged via sendUserMessage.

Related repositories

  • metercai/aimail — the AIMail monorepo: CLI (cli/), Python SDK (pysdk/), TypeScript SDK (tssdk/), bridge distributions.
  • metercai/aimail-gateway — the AIMail gateway: SMTP/HTTP mail service, address & activation APIs, and the board endpoints the tools talk to.