MashedPotato817/dsh-tool-browser1

dsh-tool-browser

Native browser automation tools for DeepSeek Harness, powered by Playwright + Edge

AI Analysis

核心用途是为 DSH 智能体提供网页浏览、截图及 DOM 操作等自动化能力。适合需要执行网页信息检索、自动化测试或舆情监控任务的用户。

Package
dsh-tool-browser
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

默认值含义
channelmsedgePlaywright 浏览器 channel(msedge / chrome / 缺省=自带 Chromium)
allowedHosts[]允许访问的 host 白名单(空=全部允许,*=全部,如 example.com);data:/about: 始终允许
headlesstrue无头模式(调试可设 false
outputDir系统临时目录截图输出目录
timeoutMs60000工具调用总超时
navigationTimeoutMs60000页面导航超时
actionTimeoutMs10000单次动作(点击/输入)超时
snapshotMaxChars12000snapshot 文本上限
evaluateMaxChars4000evaluate 结果上限
viewportWidth/Height1280x720视口尺寸