插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 103 个插件
dsh-client-ui-paopaocat
zmm863-commits/dsh-client-ui-paopaocat
为 DSH Web 界面打造的奇幻玻璃拟态皮肤:月光冥界森林,青绿流云缓缓翻涌、绯红彼岸花自左下蔓延、角落里趴着一只睡猫,底层是 WebGL2 流体;另有自定义壁纸与视频背景。内置两套可一键切换的风格(淡雅 / 蓝色)、3 首背景音乐与可上传音乐(存本机 IndexedDB),并有猫爪、小鱼、泡泡、星光装饰。一个开关即可完全还原原生界面。
dsh-redaction (dsh-plugin-redact)
l-ingqin12/dsh-redaction
会话日志的原地脱敏与按行回退:守住「每行 seq 必须等于它的行号」这一不变式(删中间行会让整份日志打不开)。任何写入前先把原文复制成隔离备份,并以读取端自身的语义作为写前闸门。
dsh-live-data
uckkk/dsh-live-data
10 个实时数据工具,覆盖 8 个免密钥公开接口:汇率、天气、npm/PyPI 包版本、GitHub 仓库信息、B站视频数据、A股/大盘/金价行情、IP 归属地;默认参数可在设置面板配置。
dsh-zhouli
scp-cn-1059/dsh-zhouli
主打「周礼模式」agent 预设:会话分三段依六官法度而行——开工「设官分职」、事中「依典援据」、收尾「岁终之会」依六计考成。另附 zhouli 工具,七种检索动作,检索内置 49,384 字《周礼》语料,每条结果带稳定坐标(篇序.职官序),含职官员额索引与 Kanripo 两本互校勘记。
dsh-artifact-index
huuuuung/dsh-artifact-index
为 dsh-artifacts 侧边栏补上缺失的后端,提供 /report 产物索引与预览所需的文件内容。
dsh-project-context
p02-1010751281/dsh-project-context
dsh (DeepSeek Harness) plugins for project-level persistent context: session archive with a mechanical index, memory consolidation (CONTEXT.md + MEMORY.md), low-frequency skill autolearn, and automatic handoff.
dsh-tauri-turnrewind
yingtianlan/dsh-tauri-turnrewind
Git worktree 的 turn 级工作区撤销:每个 turn 建私有快照,/undo 先出红绿 diff 预览卡、卡内确认;turn 之后被改过的文件拒绝用冲突 diff 覆盖,只有显式 --force 或 --skip-conflicts 才继续;不写用户仓库的 HEAD、index、stash 与提交历史。
dsh-skill-recommender
zhengjy01/dsh-skill-recommender
Skill recommender for DeepSeek Harness: browse local Codex/Claude/DSH session records, derive a user profile, and recommend suitable open-source skills with a tunable weighted match index (higher index = higher-relevance only). Tools + Web settings panel.
dsh-title-index
gtaifu/dsh-title-index
Disk-indexed session title lookups for the DeepSeek Harness web GUI — @-mention candidates ~30× faster.
dsh-repo-scanner
duyanta123/dsh-repo-scanner
只读仓库事实扫描内核:为分析型插件提供可复现的仓库探测、文件索引、模块、依赖、入口、符号与 Git 变更等硬事实(CLI + 库接口 + 技能 runbook)。
dsh-frecency
zk-andy/dsh-frecency
为 DeepSeek Harness 提供常驻索引 grep,以同名遮蔽内置 grep/glob 工具:重复内容检索命中按访问/修改 frecency 排序的内存索引,glob 在可用时对齐内置 ripgrep 语义、不可用时回退索引。
dsh-codegraph-plugin
errrepe/dsh-codegraph-plugin
将 Codegraph CLI 封装为 DSH 的八个代码智能工具:符号搜索、调用者/被调用者、影响分析、代码库探索、符号/文件读取、索引状态与同步。
dsh-temp-workspace
wjj-8283/dsh-temp-workspace
DSH web 临时工作区:一键创建一次性工作区,下次重启自动清空其全部对话(可立即/延迟删除,也可先弹确认框)。点击图钉可永久保留——文件移入所选文件夹、以文件夹名为标题、对话一并迁移,并触发真实的宿主级重启重新索引。
dsh-lifeline
physicolor/dsh-lifeline
DeepSeek Harness 右侧消息导航轨道:逐条消息刻度、悬浮预览抽屉、平滑跳转、星标回看、实时平移动画(可打断)、完整会话索引与虚拟化、面板动态避让、官方 --dsw-* token 样式。
dsh-cc-haha-dream
yihefeikong-rgb/dsh-cc-haha-dream
DeepSeek Harness 自动做梦插件:后台定期回顾近期会话与记忆,整合去重、更新过时、删除矛盾、修剪索引,支持 hybrid/volume 自动触发、/dream 手动执行与设置面板配置。
dsh-rich-indexing
savageops/dsh-rich-indexing
分级压缩中枢:把单一的 80% 压缩阈值换成可配置的阶梯(默认 30/50/70/90),逐级加强压缩力度;每次检查点都折叠入确定性关键词索引,让事实跨周期累积;摘要走模型链——主模型加最多 3 个回退,各自独立推理档位。附带 Compaction 模块子标签页与设置卡片;关闭插件始终恢复原版压缩。
dsh-evidence
cooberped/dsh-evidence
Turns attached files into versioned evidence: `search_documents` builds a private local index (SQLite FTS5 after a startup capability probe, dependency-free JS fallback otherwise) and returns compact evidence blocks carrying an exact coordinate — PDF page, PPTX slide, text/DOCX line range, or quoted XLSX `Sheet!Range` — which `read_document` expands only while the content version still matches. Contiguous CJK runs are indexed as overlapping bigrams and queried as phrases, so word order is preserved; uploaded raster images take the native vision attachment path instead.
dsh-codegraph-native
plxloyzb/dsh-codegraph-native
Native DSH bundle wrapping the codegraph CLI as model-visible codegraph_* tools (status/init/index/sync/uninit/query/node/explore/files/callers/callees/impact/affected).
dsh-checkpoint-memory
gege9527/dsh-checkpoint-memory
Curated file-based long-term memory for DeepSeek Harness — human-readable markdown notes, one plain-file store shared across hosts (git-ignored when it lives inside a project repo), and a deterministic index cap enforced by ctx.tools.guard()
dsh_chat_index
barry-liu-001/dsh_chat_index
DeepSeek Harness (DSH) 对话索引插件:在对话区右边缘显示一列小圆点,每个点代表一条用户发送的消息。圆点等间距、紧凑、纵向居中排列(消息过多放不下时间距自动压缩以适应高度);当前阅读位置的点高亮为品牌色。
dsh-versatile-design
try-works/dsh-versatile-design
A curated library of 186 frontend/UI design skills across 15 collections, with a human-readable index (INDEX.md) and a machine-readable, searchable manifest (SKILLS-MANIFEST.json) for agents.
dsh-simple-memory
a903067276-rgb/dsh-simple-memory
Sidecar markdown memory for DSH: per-session index injection, one-click memory-flow button, enforced 分类-主题.md format, cross-project search.
dsh-indexbookmark
cuhaitiang0405-collab/dsh-indexbookmark
DSH 对话问题索引:列出会话中你提过的所有问题,支持搜索、分页与一键定位。
dsh-session-delete
bakacirno233/dsh-session-delete
DSH 会话管理:列出全部会话并显示各自的磁盘占用,可按标题、会话 ID、类型标签、工作区或 agent preset 搜索,并按时间或工作区分组。支持单个或批量永久删除——同时清除日志文件、工作区账目与搜索索引,删除前两步确认、删除后复验;可按需显示子代理会话,侧边对话线程始终隐藏,本次启动中活动的会话会被拒绝直到重启。