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.

Algovault — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-algovault

Algovault

Preconfigured DeepSeek Harness bundle that mounts the AlgoVault MCP server: composite BUY/SELL/HOLD trade calls, market regime, and cross-venue funding arbitrage for perpetual futures.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:AlgoVaultLabs/dsh-algovault#c9ed7c2accfb4b6b0d16b664892443db3b0bf969
READMECompatibilityVersions

Compatibility and provenance

Algovault is published as dsh-algovault and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/30/2026

Versions

0.1.0stable
8/30/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/30/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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

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.