MagicCrazyMan/dsh-password-prompt

插件 ⭐ 2 MIT browsertoolsweb-ui

DeepSeek 集成插件:Web 图形界面中的掩码密码面板(password_prompt 工具)——捆绑 + 双面插件

catalog 简介:DeepSeek Harness plugin: masked password panel in the Web GUI (password_prompt tool) — bundle + dual-face plugin

安装

agent calls password_prompt("SSH password for root@1.2.3.4")
  └─ ctx.userQuestions.ask({ id: 'password', ... })     ← public seam, tool pauses
      └─ host → browser: question/requested frame
          └─ this plugin's composer entry (priority -1) claims it
              └─ masked panel renders in the GUI
                  └─ user types → answer flows back → tool returns { secretFile }

agent calls password_prompt("SSH login for 1.2.3.4", account: true)
  └─ ctx.userQuestions.ask({ id: 'account', ... }, { id: 'password', ... })
      └─ host → browser: question/requested frame
          └─ this plugin's composer entry (priority -1) claims it
              └─ account + masked-password panel renders in the GUI
                  └─ user types both → answer flows back → tool returns { account, secretFile }

MagicCrazyMan/dsh-password-prompt 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。