npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

awesome-dsh-plugin

v0.1.0

Published

A curated list of DeepSeek Harness (dsh) plugins · DeepSeek Harness 插件精选列表

Readme

Awesome DSH Plugin Awesome

English | 中文

DeepSeek Harnessdsh)插件精选列表。

94 个插件 · 网站 · 欢迎 PR

目录

🎨 UI 增强

  • dsh-tianshu-tui — DeepSeek Harness 的终端 UI(TUI)。
  • dsh-at-file — Codex 风格的 @file 文件引用,输入框里直接搜索并引用工作区文件。
  • ui-status-label — 把鲸鱼娘思考时的 "deep diving" 状态文案自定义成任意你想要的样子。
  • dsh-openpencil — OpenPencil 设计预览与编辑插件。
  • dsh-visualize — 对话内生成式 UI:模型把交互式 HTML 卡片直接画进会话流,带流式预览与沙箱渲染。
  • dsh-side-panel — 侧边栏集成文件浏览器、终端和 Git 审查,方便预览文件。
  • dsh-focus-chat — 「聚焦会话」精简视图,只关注最终产出结果。
  • dsh-genui — 助手回复内渲染交互式 UI 组件:布局、图表、表单、测验、mermaid、3D 场景与回传事件循环。
  • dsh-annotation — 选中文字→批注→随消息发送,回复按批注逐条对照。
  • dsh-navbar — 对话节点导航条,右缘节点串快速跳转 user 消息。
  • dsh-task-status — 后台任务状态条:对话页任务进度 + 实时输出 tail。
  • dsh-web-archive — 折叠对话中的 Think、Bash 等「无用消息」。
  • dsh-spotlight — 键盘优先的命令面板(command palette)。
  • dsh-101 — DSH 文档阅读模式。
  • dsh-drag-and-drop — 跨平台文件拖拽与原始路径插入,无需复制文件。
  • dsh-deeplink?session= / ?workspace= 深链直达指定项目对话。
  • dsh-diff-viewer — PiUI 风格 diff 查看器,替换 write/edit 工具调用的默认 DiffBlock。
  • ex-setting — DSH 的设置扩展。
  • web-components — Web Components 支持。
  • dsh-turn-navigator — 对话轮次导航。

💬 会话与消息

  • dsh-turn-rewind — 对话回退:基于持久 Change Ledger 回滚会话与工作区状态。
  • distill — 自动对话蒸馏:后台 subagent 反省 + 技能 create/update。
  • dsh-share — 一键分享你的对话。
  • dsh-message-edit — 基于分支的消息编辑、reroll、重试与版本时间线。
  • dsh-mnemon — Mnemon 深度集成:本地三层记忆(Runtime Memory、可检索 Documents、受监督 Memory Spaces)。
  • dsh-sidechain/side 持续性侧会话与 /btw 一次性侧问,在临时 fork 中运行、不写入主会话历史。
  • dsh-conversation-share — 分享任意段落的对话。
  • dsh-explain — 本地优先学习模式:跨会话全局学习线程、按来源讲解。
  • dsh-prompt-studio — 带实时预览的用户/内置 system prompt 分节编辑器。

🛠️ 工具与能力

  • dsh-vision-toolkit — 让纯文本模型更好地做视觉任务:带意图的图片问答、长截图 OCR、UI 还原等。
  • dsh-custom-tool — 用 Monaco 编辑器创建和管理沙箱化的自定义 JavaScript 工具。
  • dsh-computer-use — macOS 电脑控制:Accessibility 观测、过期状态拒绝、作用域权限与安全输入。
  • dsh-data-agent — 让 AI 帮你连数据库、写 SQL。
  • dsh-toolkit — 零依赖工具包:time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema 十件套一键安装。
  • dsh-tool-csv — CSV 解析/查询/统计/转换(RFC 4180),零依赖状态机解析器。
  • dsh-tool-calculator — 安全的数学表达式求值器,零依赖递归下降解析器。
  • dsh-tool-diff — 文本/JSON/CSV/Markdown 结构化比较与 unified diff。
  • dsh-tool-encoding — base64/url/hex 编解码、常用哈希、UUID 生成。
  • dsh-tool-json — JMESPath 子集 JSON 查询。
  • dsh-tool-markdown — HTML↔Markdown 转换、GFM 表格规范化、目录生成。
  • dsh-tool-regex — 正则测试/提取/安全替换/静态解释(不执行代码)。
  • dsh-tool-schema — JSON Schema 验证:validate/paths/explain/normalize。
  • dsh-tool-stat — 描述统计/百分位数/频数分布/相关性。
  • dsh-tool-time — 严格 ISO 8601 解析、IANA 时区转换、UTC 日历运算。
  • dsh-kb-sieve — 从 md/txt/docx/pdf 构建可审计知识库包(SQLite FTS5),确定性检索与原文阅读。
  • dsh-plugin-mineru — 向模型暴露 MineRU 文档解析工具。
  • dsh-tool-search — 按 agent 的按需工具发现与渐进式 schema 披露。
  • dsh-openmaic — OpenMAIC 教学:课堂、幻灯片、交互组件与苏格拉底式教学。
  • dsh-scholar — 学术助手插件。

