DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Tui Keys — DeepSeek Harness 插件(DSH Plugin)
← Plugins
T

dsh-tui-keys

Tui Keys

dsh-TUI 的键位速查面板:/keys 可打开按组分类、支持搜索的全屏 TUI 键盘快捷键列表。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:FUSU123fusu/dsh-tui-keys#7d7fceeef2ef786a2c061194114ccc953bcd1704
README兼容性版本

兼容性与来源证明

Tui Keys 以 dsh-tui-keys 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/8/28

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

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

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0

README

dsh-tui-keys

适用于 dsh-TUI(dshtui.com)的社区插件。

dsh-TUI 的快捷键速查表面板:/keys 打开一个全屏、分组、可搜索的键位列表——输入编辑、会话历史、视图面板、模式切换、通用退出,一目了然。上游 issue #113 要的是可配置键位(那是核心侧的工作);这个插件补的是另一半:可发现性。

English below.

用法

/keys     " 打开键位速查面板

面板内:↑/↓ 移动(分组标题自动跳过)· PgUp/PgDn 翻页 · / 进入搜索(跨键位与中英文描述过滤)· Esc 先清空搜索、再退出面板。

宿主不支持 scene(web、headless)时退化为分组文本列表。界面语言跟随 /lang(zh/en)。

覆盖范围与漂移说明

键位数据(lib/bindings.js)对照 dsh-TUI 0.8.x 的真实来源逐条核对:docs/interaction.md / docs/interaction.en.md,以及 PromptInput.tsx / Chat.tsx 等处的 useInput 处理逻辑。TUI 迭代很快,这份清单是快照、不是权威——发现漂移欢迎提 issue 或 PR 更新 lib/bindings.js 一个文件即可。

安装

暂未发布到 npm,从源码打包安装:

git clone https://github.com/FUSU123fusu/dsh-tui-keys.git
cd dsh-tui-keys
npm pack
dsh plugin --profile <你的profile> add file:dsh-tui-keys-0.1.0.tgz

开发

node --test    " 单元测试(数据完整性、搜索过滤、manifest 准入)

零运行时依赖;cordis 契约(name + apply),TUI scene 走 tuiScenes 运行时探测。


English

A keybinding cheatsheet panel for dsh-TUI: /keys opens a grouped, searchable full-screen list of every TUI keyboard shortcut. Upstream issue #113 asks for configurable keybindings — that's core work; this plugin is the lightweight complement: discoverability.

  • Inside the panel: ↑/↓ move (group headers are skipped) · PgUp/PgDn page · / to search across keys and both zh/en descriptions · Esc clears the search first, then closes.
  • Degrades to a grouped text list on hosts without the scene seam; UI follows /lang.

Drift caveat: the catalogue in lib/bindings.js targets dsh-TUI 0.8.x and was cross-checked entry by entry against docs/interaction*.md and the useInput handlers in PromptInput.tsx / Chat.tsx. The TUI moves fast — this list is a snapshot, not the ground truth. Updating it means editing one file; issues and PRs welcome.

Zero runtime dependencies; cordis contract (name + apply); the TUI scene is a runtime probe via tuiScenes.

MIT