DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Awesome Agent Preset — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
A

dsh-awesome-agent-preset

Awesome Agent Preset

适用于 DeepSeek Harness (dsh) 的超精简日常编码代理预设:优先使用直接工具而非编排,快速且响应迅速。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Jaylor-Wang/dsh-awesome-agent-preset#03de4c799fb0dd9574c186836de241cbbc0d84d2
README兼容性版本

兼容性与来源证明

Awesome Agent Preset 以 dsh-awesome-agent-preset 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

1.0.0stable
2026/9/24

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

MarketdshmarketDeepSeek Harness 内的可视化插件市场——浏览、搜索并一键安装社区插件。· DSH 可视化插件市场:浏览、搜索并一键安装社区插件。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Ssh@linxin666/dsh-sshdsh Web GUI 的远程 SSH 操作:主机配置存储(~/.dsh/dsh-ssh.json,可从 ~/.ssh/config 导入)、支持跳板主机的持久化 ssh2 连接池、exec / PTY Web 终端 / SFTP 传输 / 本地端口转发隧道 / 集群执行Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台

README

dsh-awesome-agent-preset

English | 中文

Ultra-lean daily coding agent preset for DeepSeek Harness (dsh).

Highlights

  • Lean & Responsive: Removes heavy orchestration layers (no present deliverables, goals, complex plan modes, sub-agents, or TODO trackers). Focuses purely on fast, direct coding cycles.
  • Essential Tooling: Retains core tools needed for day-to-day software development:
    • File reading, editing, and fast directory scanning (fs, fs-search)
    • Full-featured Bash execution (tool-bash)
    • Background asynchronous task management (tool-jobs)
    • External skill packs support (skill-filesystem, tool-skill)
    • Compact history pruning & memory protection (compaction, tool-result-pruner)
  • Direct Execution: Persona instructed to favor direct tool execution over excessive coordination, saving tokens and speeding up turnaround time.

Installation

Run in your DeepSeek Harness environment:

dsh plugin --profile web add https://github.com/Jaylor-Wang/dsh-awesome-agent-preset

Or clone locally and link into your DSH profile:

git clone https://github.com/Jaylor-Wang/dsh-awesome-agent-preset.git

Usage

  1. Restart or launch DeepSeek Harness (dsh web).
  2. In the preset dropdown list above the prompt input bar, select awesome-agent.
  3. Start coding!

License

MIT