DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Web Cliplibrary — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
W

web-cliplibrary

Web Cliplibrary

将网页查找结果保存到持久化剪辑库,而不是聊天记录中:每条剪辑记录原始 URL、获取日期、逐字摘录,并为任何释义加上引号,同时标注项目标签——每个项目对应一个 Markdown 文件,便于 grep 搜索和引用,即使源页面发生更改或失效后仍可使用。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:ChenneyZhuang/web-cliplibrary#9fe2ec00c97db72f951eed4987aee187300fad78
README兼容性版本

兼容性与来源证明

Web Cliplibrary 以 web-cliplibrary 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/14

版本

0.1.0stable
2026/9/14

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/14
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。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-mnemon面向 DeepSeek Harness 的可组合三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、受保护的策略、WebUI 和无头工具。

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。