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.

Edu — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
E

dsh-edu

Edu

DSH plugin: show GPT/Grok limits and DeepSeek/Zhipu balances in the composer dock.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:yueyexiayu/dsh-edu#59abebf610812a2a7b3b6e4cf0b127ae19af2e9c
READMECompatibilityVersions

Compatibility and provenance

Edu is published as dsh-edu 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
web
Release source
github
Registry updated
9/18/2026

Versions

0.1.0stable
9/18/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
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/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 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.

README

dsh-edu

当前项目是深度适配个人使用,项目只是给大家提供思路和借鉴,尽量不要直接照搬。

在 DeepSeek Harness 输入框下方显示当前模型对应的额度或余额:

  • ChatGPT Codex:5 小时 / 7 天限额
  • Grok / SuperGrok:周限额
  • DeepSeek 官方 API:账户余额
  • 智谱 GLM(bigmodel / z.ai):现金余额(悬停可看生效的 Token 资源包)

面向 官方桌面(connection.fetch)。不另存 token,只在 Host 侧通过 DSH credentials 读取本机已有凭据;浏览器只请求 /api/dsh-edu,响应里只有用量/余额数字,不含密钥。当前模型不属于上述提供方时不显示、也不打对应官方接口。结果缓存 3 分钟。

不读取 ~/.grok/auth.json / ~/.codex/auth.json。

安装

复制到 $DSH_HOME/plugins/dsh-edu(默认 $DSH_HOME 为 ~/.dsh),在 $DSH_HOME/profiles/desktop/cordis.patch.yml 写入:

- insert:
    - id: dsh-edu
      name: ../../plugins/dsh-edu/lib/index.js

完全退出 DeepSeek Harness(macOS:⌘Q)再打开。

凭据沿用 DSH 已登录账号或已配置的环境变量名:llm-pi-ai/openai-codex、llm-pi-ai/xai、DEEPSEEK_API_KEY、ZAI_CODING_CN_API_KEY / ZAI_API_KEY。

开发

node --check lib/index.js lib/client.js lib/parse.js
node --test