DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-tool-ths

Tool Ths

同花顺 (Tonghuashun / iFinD) 行情与数据连接插件 for DeepSeek Harness —— public 免登录行情通道 + 官方 iFinD HTTP API 通道,注册 ths_* 工具族

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Xiaobai01/dsh-tool-ths#22c7a16387ed9d5f56daa9ed6b8b3dec13656f8a
README兼容性版本

兼容性与来源证明

Tool Ths 以 dsh-tool-ths 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/9/13

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
Apache-2.0
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/13
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具

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.