AtomerCore/dsh-qq-agent-mail0

dsh-qq-agent-mail

Tencent QQ Agent Mail integration for DeepSeek Harness with a Service, event stream, Web settings, OAuth, and 14 structured tools.

AI Analysis

核心用途是让 DSH 智能体具备收发和管理 QQ 邮箱的能力。适合需要通过 AI 自动处理、筛选或回复邮件的办公自动化场景。

Package
dsh-qq-agent-mail
Version
1.0.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AtomerCore/dsh-qq-agent-mail

Configuration

Every option is declared by the exported Config schema. Basic preferences are editable on the Web settings page; advanced deployment options belong in the profile patch.

OptionDefaultDescription
cliPathagently-cliPackaged CLI by default; also accepts a command name or absolute path.
cwdemptyCLI working directory and base for relative attachment paths.
defaultDirinboxDefault folder: inbox, sent, trash, or spam.
defaultLimit10Default number of messages returned by list operations.
loginTimeoutMs30000Time allowed to capture the OAuth URL.
loginHardCapMs300000Maximum login-process lifetime after URL capture; 0 disables the cap.
watchTimeoutMs60000Maximum duration of one qq_mail_watch call.
autoWatchfalseStart a persistent watcher and emit mail events.
autoConfirmfalseSkip write confirmation; use only in a trusted automation environment.
extraArgsemptyAdditional CLI arguments, one per line.
extraEnvemptyAdditional child-process environment entries, one KEY=VALUE per line.

Example profile override:

- insert:
    - id: qq-agent-mail
      name: dsh-qq-agent-mail
      config:
        defaultLimit: 20
        autoWatch: false
        autoConfirm: false