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.

Zhipu Codingbar — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
Z

dsh-zhipu-codingbar

Zhipu Codingbar

DSH web status bar for Zhipu GLM Coding Plan quotas

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

npx -y @deepseek-ai/dsh plugin --profile web add github:cesarX-AI/dsh-zhipu-codingbar#9b9b7a9f2401e74824b5c76207319666835581ac
READMECompatibilityVersions

Compatibility and provenance

Zhipu Codingbar is published as dsh-zhipu-codingbar 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
8/21/2026

Versions

0.1.0stable
8/21/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
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/21/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 models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-zhipu-codingbar

DSH Web 会话头部状态栏:显示 智谱 GLM Coding Plan 额度。

样式与交互模仿 dsh-codingbar,数据源只保留智谱。

显示

  • 智谱 Coding Plan:5 小时 / 每周 / MCP 工具额度,剩余百分比、重置时间、倒计时
  • 剩余 <20% 变黄,<5% 变红

窄条在会话头部,点击在胶囊下方展开详情卡。右侧边栏打开时,卡片会保持宽度并左移,避免被挡住。

安装

dsh plugin --profile web add github:cesarX-AI/dsh-zhipu-codingbar --config.minimumReleaseAge=0

然后重启 dsh web。确认层已挂上:

dsh --profile web --dump-config | grep -A20 zhipu-codingbar

本地开发(clone 后用路径安装,改源码只需重启 dsh web):

git clone https://github.com/cesarX-AI/dsh-zhipu-codingbar.git
dsh plugin --profile web add ./dsh-zhipu-codingbar --config.minimumReleaseAge=0

配置

cordis.patch.yml 插入 id: zhipu-codingbar 行。后一层 patch 会整行替换 config,不会深合并,所以覆盖时要把需要保留的键一起写上。schema 会补未提供的默认值。

字段默认说明
refreshMs60000智谱额度轮询间隔(毫秒,≥1000)
zaiQuotaUrl智谱官方额度接口一般不用改
zaiApiKey空可选;空则读 ZAI_CODING_CN_API_KEY 或 ~/.dsh/.credentials.yaml

在 profile 的 cordis.patch.yml 覆盖示例:

- id: zhipu-codingbar
  config:
    refreshMs: 30000

凭据

数据接口密钥
智谱额度open.bigmodel.cn/api/monitor/usage/quota/limitZAI_CODING_CN_API_KEY

密钥只在服务端使用,路由只返回派生数字。

License

MIT