2128627267/dsh-qsystem-actions1

dsh-qsystem-actions

System actions for DeepSeek Harness agents: open URLs in the default browser and reveal files in the file manager (host-only, two model tools).

AI 分析

适合自动化任务链路中需直接打开网页或定位输出文件的用户。

パッケージ
dsh-qsystem-actions
バージョン
2.0.0
最終更新
2026/08/15

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:2128627267/dsh-qsystem-actions

ドキュメント

README 全文を読む ↗

dsh-qsystem-actions 系统操作

纯 Host 插件(无浏览器 UI),注册两个模型工具:

  • browser_open:在系统默认浏览器中打开 http(s) URL
  • file_reveal:在系统文件管理器中定位并选中文件/目录(Windows 资源管理器)

用途:模型完成任务后可直接"打开浏览器查看结果"、"在资源管理器中打开输出文件"。

安装(原生 bundle,与 dshmarket 同类)

本插件是标准 DSH bundle:安装后作为普通插件运行,不产生 Cordis 动态插件、无需批准、无需任何手动激活

dsh plugin --profile web add dsh-qsystem-actions

重启 dsh web 后:

  • 两个模型工具直接注册:browser_open / file_reveal
  • 不出现 qsysa-*,也没有 run-* 消息。

仓库