snowmountain-market
Manifest validConnects seven Wind financial MCP domains and Wind Alice to DSH while resolving WIND_API_KEY only inside the host credential boundary.
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-clientand exposed as native tools:wind_stock,wind_fund,wind_index,wind_bond,wind_docs,wind_economic, andwind_analytics. wind_aliceinvokes 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_KEYas 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:
| Domain | Prefix |
| --- | --- |
| Stocks | mcp__wind_stock__ |
| Funds and ETFs | mcp__wind_fund__ |
| Indices and sectors | mcp__wind_index__ |
| Bonds | mcp__wind_bond__ |
| Filings and financial news | mcp__wind_docs__ |
| Macro and industry indicators | mcp__wind_economic__ |
| Cross-asset analytics | mcp__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.1and 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.
Similar plugins
by myfire2014
dsh-admin-gateway DeepSeek Harness (dsh) 管理员验证网关插件。 只需一个绑定在 Cloudflare 的域名
★ 3
↓ 57/wk
JavaScript
Aug 18, 2026
dsh plugin --profile web add dsh-admin-gatewayby SunNull
Cloud relay for DeepSeek Harness: expose your home dsh instance to any device with full real-time sync (out-of-tree plugin + wire-trunk architecture)
★ 0
MIT
JavaScript
Aug 24, 2026
dsh plugin --profile web add dsh-relay-hostby dd2673
Hardened multi-account SSH manager for DSH: profile-isolated storage, host-key pinning, Windows DPAPI secrets, pooled exec/SFTP, isolated tunnels, web terminal, cluster operations, and official agent
★ 0
Apache-2.0
TypeScript
Aug 16, 2026
dsh plugin --profile web add dsh-wending-ssh-managerby chenbin-dev
导入本地 Claude、Codex、Grok、Gemini、Copilot、OpenCode 与 CC Switch 配置。 为支持的官方供应商提供 OAuth 登录。 从 OpenAI 兼容网关的 /v1/models 与 /models 发现 CC Switch 模型。
★ 4
↓ 92/wk
JavaScript
Aug 21, 2026
dsh plugin --profile web add dsh-auth-everyingby AgentValet
Governed platform access for DeepSeek Harness. Brokered credentials, owner-side approval, no API keys on the machine.
★ 0
MIT
TypeScript
Aug 21, 2026
dsh plugin --profile web add @agentvalet/dshby Walvez
The ultimate 2-way bridge between OpenAI Codex and DSH: bidirectional chat sync, live Skills mount & auto MCP mirroring.
★ 24
↓ 197/wk
MIT
JavaScript
Aug 26, 2026
dsh plugin --profile web add dsh-codex-sync