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.

Web Cliplibrary — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

web-cliplibrary

Web Cliplibrary

Save web findings into a durable clip library instead of chat scrollback: each clip records the original URL, fetch date, verbatim excerpt with quotes around any paraphrase, and the project tag — one markdown file per project, greppable, citable after the source page changes or dies.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ChenneyZhuang/web-cliplibrary#9fe2ec00c97db72f951eed4987aee187300fad78
READMECompatibilityVersions

Compatibility and provenance

Web Cliplibrary is published as web-cliplibrary 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
github
Registry updated
9/14/2026

Versions

0.1.0stable
9/14/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
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/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

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.

README

web-cliplibrary 网页剪藏库

Research that lives in chat scrollback is research lost. Clip it to disk.

住在聊天记录里的调研等于丢了。剪进磁盘。

Why / 为什么

Agents read a dozen pages per research task; the facts that mattered end up paraphrased in conversation, and three days later nobody can say which page said what — or the page changed, or died. A clip library fixes the whole chain: verbatim excerpts with the URL and fetch date, so every later sentence traces back to a frozen snapshot of the source.

agent 一次调研要读十几个页面;关键事实最后只剩对话里的转述——三天后没人说得清哪个页面说了什么,或者页面已经改版、已死。剪藏库修好整条链路:逐字摘录 + URL + 抓取日期,后面每个句子都能追溯到一个被冻结的源快照。

The clip shape / 一条剪藏的形状

### <page title>
- url: https://…
- fetched: 2026-09-14
- via: search / linked from X / direct
- tags: project-y, pricing

> verbatim excerpt, exactly as served …

note (mine): paraphrase or thought — clearly separated from the quote

One file per project (clips/<project>.md), newest on top, greppable. A quote is verbatim and quoted; anything rewritten is a note (mine) line. Citing a clip in a deliverable carries the URL and fetch date with it.

每个项目一个文件(clips/<project>.md),新的在上,可 grep。引文逐字且带引号;任何改写都是 note (mine) 行。交付物里引用剪藏时带上 URL 与抓取日期。

The discipline that makes it work / 让它生效的纪律

  • Clip at read time, not at write time. The page you are reading now is the snapshot you will not have later.
  • Failures clip too. A 403 or a bot wall gets a clip with the error — that is evidence about the source, and it stops the next session from re-hitting the same wall blind.
  • Re-fetch on cite. Quoting a clip in a deliverable means fetching the URL once more that run; the clip records the fetched date either way.

Install / 安装

npx skills add ChenneyZhuang/web-cliplibrary

Per-agent paths: COMPATIBILITY.md. MIT. v0.1.0.

各 agent 安装路径见 COMPATIBILITY.md。MIT 许可,v0.1.0。