🔁 工作流与自动化

  • dsh_workflow — 把 UltraCode 式多 Agent 调度带给 DSH:可生成、可保存、可治理、可观察、可恢复的 Workflow 层。
  • dsh-agent-teams — AgentTeams 多智能体团队。
  • dsh-automation — 定时任务:让 Coding 任务按计划在全新 Agent Session 中运行,保留可审计历史。
  • dsh-plannotator — 计划批注:选中计划原文逐条批注,结构化反馈送回 Agent。
  • dsh-loop — 定时循环:/loop 命令 + loop 工具 + 活动状态条。
  • dsh-sentinel — 条件驱动唤醒:file/command/http/process/webhook 持久监视,触发即唤醒 agent。
  • dsh-deep-research — 自适应深度研究编排器(基于官方 workflow 引擎)。
  • dsh-inspect — 发现问题→修复交付→质量复查的对抗式闭环工具集。
  • dsh-track — 嵌入式任务管理引擎:决策点协议、念头捕获墙、Linear 形 issue 存储。
  • dsh-advisor — 搭配一个副模型,每轮被动审查并注入见解。

🔔 通知与集成

🧑‍💻 开发与运行时

  • fabric — 类似 MC Fabric 的 hook 处理器。
  • dsh-git-identity — git 提交固定使用环境自身作者身份,环境变量注入压过一切 git config。
  • dsh-context-doctor — 上下文注入审计:统计指令链/技能目录/工具 schema 的 token 成本,检测重复与冲突。
  • dsh-plugin-check — 插件健康检查:扫描清单协议/patch 格式/构建陷阱,零依赖只读。
  • dsh-security-audit — 本机安全审计:配置/插件来源/会话/网络暴露面,只读脱敏风险报告。
  • dsh-session-health — 会话文件帧级扫描诊断(torn/损坏/空会话检测)。
  • dsh-evolve — 自进化:agent 在会话内给自己热挂载/卸载持久化插件。
  • dsh-trace — 遥测后端:把 turns、model steps、tool calls 导出到 yiTrace。
  • sandbox-micro — microsandbox 沙箱支持。
  • sandbox-mxc — 微软跨平台沙盒支持。
  • sandbox-nono — nono 沙盒支持。
  • dsh-agent-budget — agent 树 token 预算管理。
  • dsh-llm-fallbacks — 基于角色的模型重试与备用策略。
  • dsh-tool-approval — 手动审批模式(Manual/Ask Mode)。
  • plugin-template — 插件模板仓库(基于 turtle-ui 官方仓库)。
  • Qwen-MM-Plugins — Qwen 多模态插件支持。
  • dsh-tps — TPS 指标插件。

🎮 娱乐

  • dsh-ads — 2005 年中文站点风格的整活广告插件:侧栏广告/信息流/角落弹窗 + 假关闭叉,素材全虚构。
  • dsh-gomoku — 与 AI 下五子棋,也可让 AI 对局比棋力。
  • dsh-stock-market — 有效解决了写代码的时候账户不能同时亏钱的 BUG。
  • dsh-emoji — 为 AI 回复自动添加表情。
  • dsh-minigames — 右侧小游戏面板:18 款离线小游戏,等模型回复时的摸鱼神器。
  • dsh-stickers — 用户与 agent 双向表情贴纸互动。
  • whale-girl — 桌面宠物(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍。
  • deepseek-manners — 给每次消息后注入感谢语,做个有礼貌的人。
  • dsh-plugin-d399 — 模型生成时弹出小游戏菜单(wordle/消消乐,可扩展)。
  • dsh-auto-chess — 自走棋:人机对战或双 AI 对弈。
  • dsh-douyin — 侧栏短视频:原生播放器、系列导航、精确历史回放。

贡献

欢迎提 PR 收录你的插件:在 README.mdREADME.zh.md 的对应分类下各加一行,格式 - [名称](链接) — 一句话描述

也请为你的插件仓库添加 dsh-plugin topic,方便大家发现。