@deepseek-ai/dsh-ego-browser
ego-browser (ego-lite Windows preview) agent tools for DeepSeek Harness: execute one JavaScript script per browser task in the ego-browser nodejs runtime (page / page.locator / browser / taskSpaces / fetch / cdp facades, console.log output channel), plus an API guide tool and a host status tool. Host-only cordis plugin, mounted via cordis.patch.yml + a profile node_modules link; no dsh source changes.
AI Analysis
核心用途是赋予 Agent 自动化操作浏览器、执行 JS 脚本和抓取网页的能力。适合需要进行复杂网页自动化、屏幕操控或网络爬虫任务的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Da1dr1em/dsh-ego-browserREADME
Read the full README ↗配置
插件 Config(schemastery 校验,可在 profile 的 cordis.patch.yml 中按 bundle 覆盖,或经
patch 层 config 注入):
| 字段 | 默认 | 说明 |
|---|---|---|
enabled | true | 插件总开关 |
announceToAgent | true | 是否在系统提示中向 agent 公告插件 |
executable | ego-browser | CLI 可执行入口(含空格的完整路径会自动加引号) |
shell | Windows 为 true | 是否经平台 shell 启动(Windows 的 .cmd shim 需要) |
timeoutMs | 600000 | 单次运行超时(毫秒),超时 kill 整棵进程树 |
maxOutputBytes | 1048576 | 单流输出捕获上限(超出截断并标注) |
env | 无 | 追加到子进程的环境变量(如 EGO_HOST_HEADLESS: "1") |