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.

Wind Aifin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

@xiamu-ssr/dsh-wind-aifin

Wind Aifin

Credential-safe Wind AIFin MCP and Alice integration for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Xiamu-ssr/snowmountain-market#0a05c84b8d631d3672e1857dd807691eee0150d0
READMECompatibilityVersions

Compatibility and provenance

Wind Aifin is published as @xiamu-ssr/dsh-wind-aifin 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/21/2026

Versions

0.1.0stable
8/21/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
Weekly downloads
0
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-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-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-wind-aifin

Credential-safe Wind AIFin integration for DeepSeek Harness (DSH).

简体中文

What it provides

  • Seven official Wind Streamable HTTP MCP domains are connected through DSH's own @deepseek-ai/dsh-mcp-client and exposed as native tools: wind_stock, wind_fund, wind_index, wind_bond, wind_docs, wind_economic, and wind_analytics.
  • wind_alice invokes Wind Alice's professional financial-analysis workflows, including fact checking, company one-pagers, earnings reviews, screening, macro, bond, credit, fund, market-sizing, and comparable-company analysis.
  • Two runtime Skills teach the agent how to route requests without putting an API key or shell commands into the prompt.
  • A Settings namespace declares WIND_API_KEY as a DSH credential reference.

Why a plugin is needed

DSH intentionally removes credential-shaped environment variables from model-visible shell processes. Putting WIND_API_KEY in the host environment therefore does not make the official Wind CLI available to an Agent's Bash tool—and copying the key into the workspace would defeat the boundary.

This plugin resolves the credential inside the trusted host process. Wind MCP traffic passes through a random, loopback-only adapter that injects the Bearer token and then delegates protocol handling and tool registration to DSH's MCP client. Alice resolves the same credential per operation. The key is never returned to the model, stored in plugin configuration, or exposed to ordinary Bash commands.

Install

DSH 0.1.0-rc.8 or newer is recommended.

dsh plugin --profile web add github:Xiamu-ssr/snowmountain-market

Restart the profile after installation. Install into another profile by replacing web with that profile's name.

Configure

Create a Wind AIFin API key at the Wind developer portal, then store it as the DSH credential reference WIND_API_KEY using the Credentials page. A deployment may instead provide WIND_API_KEY in the trusted DSH launch environment.

Do not put the key in a workspace file, Skill file, prompt, MCP headers in cordis.patch.yml, or a model-visible shell profile.

Tool names

MCP tools follow DSH's standard qualified naming convention:

DomainPrefix
Stocksmcp__wind_stock__
Funds and ETFsmcp__wind_fund__
Indices and sectorsmcp__wind_index__
Bondsmcp__wind_bond__
Filings and financial newsmcp__wind_docs__
Macro and industry indicatorsmcp__wind_economic__
Cross-asset analyticsmcp__wind_analytics__

Wind Alice is exposed as wind_alice and accepts a prompt plus an optional professional workflow name.

Security and data flow

  • The credential adapter listens only on 127.0.0.1 and uses an unguessable per-process route.
  • The adapter accepts only the seven fixed Wind endpoints; users cannot turn it into a general authenticated proxy.
  • Credentials are resolved for each request and are not cached in files.
  • Financial requests and selected context are sent to Wind's service. Review Wind's service terms before sending confidential information.
  • This plugin has no install script and does not bundle or redistribute Wind's official Skills repository.

In version 0.1.0, Alice's final textual/data artifact is returned to the Agent; Alice-generated downloadable files are not automatically copied into the DSH workspace.

Development

npm install
npm test
npm pack --dry-run

See SECURITY.md for vulnerability reporting and the trust boundary. This is a community adapter and is not an official Wind product.