HarrisXiu/WinWIKIAgent-dsgplugin ↗★ 1
dsh-winagent
WinAgent 的 DSH Web 插件:在 DSH 里使用 Windows 操作 Agent(OpenAI 兼容 API / 本地 Ollama,53+ Windows 工具,skills 与 MCP 挂载,LLM Wiki 个人知识库)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HarrisXiu/WinWIKIAgent-dsgplugin说明文档
阅读完整 README ↗使用
- 安装后重启 dsh web(
dsh web),浏览器 F5 刷新 - 页面右下角出现 WinAgent 悬浮按钮 → 点击打开插件界面
- 先在「设置」里配置 Provider(OpenAI 兼容端填含
/v1的 Base URL + API Key + 模型;或 Ollama 本地服务) - 直接在输入框下指令即可;危险操作默认弹窗确认
验证接口:
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)