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.

包名
dsh-qq-agent-mail
版本
1.0.0
许可证
MIT
最近更新
2026年8月17日

安装

$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