dsh-deepseek-web-login
Adds a deepseek-web provider that uses chat.deepseek.com web models in DSH, with browser login capture, PoW request signing, SSE streaming, and prompting-based tool calls.
新增 deepseek-web provider,把 chat.deepseek.com 网页端模型接入 DSH:浏览器登录抓取、PoW 请求签名、SSE 流式传输与基于提示词的工具调用。
How to install
dsh plugin add github:cv-superding/dsh-deepseek-web-login About
**中文** · English **把 chat.deepseek.com 网页版接进 DSH:用浏览器登录态(不是 API Key)驱动 agent 的工具调用、思考流与图片理解。** --- 这是什么 DSH(DeepSeek Harness)通过 ctx.llm 的 **provider 适配器**接入模型。本项目实现了 deepseek-web 这个 provider —— 它不调用官方 API,而是复用你**已登录的网页版**:PoW 挑战、会话、SSE 流式、 文件上传,全部走网页端私有接口。 于是:**在模型选择器里选 DeepSeek 网页 · 快速模式,就能用网页版免费额度跑 DSH 的 agent**。 text DSH agent loop ──▶ ctx.llm ──▶ [deepseek-web 适配器] ──▶ chat.deepseek.com │ ├─ PoW(SHA3 WASM 求解) │ ├─ chat_session(每次调用临时会话,用完即删) │ ├─ chat/completion(SSE patch 流) │ └─ file/upload_file(图片输入) └─ 提示词工具协议 ⇄ tool-call 块 界面预览 设置页按用途分成 **6 个标签**(一次只显示一页)—— **账号**(登录状态 / 当前账号 / **账号库**…
Recommendation signals
Meta
- License
- Apache-2.0
- Language
- JavaScript
- GitHub stars
- 20
- mo. downloads
- –
- Last push
- 2026-09-14
- Created
- 2026-09-10
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- browser-automation, cordis, cordis-plugin, deepseek, deepseek-harness, dsh, llm-provider
Related plugins
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
Use ChatGPT (Codex), Claude, and Grok subscriptions as DeepSeek Harness LLM providers, with Settings login, model catalogs, usage, plus image_generate, video_generate, and x_search tools.
dsh-workbuddy-connect
corrinehu/dsh-workbuddy-connect
Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.
dsh-thinking-effort
hytime/dsh-thinking-effort
Configure reasoning-effort levels and sub-agent defaults for custom DSH models.