Moeblack/dsh-minimal-web
DSH 插件:极简模式(网络)预设——极简双工具编码代理 + 网络搜索 + AGENTS.md 加载
Project Overview项目介绍
dsh-minimal-web is an agent preset for DeepSeek Harness called "极简模式(网络)", extending the minimal two-tool coding agent with web_search network lookup and workspace instruction loading via agent-instructions (AGENTS.md / CLAUDE.md, injected into the user message). After install, the preset appears in the mode picker with no restart, and can be set as the default in $DSH_HOME/settings.yaml. It suits sessions that need online search while keeping the toolset lean. Note that fetch is disabled; only web_search is exposed.
dsh-minimal-web 是 DeepSeek Harness 的代理预设,名为“极简模式(网络)”,在原有极简编码代理基础上加入 web_search 网络搜索,并通过 agent-instructions 加载工作区及 $DSH_HOME/AGENTS.md、CLAUDE.md 指令。安装后立即出现在模式选择器中,可设为默认或按会话选用,适合需要联网检索同时保持精简工具集的编码任务。注意 fetch 功能被禁用,仅提供搜索能力。
请帮我了解并安装插件:【dsh-minimal-web】【https://github.com/Moeblack/dsh-minimal-web】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add dsh-minimal-web
把 Moeblack/dsh-minimal-web 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-minimal-web
Agent preset for DeepSeek Harness: 极简模式(网络) — the minimal two-tool coding agent, plus:
web_searchnetwork search (the minimal preset ships without it)AGENTS.md/CLAUDE.mdworkspace instruction loading (user-message injection, works despite the complete persona)
The preset appears in the mode picker as 极简模式(网络) immediately after installation; select it per session, or set it as the default:
# $DSH_HOME/settings.yaml
agent-presets:
default: minimal-web
Install
dsh plugin --profile web add dsh-minimal-web
No restart is needed for the preset roster. Uninstall removes the preset:
dsh plugin --profile web rm dsh-minimal-web
Composition
| Row | Purpose |
|---|---|
persona |
Fixed complete prompt (includeRuntimeContext: false) |
agent-instructions |
Loads workspace + $DSH_HOME/AGENTS.md |
| persistent shell | bash via PTY registry |
fs + str_replace_editor |
Bare local filesystem |
tool-web |
web_search, fetch disabled |
How it ships
Published into $DSH_HOME/.agent-presets/ by
dsh-preset-kit at boot
(symlink, hot-reloadable), with an ownership record that keeps uninstall
clean and refuses to overwrite a preset you authored by hand.
liustack/modsearch
Nagi-ovo/dsh-find-plugins
himovo/movo
zebbkira/dsh-skills-mcp-manager
noteflowai/dsh-skills-anywhere