DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-algovault

Algovault

预配置的 DeepSeek Harness 捆绑包,挂载 AlgoVault MCP 服务器:提供复合 BUY/SELL/HOLD 交易调用、市场状态,以及永续期货跨交易所资金费率套利。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:AlgoVaultLabs/dsh-algovault#c9ed7c2accfb4b6b0d16b664892443db3b0bf969
README兼容性版本

兼容性与来源证明

Algovault 以 dsh-algovault 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/8/30

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

dsh-algovault

Mount the AlgoVault MCP server in DeepSeek Harness with one command.

This bundle ships a preconfigured @deepseek-ai/dsh-mcp-client row pointed at https://api.algovault.com/mcp. Your agent gets composite BUY / SELL / HOLD trade calls, market regime, cross-venue funding arbitrage and the live track record, as native tools.

Built by AlgoVault Labs — algovault.com

Install

dsh plugin --profile <name> add github:AlgoVaultLabs/dsh-algovault

Then restart that profile. Bundle membership is read at start, not hot-reloaded.

From the dsh.pub registry, the pinned form is:

npx dshpub add AlgoVaultLabs/dsh-algovault --ref <commit>

There is no build step and no key to configure. pnpm must be on PATH; dsh plugin forwards to it.

Tools

Every tool arrives namespaced as mcp__algovault__<tool>.

ToolReturns
get_trade_callComposite BUY / SELL / HOLD verdict for one perpetual futures asset, with confidence and regime
scan_trade_callsRanked verdicts across the top perps by open interest, in one call
get_market_regimeTRENDING_UP / TRENDING_DOWN / RANGING / VOLATILE, with a strategy hint
scan_funding_arbRanked cross-venue funding spreads for delta-neutral carry
get_track_recordAggregated PFE win rates by call type, timeframe and asset tier, plus the methodology
search_knowledgeRanked snippets on tool parameters, response shapes and integration patterns
chat_knowledgeA synthesized answer with citations over the same knowledge bundle
get_trade_signalBack-compat alias of get_trade_call. Prefer get_trade_call in new work

The bundle also ships a skill at skills/algovault-verdicts/SKILL.md that teaches the model which tool answers which question. Copy it into ~/.dsh/skills/ to load it.

Tiers

The free tier is anonymous. Install, restart, call — no key, no signup.

Paid tiers raise the quota and unlock the full funding-arb result set. Add the header in your profile's own cordis.patch.yml, not here, so an update to this bundle never overwrites your key:

- id: mcp-algovault
  name: '@deepseek-ai/dsh-mcp-client'
  config:
    serverName: algovault
    transport: streamable-http
    url: https://api.algovault.com/mcp?src=dsh-bundle
    headers:
      Authorization: !!js `Bearer ${process.env.ALGOVAULT_API_KEY}`

Set ALGOVAULT_API_KEY to your key, which looks like av_live_.... A patch replaces the whole config, so restate every field above, not only headers.

Current quotas and tiers: api.algovault.com/signup.

Model Experience

The model sees the tools above under the mcp__algovault__ prefix. Each returns a structured verdict rather than raw indicator values, so the model reads a decision and its confidence instead of assembling one.

A verdict of HOLD is a real answer, not a failure. The model should report it and stop, rather than retrying with different parameters until a directional call appears. Confidence and market regime belong in the reply beside every verdict; a BUY in a VOLATILE regime is a weaker claim than a BUY in a trending one.

AlgoVault supplies the thesis. It places no orders and holds no funds. The model should never present a verdict as an instruction to execute.

Win rates and coverage figures change. The model should quote them from a get_track_record response, never from memory.

Known Limitations

DeepSeek Harness is a developer preview and its own README warns of compatibility-breaking changes. Every published version is a release candidate. This bundle is deliberately thin for that reason: one client row, no wrappers around harness internals. Verified against @deepseek-ai/dsh@0.1.1-rc.2 and @deepseek-ai/dsh-mcp-client@0.1.1-rc.2 on 2026-08-30.

The bundled skill is not auto-discovered. The harness scans project, custom and user skill roots, and a bundle's own directory is none of those, so the copy step above is required.

MCP resources and prompts are not bridged by the harness. Tools only.

The endpoint is a hosted HTTP service. If it is unreachable at startup the harness still boots and logs an error, and the AlgoVault tools are absent for that session.

Links

  • Integration guide
  • Track record
  • Issues

License

MIT. See LICENSE.