DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Sparkles — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@dsh-sparkles/dsh-sparkles

Sparkles

Sparkles 金融证据工具,配备原生主机 DeepSeek Harness shell 和浏览器客户端

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

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-sparkles/dsh-sparkles@0.1.13
README兼容性版本

兼容性与来源证明

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

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.13stable
2026/9/15
0.1.12stable
2026/9/7
0.1.10stable
2026/9/3
查看其余 5 个版本收起版本
0.1.9stable
2026/8/24
0.1.8stable
2026/8/19
0.1.7stable
2026/8/18
0.1.6stable
2026/8/18
0.1.5stable
2026/8/17
最新版
0.1.13
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
59.5 MB
文件数
14
Surface
web
许可证
Apache-2.0
发布源
npm
GitHub
★ 0
周下载
52
最近提交
2026/9/15
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

Sparkles for DeepSeek Harness

Turn DeepSeek Harness into a finance research assistant for mainland China, Hong Kong, and US markets.

This is the DSH distribution of Sparkles. Pi users should install the sibling @pi-sparkles/pi-sparkles package, which reuses the same finance cores but owns separate Pi lifecycle and terminal presentation.

Requires DSH 0.1.5-rc.1, the DSH 0.1.5 API. The host and service peers are pinned exactly; DSH 0.1.1 is unsupported.

Ask about a stock or ETF in everyday language. DSH Sparkles brings current market data, price history, company filings, fundamentals, and financial calculations into the conversation.

What it gives you

  • Current quotes and recent price history for supported CN, HK, and US sources.
  • Trend, momentum, and volatility analysis with SMA, RSI, and ATR.
  • SEC, CNINFO, and HKEXnews filing and disclosure research.
  • Fundamental, valuation, portfolio-risk, scenario, event-study, and backtest calculations when the required data is available.
  • Bounded CN/HK/US transaction-tape packet review, local possible-fill simulation, read-only broker evidence review, compound compliance checks, non-executable handoffs, and receipt reconciliation.
  • Clear source, timestamp, currency, freshness, and data-limit context in answers.
  • Responsive inline SVG OHLCV charts rendered as ordinary DSH tool output.

DSH automatically looks up current evidence for questions about price, trend, buying now, or when to sell. You do not need to ask it to "use tools" first.

Quick start

dsh plugin --profile <name> add @dsh-sparkles/dsh-sparkles@0.1.13

The bundle patch layer is applied on the next dsh --profile <name> boot. Uninstall with dsh plugin --profile <name> remove @dsh-sparkles/dsh-sparkles.

For most mainland China and Hong Kong quote/history research, and for SEC filing research, the only setup is a contact address used to identify requests to public data services:

AGENT_CONTACT="you@example.com" dsh --profile <name>

Then ask naturally:

  • Get a current quote for AAPL.
  • 分析一下科创50ETF的走势
  • 588000 如果现在买,什么时候卖比较好?
  • 分析腾讯 00700.HK 最近半年的趋势、动量和波动
  • Summarize AAPL's latest SEC fundamentals and cite the evidence.
  • Compare this portfolio with its benchmark and explain the largest risks.

Optional data-service setup

The package loads without provider credentials. Add only the services you want; you do not need every variable below.

VariableWhat it enables
AGENT_CONTACTIdentified access to supported public services, including Eastmoney, CNINFO, SEC, and HKEXnews. Use one email address everywhere.
TUSHARE_TOKENOptional, rate- and entitlement-limited mainland China stock-identity fallback. It is never required or the first route. Tushare permissions and points apply.
ALPACA_API_KEY_ID, ALPACA_API_SECRET_KEYOptional Alpaca US prices, bars, news, corporate actions, and assets. Feed permissions apply.
OPENFIGI_API_KEYOptional OpenFIGI identity mapping.
TWELVE_DATA_API_KEYOptional Twelve Data company profiles.
FRED_API_KEYOptional FRED macroeconomic series.

Example:

AGENT_CONTACT="you@example.com" \
ALPACA_API_KEY_ID="..." \
ALPACA_API_SECRET_KEY="..." \
dsh --profile <name>

Credentials stay in your runtime environment; this package does not write, log, or persist them. Restart DSH after changing environment configuration because some adapters initialize at boot.

Boundaries

Sparkles for DSH is read-only research software: it cannot place, change, or cancel broker orders. External providers, gateways, SDKs, credentials, and entitlements remain caller-owned; Sparkles never silently selects or falls back to another provider. It is not investment, legal, accounting, or tax advice. See CONFIGURATION.md for the complete source and configuration reference.

Version 0.1.13 · T6 · 135 plugin components