MashedPotato817/dsh-tool-browser ↗★ 1
dsh-tool-browser
Native browser automation tools for DeepSeek Harness, powered by Playwright + Edge
AI Analysis
核心用途是为 DSH 智能体提供网页浏览、截图及 DOM 操作等自动化能力。适合需要执行网页信息检索、自动化测试或舆情监控任务的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
| 键 | 默认值 | 含义 |
|---|---|---|
channel | msedge | Playwright 浏览器 channel(msedge / chrome / 缺省=自带 Chromium) |
allowedHosts | [] | 允许访问的 host 白名单(空=全部允许,*=全部,如 example.com);data:/about: 始终允许 |
headless | true | 无头模式(调试可设 false) |
outputDir | 系统临时目录 | 截图输出目录 |
timeoutMs | 60000 | 工具调用总超时 |
navigationTimeoutMs | 60000 | 页面导航超时 |
actionTimeoutMs | 10000 | 单次动作(点击/输入)超时 |
snapshotMaxChars | 12000 | snapshot 文本上限 |
evaluateMaxChars | 4000 | evaluate 结果上限 |
viewportWidth/Height | 1280x720 | 视口尺寸 |