Da1dr1em/dsh-ego-browser0

@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 脚本和抓取网页的能力。适合需要进行复杂网页自动化、屏幕操控或网络爬虫任务的用户。

Package
@deepseek-ai/dsh-ego-browser
Version
0.1.0
License
BSD-3-Clause
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Da1dr1em/dsh-ego-browser

配置

插件 Config(schemastery 校验,可在 profile 的 cordis.patch.yml 中按 bundle 覆盖,或经 patch 层 config 注入):

字段默认说明
enabledtrue插件总开关
announceToAgenttrue是否在系统提示中向 agent 公告插件
executableego-browserCLI 可执行入口(含空格的完整路径会自动加引号)
shellWindows 为 true是否经平台 shell 启动(Windows 的 .cmd shim 需要)
timeoutMs600000单次运行超时(毫秒),超时 kill 整棵进程树
maxOutputBytes1048576单流输出捕获上限(超出截断并标注)
env追加到子进程的环境变量(如 EGO_HOST_HEADLESS: "1"