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.

Market Ticker — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-market-ticker

Market Ticker

DSH Market Terminal Bar: top market ticker + index status bar + terminal-style title bar (each of the three sections can be shown or hidden independently); customize watchlist symbols, refresh frequency, and red-for-rising/green-for-falling colors in the settings overlay with changes taking effect i

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-market-ticker@0.1.7
READMECompatibilityVersions

Description

DSH Market Terminal Bar: top market ticker + index status bar + terminal-style title bar (each of the three sections can be shown or hidden independently); customize watchlist symbols, refresh frequency, and red-for-rising/green-for-falling colors in the settings overlay with changes taking effect immediately.

Compatibility and provenance

Market Ticker is published as dsh-market-ticker and currently resolves to version 0.1.7. 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.7stable
9/1/2026
0.1.6stable
8/28/2026
0.1.5stable
8/28/2026
Show 4 more versionsCollapse versions
0.1.3stable
8/28/2026
0.1.2stable
8/27/2026
0.1.1stable
8/27/2026
0.1.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
0.1.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
68.3 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
39
Last push
8/28/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

README

dsh-market-ticker

DeepSeek Harness (DSH) Web GUI 的「行情终端条」插件。把原「交易终端」(trading) 皮肤内置的行情能力抽成独立插件,换任何皮肤都能用,并支持在页面内直接自定义全部配置。

功能

三件套(均可独立开关):

区域内容
仿终端标题栏品牌 K 线 logo + 自定义标题 + 行情 chips + 窗口装饰按钮
行情跑马灯自选标的无缝循环滚动,悬停暂停
底部指数状态栏A股/港股/美股市场时段 + 指数报价

自定义设置:任意行情条上 hover 找到 ⚙ 齿轮(标题栏齿轮常显),弹出设置浮层:

  • 三个区域 + 市场时段的显隐开关
  • 跑马灯自选标的列表、状态栏指数列表
  • 刷新间隔(5600 秒)、标题栏 chips 数量(08)、标题文字
  • 红涨绿跌 ↔ 绿涨红跌 一键切换
  • 标签页标题/图标的钉住开关

保存写入 localStorage 即刻生效,刷新浏览器保留。

标的语法

市场语法示例
A股/指数sh/sz + 代码sh000001、sz300059
港股/指数hk + 代码hkHSI、hk00700
美股/指数us + 代码usAAPL、usIXIC
加密货币大写交易对BTCUSDT、ETHUSDT
外汇三三位货币对USD/CNY

若安装了 dsh-fun-ticker 插件,跑马灯会优先跟随其自选列表(同源代理)。

数据源(三级降级)

  1. dsh-fun-ticker 同源代理 /plugins/dsh-ticker/api/*(未安装自动跳过)
  2. 腾讯财经 qt.gtimg.cn — A股/港股/美股/指数
  3. 币安 Binance api.binance.com / data-api.binance.vision — 加密货币;Frankfurter api.frankfurter.dev — 外汇

所有源失败时显示占位符,下一个刷新周期自动重试。

安装

dsh plugin --profile web add dsh-market-ticker

安装后需要重启 dsh web 进程(新装静态插件的宿主注册表只在启动时构建),再硬刷新浏览器(Ctrl+Shift+R)。

本地源码调试可用 link 方式:把包放进 profile 的 pnpm workspace 并以 link: 依赖安装后重启。

与 trading 皮肤的关系

本插件复刻了 trading 皮肤的行情 chrome,两者同时启用会双重显示。建议二选一:

  • 使用本插件:切换 active 皮肤到其他皮肤(如 blue-fantasy)
  • 继续用 trading 皮肤:不要安装本插件

注意:本插件自带全部配色变量与深浅色主题适配,不依赖任何皮肤的私有变量。

故障排查

现象处理
安装后无齿轮/无行情条重启 dsh web 后硬刷新;console 应有 [dsh-market-ticker] client half registered
浏览器 console 报 loaded without registeringclient.js 形态损坏,重新安装插件包
页面顶部内容被遮挡设置中关闭不用的顶部区域,或反馈宿主皮肤的 padding 冲突
右上角侧栏收起按钮点不到/被盖住v0.1.7 起 ticker 层级已降至侧栏按钮之下(#mt-root z-index 44),刷新浏览器即可;旧版本可临时在设置中关闭「仿终端标题栏」绕过
行情一直显示 --公共行情源网络不可达或代理拦截,检查浏览器 Network 里 qt.gtimg.cn 请求

兼容性

  • DSH >= 0.1.0-rc.8,web profile
  • Chromium 内核现代浏览器(依赖 CSS 变量、AbortSignal.timeout 降级安全)

License

MIT © 2026 OwOfly

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.