bluechips-zhao/dsh-browser-slotpool1

@deepseek-ai/dsh-browser-slotpool

为并发浏览器会话提供槽位池管理的 DSH 插件。

AI 分析

核心用途是管理和调度并发的浏览器自动化会话。适合需要运行多浏览器任务、需要合理分配系统资源的自动化测试或爬虫任务。需配置环境变量。

包名
@deepseek-ai/dsh-browser-slotpool
版本
0.1.0
许可证
MIT
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bluechips-zhao/dsh-browser-slotpool

配置(必须做一步)

!!js 在 DSH 里用 new Function 求值,没有 import.meta/模块作用域,所以启动器路径由环境变量 DSH_BROWSER_LAUNCHER 提供(bundle 的 cordis.patch.ymlargs 读它)。安装后启动器在:

/profiles//node_modules/@deepseek-ai/dsh-browser-slotpool/bin/browser-slotpool.mjs

把这一行绝对值设进去(或用 setx / profile 启动脚本):