SJF-ECNU/dsh-cloakbrowser
SJF-ECNU★ 2PythonLast synced: 2026-08-16
DeepSeek Harness plugin for locally installed CloakBrowser by CloakHQ.
README excerpt
dsh-cloakbrowser 中文文档 dsh-cloakbrowser is a DeepSeek Harness plugin that lets an agent use a locally installed CloakBrowser. CloakBrowser attribution and licensing This plugin connects CloakBrowser to DeepSeek Harness. CloakBrowser itself is developed and maintained by CloakHQ; this is not an official CloakBrowser plugin. You install CloakBrowser separately through CloakHQ's official flow. This repository only contains the DSH integration and does not include or redistribute the CloakBrowser browser binary. The Python wrapper is MIT-licensed; the browser binary has its own Binary License. Install from GitHub Requirements: Node.js 22.19 or newer, Python 3.11 or newer, and Git. Quick path (macOS/Linux) For the default setup, run these commands in order. They create the Python environment the plugin detects automatically, install CloakBrowser and its browser binary, add this bundle directly from GitHub, then start DSH: Open the local URL printed by DSH. The numbered steps below explain the same setup, alternatives, and verification. 1. Install DSH and pnpm 2. Create a Python environment for CloakBrowser 3. Clone this repository and add the plugin to DSH's web profile You can also inst…
View full README on GitHub →