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.

Sparkles — DSH Plugin for DeepSeek Harness
← Plugins

@dsh-sparkles/dsh-sparkles

Sparkles

Sparkles finance evidence tools with a host-native DeepSeek Harness shell and browser client

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

npx -y @deepseek-ai/dsh plugin --profile web add @dsh-sparkles/dsh-sparkles@0.1.13
READMECompatibilityVersions

Compatibility and provenance

Sparkles is published as @dsh-sparkles/dsh-sparkles and currently resolves to version 0.1.13. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.13stable
9/15/2026
0.1.12stable
9/7/2026
0.1.10stable
9/3/2026
Show 5 more versionsCollapse versions
0.1.9stable
8/24/2026
0.1.8stable
8/19/2026
0.1.7stable
8/18/2026
0.1.6stable
8/18/2026
0.1.5stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.13
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
59.5 MB
Files
14
Surface
web
License
Apache-2.0
Source
npm
GitHub
★ 0
Weekly downloads
52
Last push
9/15/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.Builtin Browserdsh-builtin-browserShared real browser plugin for DeepSeek Harness: install-and-use — a visible native browser the human can take over, driven by the agent over CDP. DOM-level interaction (React/Vue safe), per-task session isolation, cookie persistence (browser_auth), CAPTC