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.

Zzy Dsh Prompt Optimizer — DSH Plugin for DeepSeek Harness
← Plugins
Z

zzy-dsh-prompt-optimizer

Zzy Dsh Prompt Optimizer

Direct-apply, privacy-aware prompt optimization for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:zhengzeyong9527-droid/ai-input-enhancer#f1d00f3445abc9c39eeeb4b6d29859736d139c1a
READMECompatibilityVersions
提示词优化操作入口高级设置模型与执行限制

Compatibility and provenance

Zzy Dsh Prompt Optimizer is published as zzy-dsh-prompt-optimizer and currently resolves to version 0.3.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
8/31/2026

Versions

0.3.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
0.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/11/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

AI Input Enhancer

中文 | English

DeepSeek Harness(DSH)的提示词优化插件。插件在对话输入框增加“提示词优化”操作:优化完成后直接将结果填入输入框,并允许你随时撤回到原始提示词。

功能

  • 三种明确的优化模式:保真优化、开发化表达、规格扩展。
  • 优化中可取消,并显示加载状态。
  • 优化结果直接填入对话框,可一键撤回原始提示词。
  • 可选的会话内短期记忆:最多保留最近三轮已应用的优化结果。
  • 可选的当前会话上下文,并可设置字符预算。
  • 可选的工作区 Markdown 文档上下文,仅限当前会话的工作区根目录。
  • 可配置主模型、回退模型、超时和最大输出 token。
  • 不存储 API Key。

界面

输入框入口

提示词优化操作入口

高级设置

高级设置按优化策略、会话上下文、工作区文档上下文和模型限制分段展示,避免长说明和输入项交错。

高级设置

模型与执行限制

模型与执行限制

优化模式

  • 保真优化:提升表达清晰度,但不虚构需求、事实、架构或范围。
  • 开发化表达:将用户已经提供的开发信息整理成更适合实现的表述,不替你选择技术栈或设计方案。
  • 规格扩展:允许补充必要默认项,但必须在 ## Default assumptions 下明确标示,供你审阅。

隐私与上下文

当前草稿会发送给你选择的 DSH 模型路由。所有额外上下文默认关闭。

启用会话上下文后,插件只读取当前会话 Surface 中的 user/message 和 assistant/message 文本。启用工作区上下文后,插件最多读取当前会话工作区根目录内三个相关 Markdown 文件。两个来源都各自受字符预算限制;服务不可用或读取失败时会自动降级为无该来源上下文。插件不会持久化完整草稿、会话历史或文档内容。

安装

将已发布的 npm 包安装到 Web profile:

dsh plugin --profile web add zzy-dsh-prompt-optimizer

重启现有 DSH Web 进程并刷新当前 URL。

许可证

MIT