DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Just Enough Tools — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
J

dsh-just-enough-tools

Just Enough Tools

由 Jev 驱动的 DeepSeek Harness 渐进式工具和技能选择

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

npx -y @deepseek-ai/dsh plugin --profile web add github:RickT34/dsh-just-enough-tools#5693f5ae4278122dc3e710f42e5aca195e4cb1fe
README兼容性版本

兼容性与来源证明

Just Enough Tools 以 dsh-just-enough-tools 发布,当前版本为 0.5.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.5.3stable
2026/9/23
0.4.3stable
2026/9/23
0.4.0stable
2026/9/22

相关插件

正在加载相关插件…

最新版
0.5.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/23
查看源码 ↗
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

Just enough tools

Think first. Bring in tools and skills when they matter.

简体中文 · Install · Contributing

Our goal: nearly half the agent cost, with accuracy intact.

Just enough tools is a DeepSeek Harness plugin for progressive tool and skill selection, powered by Jev, with an optional OpenAI-compatible scorer.

Agents often receive more capabilities than a task needs:

  • Extra input cost: unused tool and skill schemas and descriptions consume tokens on repeated requests.
  • Overuse: unnecessary tool and skill invocations add steps, latency and cost.

The plugin puts tools and skills in one candidate pool and exposes only the capabilities selected for the task. Each agent has its own enabled set.

How it works

flowchart TD
    A(["Agent: Think first<br/>No tools or skills"]) -->|Answer or plan| B["Scorer: Evaluate tools and skills<br/>Jev or configured chat model"]
    B -->|Capabilities above threshold| C["Agent: Use selected capabilities"]
    C -->|More work: updated progress| B

Each capability receives an independent score. Tools above the shared threshold become callable; selected skills load their full instructions. Enabled capabilities remain available, while later decisions consider the remaining candidates. A skill's required tools are scored separately.

For simple tasks, the Agent can provide a complete first-response answer beginning with No external capabilities needed. If discovery is complete and all scores are strictly below the threshold, the plugin skips the second Agent call. Scoring still runs; failed scoring does not approve an early finish.

Example

For “Fix the login error and run the tests,” the scorer can first enable the login-debug skill and grep/read, then add edit and bash as the task progresses. A writing task may need only a style skill, or no external capabilities at all.

Install

Requires Node.js 22.19+, DeepSeek Harness 0.1.7-alpha.1, and Cordis 4.0.3.

Build from the repository:

npm ci
npm pack

Install the package and start dsh:

npx @deepseek-ai/dsh@0.1.7-alpha.1 plugin --profile web add /absolute/path/to/dsh-just-enough-tools-0.5.3.tgz
npx @deepseek-ai/dsh@0.1.7-alpha.1 web
  1. Open Plugins → dsh-just-enough-tools.
  2. Choose a provider protocol, configure credentials and model, and save.
  3. Start a new conversation in Just enough tools mode.

The acting model remains the one configured in dsh. The mode includes file, search and terminal tools, and discovers model-invocable skills through dsh.

Providers and settings

ProtocolDefault base URLModelKey environment variable
System One / TypeSafehttps://api.typesafe.ai/v1jev-latestTYPESAFE_API_KEY
Vercel AI Gateway (Evaluation)https://ai-gateway.vercel.sh/v4/aitypesafe-ai/jevAI_GATEWAY_API_KEY
OpenAI-compatible / LM Studiohttp://127.0.0.1:1234/v1Required: provider model IDOPENAI_API_KEY

Custom compatible base URLs and full endpoints are supported. Credentials are resolved in this order: saved key → JEV_API_KEY → provider environment variable. Reset a saved key to use an environment variable. Unauthenticated local chat servers may leave the key blank. dsh reads .env at startup; restart it after changing that file.

System One and Vercel return native decision probabilities. OpenAI-compatible scoring requires a generative model that returns JSON scores; these are model estimates, not calibrated decision probabilities. Encoder-only models require a separate decision service. There is no automatic fallback between protocols.

SettingDefault
Tool / skill threshold0.5
Maximum steps per user turn12
Routing operation timeout60000 ms
Terminal routing diagnosticsEnabled

Provider settings and diagnostics apply immediately; start a new conversation after changing routing limits. Diagnostics show per-capability scores, threshold and admission results in the dsh terminal. Scoring or registration failures stop execution with an explicit error.

Add a skill

Create .dsh/skills/login-debug/SKILL.md (or use dsh's other configured skill directories):

---
name: login-debug
description: Diagnose login and session failures before changing authentication code.
---
Reproduce the failure, inspect the relevant code, make a focused fix, and run the affected tests.

The scorer initially sees the summary; the Agent receives full instructions only after selection. Capability selection controls availability and instruction injection, not filesystem permissions.

Contribute

Help improve capability selection, provider support, thresholds and examples. See CONTRIBUTING.md, design, and integration details.

Independent community project · MIT license.