dshworks/dsh-ego-browser0

@dshworks/dsh-ego-browser

DeepSeek Harness 网页浏览器自动化与记忆插件

AI 分析

使 Agent 能够记住网站操作经验、复用脚本并支持人工接管。需要本地安装并配置好 ego lite 环境。

包名
@dshworks/dsh-ego-browser
版本
0.1.0
许可证
MIT
最近更新
2026年8月24日

安装

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

Configuration

Every field is optional.

fielddefaultwhat it is
binego-browserThe command. An absolute path when it is not on the PATH.
workspace~/.dsh/ego-browser/workspaceWhere learned sites live. Point it at an existing ego skill directory to share that store instead of keeping a copy.
seedtrueInherit an existing ego workspace's learnings/ on first boot.
cwdharness cwdWorking directory for the ego-browser process.
extraArgs / env[] / {}Appended to every invocation.
timeoutMs120000How long one script may run.
probeTimeoutMs20000How long a capability probe may take.
maxOutputBytes1048576Script output retained; overflow keeps the tail.
routetrueServe the store at /dsh-ego-browser/memory.
trustedHosts[]Authorities besides loopback that may read that route.

subprocess is the only required service. tools and webServer are picked up when present, so a headless profile loads cleanly and simply has no route.