DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

@yichenwilian/dsh-deepseek-web

Deepseek Web

Operate chat.deepseek.com as a programmable agent from inside DeepSeek Harness: list/get/search/chat sessions, shares, digest. Wraps the battle-tested deepseek-ops python client. 把 DeepSeek 网页版当作可编程 Agent 的 DSH 插件

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @yichenwilian/dsh-deepseek-web@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Deepseek Web is published as @yichenwilian/dsh-deepseek-web and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
8/22/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
8/22/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
Deepseek Web — DSH Plugin for DeepSeek Harness

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-deepseek-web

把 DeepSeek 网页版(chat.deepseek.com)的会话归档变成可编程的读取与摘要工具: 在 DSH 内直接列会话、下载全文、搜索索引、生成高密度摘要。

设计说明:本插件只提供只读能力(列表/读取/搜索/摘要/分享列表)。 写操作(发消息、创建分享)被 DeepSeek 网页版服务端限流(Cloudflare WAF), 因此刻意不暴露——读功能不受影响且已完整验证。

Read your DeepSeek web session archive as a programmable agent from inside DeepSeek Harness — read-only, fully verified.

能力 / Tools

工具功能
deepseek_web_list列会话(100 段历史,可按标题过滤)
deepseek_web_recent最近 N 个会话速览(轻量)
deepseek_web_get下载指定会话全文到本地归档
deepseek_web_sync增量同步新会话到本地(L0 存档)
deepseek_web_search重建并搜索本地会话索引(需 deepseek_index.py)
deepseek_web_digest100 会话 → 一页高密度摘要:按日活跃度直方图 + 主题聚类 + 全列表 + token 估算
deepseek_web_share_list列出我的分享(只读)

前置依赖(deepseek-ops 脚本)

本插件通过子进程调用 deepseek-ops 的 Python 脚本(deepseek_client.py / deepseek_index.py / deepseek_auth.py), 复用其已验证的认证(扫码 + Bearer token)。

  • 首次使用先跑 python deepseek_auth.py 扫码登录(生成 _deepseek_token.json)
  • 在插件配置里指定 scriptDir 指向脚本目录

安装 / Install

dsh plugin --profile web add @yichenwilian/dsh-deepseek-web

配置 / Config

- id: dsh-deepseek-web
  name: '@yichenwilian/dsh-deepseek-web'
  config:
    pythonPath: python
    scriptDir: D:/data/BaiduSyncdisk/knowledge-lab/生产管线/scripts

digest 输出示例

# DeepSeek Web Digest (last 30d, 10 sessions)

## Activity by day
- 2026-08-22: 3 ████████████████████
- 2026-08-21: 2 ██████████████
- 2026-08-18: 2 ██████████████

## Topic clusters
### claude (2)
- [2026-08-21] Claude Code Mac订阅流程
- [2026-08-20] Claude Code 迁移记录

## All sessions
### 2026-08-22 (3)
- [abc123] 会话标题

> ~350 tokens (CJK-aware estimate)

安全

  • Token 存本地文件(_deepseek_token.json),插件不落日志
  • 只读工具,无写操作暴露
  • 插件本身只做子进程转发,不收集任何遥测

开发 / Development

pnpm install
pnpm build     # tsc → lib/
pnpm test      # vitest (15 tests)

License

MIT