HarrisXiu/WinWIKIAgent-dsgplugin1

dsh-winagent

WinAgent 的 DSH Web 插件:在 DSH 里使用 Windows 操作 Agent(OpenAI 兼容 API / 本地 Ollama,53+ Windows 工具,skills 与 MCP 挂载,LLM Wiki 个人知识库)

包名
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)