dsh-browser-bsk
DSH 浏览器能力 seam(ctx.browser)的 bsk 后端:把本机 browser-skill 的 bsk CLI 包成 browser 服务,供 dsh-accounts/fill 等消费者注入。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kexuejin/dsh-browser-bsk说明文档
阅读完整 README ↗配置
cordis.patch.yml 的 entry config:
- insert:
- id: browser-bsk
name: dsh-browser-bsk
config:
bskPath: bsk # bsk CLI;默认从 PATH 解析
timeoutMs: 120000 # 单次命令超时
sessionWidth: 1400 # 可选,与 sessionHeight 成对生效
sessionHeight: 900