DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@xiamu-ssr/dsh-wind-aifin

Wind Aifin

确保凭据安全的 Wind AIFin MCP 和 Alice 与 DeepSeek Harness 的集成。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Xiamu-ssr/snowmountain-market#0a05c84b8d631d3672e1857dd807691eee0150d0
README兼容性版本

兼容性与来源证明

Wind Aifin 以 @xiamu-ssr/dsh-wind-aifin 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
周下载
0
查看源码 ↗
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 和进程生命周期管理Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

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.