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.

Input List — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
I

dsh-input-list

Input List

DSH saved prompt snippets with editing and draft insertion.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:konglong87/dsh-input-list#a0c89f7b1adc542b2f724200808c8ae30c29da85
READMECompatibilityVersions

Compatibility and provenance

Input List is published as dsh-input-list 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
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.0stable
9/20/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
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/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 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-input-list

让常用提示词,一键回到 dsh 输入框。

保存、编辑、删除和复用你的常用内容,点击后追加到当前草稿,不自动发送。

立即安装 · 查看功能 · 查看效果 · 下载 Release

一键安装

在已经安装 dsh 的环境中执行:

dsh plugin --profile web add github:konglong87/dsh-input-list

安装完成后重启 dsh:

dsh --profile web

需要指定端口时:

dsh --profile web --port 3080 --no-open

当前推荐从 GitHub 或 Release 安装。 npm 发布是独立渠道,不能把 GitHub 安装命令和 npm 发布混为一谈。

项目简介

dsh-input-list 是一个面向 dsh 的常用内容插件,适合保存:

  • 代码审查要求
  • 写作和翻译模板
  • 项目背景与约束
  • 常用工作流指令
  • 反复使用的角色设定

内容保存在 dsh 宿主设置中,跨页面刷新保留。点击列表条目只会把正文追加到当前输入框,原有草稿会被保留,也不会自动发送。

功能

能力说明
☆ 快捷入口在 dsh 输入框旁打开常用内容列表
新增内容自定义名称和正文
编辑内容修改已有名称或正文
删除内容二次确认后删除,避免误操作
持久化保存使用 dsh 设置服务保存,刷新后仍可读取
一键回填点击条目追加到当前草稿,不覆盖、不自动发送
外观适配支持浅色和深色外观
弹层定位根据窗口边界自动调整位置

容量限制:

项目限制
条目数量100 条
名称长度80 个字符
正文长度12,000 个字符

请不要在共享 dsh 宿主中保存密码、API Key 或其他敏感信息。

效果

以下截图来自真实 dsh 页面,使用隔离测试环境和演示内容。

常用内容列表
打开常用内容列表,查看、编辑或删除条目

编辑常用内容
编辑名称和正文后保存

回填到输入框
点击条目后追加到草稿,不自动发送

使用

  1. 打开 dsh 对话页面,找到输入框旁的 ☆。
  2. 点击 +,填写内容名称和正文,然后保存。
  3. 点击列表中的条目,将正文追加到当前草稿。
  4. 点击铅笔图标编辑,点击垃圾桶图标并确认后删除。

插件默认附带三条演示内容,可以直接编辑或删除。已有输入与新内容之间会自动补换行。

更新与卸载

更新 GitHub 安装:

dsh plugin --profile web add github:konglong87/dsh-input-list

查看已安装插件:

dsh plugin --profile web list

卸载插件:

dsh plugin --profile web remove dsh-input-list

更新或卸载后请重启对应的 dsh profile。

兼容性

核心功能依赖以下 dsh 能力:

  • conversation.input.right 输入框插槽
  • settingsScope 设置服务

历史用户消息下方的快捷收藏属于可选增强能力。只有宿主提供 conversation.chat.user-actions 插槽时才显示;缺少该插槽时,输入框常用内容功能仍可正常使用。

本插件不会修改用户的 dsh 安装,也不会自动注入宿主补丁。更多验证信息见 验证记录。

开发

git clone https://github.com/konglong87/dsh-input-list.git
cd dsh-input-list
npm ci
npm run build
npm test
npm pack --dry-run

仓库包含构建产物,便于直接从 GitHub 安装。修改源码后请重新执行 npm run build。

路径职责
cordis.patch.yml声明 dsh 插件加载方式
src/host.js注册设置结构与服务端校验
src/client.jsx注册客户端入口和服务依赖
src/panel.jsx列表、编辑器、删除确认和回填交互
src/model.js常量、校验、条目操作和草稿拼接
src/styles.css插件样式
index.js / client.jsdsh 服务端与浏览器构建产物
tests/加载、兼容性和数据操作测试

版本与文档

  • 版本记录
  • 验证记录
  • 发布指南
  • 宿主集成说明
  • 问题反馈

开源协议

本项目基于 MIT License 开源。

反馈问题时请附 dsh 版本、插件版本、安装方式、复现步骤和脱敏截图。 请不要上传登录 token、API Key 或个人会话内容。