dshbase

插件目录 / Developer / dsh-deepseek-status

dsh-deepseek-status

未验证 KekuKase

✓ 持续维护 基于 2 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

2Stars
0Forks
0未关闭 issue
语言
2026-08-14最近推送
跨平台平台

功能简介

DSH 侧边栏实时显示 DeepSeek 官方服务状态(status.deepseek.com)| Live DeepSeek official service status in the DSH sidebar

我们的评价
未验证 — 尚未实测

DSH 侧边栏实时显示 DeepSeek 官方服务状态(status.deepseek.com)| Live DeepSeek official service status in the DSH sidebar 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

dsh-deepseek-status

A DeepSeek Harness (DSH) plugin that shows the live DeepSeek official service status (status.deepseek.com) in the Web UI session header — overall status, per-component statuses, active/recent incidents, and uptime percentages.

DeepSeek Harness 插件:在 Web UI 会话头部实时显示 DeepSeek 官方服务状态(status.deepseek.com 同源数据)。

  • 状态点 + 文字:绿=所有系统运行正常 / 蓝=维护中 / 黄=性能下降 / 橙=部分故障 / 红=严重故障 / 灰=状态未知
  • 点击展开面板:总体状态、最后更新时间、各组件状态、进行中的事件/维护、最近事件、各组件可用率(uptime%)
  • 宿主进程每 60s 轮询官方状态页并解析(Next.js SSR flight 数据),浏览器每 30s 拉取本地同源路由(无 CORS 问题)
  • 上游故障时保留最后一次成功快照并显示「更新于 X 分钟前」,绝不显示假"正常"

安装

# 从 npm
dsh plugin --profile web add dsh-deepseek-status

# 或从本地 checkout / tarball
dsh plugin --profile web add ./dsh-deepseek-status
dsh plugin --profile web add ./dsh-deepseek-status-0.1.0.tgz

安装后重启 dsh web(新客户端插件需要重启进程才会被扫描进浏览器清单),即可在会话头部看到状态点(点击展开详情面板)。

配置

默认无需配置。三种覆盖方式(生效优先级从低到高):

  1. profile patch 覆盖本 bundle 的行:
    # $DSH_HOME/profiles/web/cordis.patch.yml
    - id: deepseek-status
      config:
        pollIntervalMs: 120000
    
  2. $DSH_HOME/settings.yaml(热更新):
    deepseek-status:
      pollIntervalMs: 120000
    
  3. Web 设置页「插件」卡片(安装本插件后自动出现 deepseek-status 配置区)。
配置项 默认值 说明
statusUrl https://status.deepseek.com/ 状态页地址(可换其它 Flashcat 状态页)
pollIntervalMs 60000 上游轮询间隔(毫秒,15000–3600000)
timeoutMs 15000 单次抓取超时(毫秒,5000–120000)

数据源与机制

  • 官方页面 https://status.deepseek.com/ 由 Flashcat(FlashDuty) 托管,是 Next.js SSR 页面;全部状态数据内嵌在首页 HTML 的 flight 负载中,插件在宿主侧抓取并容错解析(按字段名定位 JSON 区域,解析失败回退并保留上次成功快照)。
  • 轮询是外部状态数据的固有形态(官方页面自身也是轮询/重试)。
  • 非 web profile 下宿主行因缺少 webServer 服务保持 pending,无副作用。

卸载

dsh plugin --profile web remove dsh-deepseek-status

License

MIT

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-deepseek-status」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:KekuKase/dsh-deepseek-status

Headless(CLI)profile:

dsh plugin --profile headless add github:KekuKase/dsh-deepseek-status

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26 · 标记 webonly
备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7789 个插件 →