插件介绍
DeepSeek Harness plugin: give your agent a browser with a persistent identity - engine-level fingerprint spoofing, unlimited free local profiles, Android device emulation, passkeys that survive, and residential proxy egress.
项目详情摘要
dsh-antibrow A DeepSeek Harness plugin that gives the agent a browser with an identity. The browser is AntiBrow: a Chromium fork with fingerprint configuration at engine level, driven through the standard Playwright API. SDK docs are at antibrow.com/docs, and the dated detection measurements - including the checks that fail - are at antibrow.com/reports. Why not a plain browser plugin Every other browser plugin hands the agent a fresh Chromium. That is fine for reading a public page and useless for anything behind a login: the session dies with the process, the fingerprint is a stock automation build, and the traffic leaves from your machine. | A plain Playwright plugin | dsh-antibrow | Identity between runs | new browser every time | one persistent profile per name | Logins | gone when the process ends | cookies and passkeys persist, optionally synced across machines | Fingerprint | stock build, patched from page scripts | spoofed inside the engine, before any page script runs | Egress | your own IP | residential proxy, with timezone, language and reported connection following its exit | Parallel identities | one data directory to share | one isolated profile per agent or per account | Tabs | start from nothing | last session restored, so the agent resumes where it stopped | The difference shows up the first time an agent has to *be someone*: check a mailbox, watch a dashboard, keep a marketplace account warm. A browser with no memory has to log in again on every run, and logging in again is exactly what a site treats as suspicious. What it brings **Unlimited profiles, on the free tier.** Not five, not fifty - profiles live on your disk, not on a plan, and creating one costs nothing. Give every account, every marketplace, every persona its own browser and stop reasonin
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:antibrow/dsh-antibrow
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。