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.

Tool Ths — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-tool-ths

Tool Ths

Tonghuashun (Tonghuashun / iFinD) market data and connection plugin for DeepSeek Harness — public login-free market data channel + official iFinD HTTP API channel, registering the ths_* tool family

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Xiaobai01/dsh-tool-ths#22c7a16387ed9d5f56daa9ed6b8b3dec13656f8a
READMECompatibilityVersions

Compatibility and provenance

Tool Ths is published as dsh-tool-ths 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
9/13/2026

Versions

0.1.0stable
9/13/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
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/13/2026
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 search-research.

Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable researZoterodsh-zoteroLet agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations.Browser@anweat/dsh-browserSelf-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.

README

dsh-tool-ths — Tonghuashun (同花顺 / iFinD) connector for DeepSeek Harness

A Cordis plugin that connects DeepSeek Harness agents to Tonghuashun market data through two channels:

  • public (default, no account): the 10jqka public quote API (d.10jqka.com.cn) — realtime quotes and daily/weekly/monthly K-lines.
  • ifind (official): the iFinD HTTP API (quantapi.51ifind.com) — realtime quotes with valuation metrics, history with adjustment, fundamental data, trading calendars, announcements, and code conversion. Requires an iFinD refresh_token.

Documentation

DocContents
docs/architecture.mdArchitecture, channel comparison, DSH loading, extension guide
docs/tool-reference.mdFull reference for config and all 7 tools
docs/protocol.mdWire protocol details, field formats, error codes
docs/troubleshooting.mdTroubleshooting guide

Tools

ToolChannelPurpose
ths_statusbothconnection status, token expiry, last error, connectivity probe
ths_quotebothrealtime quote snapshot (custom indicators on ifind)
ths_klinebothhistory K-line (D/W/M on public; D/W/M/Q/S/Y + adjust on ifind)
ths_basicifindfundamental indicators (ths_roe_stock:20241231)
ths_trade_datesifindexchange trading calendar
ths_announcementifindannouncement search (with PDF links)
ths_codeifindcode/name → THS code conversion

Install

Bundle install (needs pnpm):

dsh plugin --profile web add github:Xiaobai01/dsh-tool-ths   # from GitHub
# restart dsh web

Or from a local checkout (needs pnpm):

dsh plugin --profile web add .

Manual install (no pnpm) — copy the package to the profile and insert the entry in ~/.dsh/profiles/web/cordis.patch.yml:

- insert:
    - id: tool-ths
      name: ./plugins/dsh-tool-ths/index.js
      config:
        channel: public
        refreshToken: ''
        baseUrl: https://quantapi.51ifind.com/api/v1
        timeoutMs: 30000
        retries: 2
        maxCodes: 20
        maxRows: 120

The profile patch layer is hot-reloaded by the running GUI (HMR); otherwise restart dsh --profile web.

Security codes: 600519, 600519.SH, sh600519, 300750, 830799 (BSE), 399001 (SZ index). Bare codes infer the market: 6/5/9 → SH, 0/1/2/3 → SZ, 4/8 → BJ. SH indexes are not available on the public channel.

Development

node scripts/smoke.mjs 600519                 # channel smoke test (public)
IFIND_REFRESH_TOKEN=xxx node scripts/smoke.mjs 600519
node scripts/harness.mjs 600519               # apply() with stub registries, calls every tool

Compatibility

ItemRequirement
DeepSeek Harness0.1.2-rc.1 ~ 0.1.5-rc.1 (verified on 0.1.5-rc.1 and 0.1.2-rc.1)
Node.js>= 22.19.0
Host servicestools, systemPrompt, settings (all shipped by dsh-base)

Data source & disclaimer

  • The public channel uses Tonghuashun's public web quote endpoint (d.10jqka.com.cn) — not an officially supported API. It is intended for personal research only; endpoint shapes may change without notice.
  • The ifind channel uses your own iFinD account; follow iFinD's terms.
  • Market and financial data belongs to the data providers. This plugin is a client only — it ships no data and must not be used to redistribute or resell data.
  • Outputs are data and tool results, not investment advice.

License

Apache License 2.0 — free for commercial use, modification and redistribution; keep the copyright/license notices, state your changes, and retain the NOTICE file. See CONTRIBUTING.md.