whitefirer/dsh-browser-fs

Plugin ⭐ 2 browserecosystem

dsh(DeepSeek Harness)插件:让 agent 读写浏览器所在机器的本地文件——File System Access 授权 + WS 中继,含非安全上下文兼容模式

Install

# 直接从 GitHub 装(推荐;构建产物已入库,安装零脚本)
dsh plugin --profile web add github:whitefirer/dsh-browser-fs

# 本地开发:改代码后重装(改动需先 npm run build,产物 lib/ 已纳入版本库)
npm install
npm run build
dsh plugin --profile web add file:/abs/path/to/dsh-browser-fs
# 重启 dsh 后生效

Add whitefirer/dsh-browser-fs to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.