HarrisXiu/WinWIKIAgent-dsgplugin1

dsh-winagent

WinAgent 的 DSH Web 插件,支持在 DSH 中使用 Windows 操作 Agent,提供 53+ Windows 工具、MCP 挂载及个人知识库。

AI 分析

核心用途是在 DSH 中通过 Agent 执行 Windows 系统操作。适合需要自动化桌面任务、挂载 MCP 或构建本地知识库的用户。需配置 OpenAI 兼容 API 或本地 Ollama。

套件
dsh-winagent
版本
0.1.0
授權
MIT
最近更新
2026年9月8日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HarrisXiu/WinWIKIAgent-dsgplugin

使用

  1. 安装后重启 dsh web(dsh web),浏览器 F5 刷新
  2. 页面右下角出现 WinAgent 悬浮按钮 → 点击打开插件界面
  3. 先在「设置」里配置 Provider(OpenAI 兼容端填含 /v1 的 Base URL + API Key + 模型;或 Ollama 本地服务)
  4. 直接在输入框下指令即可;危险操作默认弹窗确认

验证接口:

  • dsh --profile web --dump-config 应能看到 dsh-winagent 在 bundles 里
  • http://127.0.0.1:3080/winagent/ui 返回插件界面
  • http://127.0.0.1:3080/winagent/api/tools 返回 JSON 工具列表
  • http://127.0.0.1:3080/winagent/api/capabilities 返回本地能力探测结果(pandoc/LibreOffice/Office COM/pdfjs/PyMuPDF)