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.

Ark Quota — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-ark-quota

Ark Quota

Show Volcengine Ark Coding Plan / Agent Plan quota in the DSH Web GUI: a side float panel + settings page, persistent credentials on disk, and periodic auto-refresh.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:zpliao123/dsh-ark-quota#cb2d617856fec177a1df0b19bec9d78435d39a57
READMECompatibilityVersions

Compatibility and provenance

Ark Quota is published as dsh-ark-quota and currently resolves to version 1.0.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/27/2026

Versions

1.0.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/27/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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 a dedicated pet bubble for the current providerWhale 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-ark-quota

在 DeepSeek Harness (DSH) Web GUI 里查看火山方舟 Coding Plan / Agent Plan 用量的持久化插件。

功能

  • 页面右侧可开关的悬浮窗(shell.overlay),点击展开三档用量进度条:当前会话 / 近 1 周 / 近 1 月(Agent Plan 为 近 5 小时 / 近 1 周 / 近 1 月)。
  • 设置页「火山方舟用量」:填写火山引擎 AccessKey ID / Secret Access Key、切换浮窗显示、设置自动刷新间隔。
  • 定时自动刷新:host 后台按设定间隔(默认 5 分钟,可选 1/5/15/30)调用 OpenAPI;客户端每 30 秒同步一次。
  • 持久化:AK/SK、浮窗开关、刷新间隔保存在 ~/.dsh/dsh-ark-quota/config.json,重启后自动加载。HTTP 接口仅允许本机 loopback 访问,SK 永不下发到浏览器。
  • 提供模型工具 ark_coding_plan_usage。

数据源

  • POST https://open.volcengineapi.com/?Action=GetCodingPlanUsage&Version=2024-01-01(Coding Plan)
  • 回退 Action=GetAFPUsage(Agent Plan)
  • 火山引擎 SigV4 签名,service ark,region 默认 cn-beijing。

安装 / 加载

作为 web profile 的本地插件包安装在 profiles/web/node_modules/dsh-ark-quota/, 并在 profiles/web/cordis.patch.yml 中:

- insert:
    - id: ark-quota
      name: dsh-ark-quota

重启 DSH Web(dsh web / 桌面端)后生效。首次使用在浮窗或设置页填入 AK/SK 一次即可。

凭证为火山引擎「访问控制(IAM) → 访问密钥」的 AccessKey,不是模型推理用的 Ark API Key。