HarrisXiu/WinWIKIAgent-dsgplugin1

dsh-winagent

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

AI 分析

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

パッケージ
dsh-winagent
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/08

インストール

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

ドキュメント

README 全文を読む ↗

使用

  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)