ovensi/dsh-plugin-minimax-usage ↗★ 0
@dsh-external/minimax-usage
MiniMax Token Plan quota monitor — displays 5-hour and weekly remaining quota progress bars in the DeepSeek Harness sidebar.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ovensi/dsh-plugin-minimax-usage说明文档
阅读完整 README ↗📊 MiniMax 额度监控
一款 DeepSeek Harness 插件,在侧边栏实时展示 MiniMax 编程计划的额度使用情况。
✨ 功能特性
- 5 小时额度条 — 实时显示当前计费周期的剩余额度
- 每周额度条 — 一目了然查看每周配额使用情况
- 重置倒计时 — 精确显示额度窗口重置时间(如
重置于 2h 17m) - 可折叠面板 — 点击箭头展开/收起,收起时显示紧凑摘要
- 自动刷新 — 每 60 秒通过服务端缓存自动更新
- 侧边栏集成 — 渲染在
sidebar.footer.action位置,紧邻「设置」按钮上方 - 轻量实现 — 纯 React.createElement,无 CSS 框架,无外部图片
📸 预览
┌──────────────────────────────┐
│ ▼ MINIMAX │
│ 5 小时 42 / 100 (42%) │
│ ████████████░░░░░░░░░░░░░░ │
│ 重置于 2h 17m │
│ 本周 78 / 100 (78%) │
│ ████████████████████████░░ │
│ 重置于 3d 12h │
└──────────────────────────────┘
↕ 点击切换
┌──────────────────────────────┐
│ ▶ MINIMAX 5h: 42% · 周: 78%│
└──────────────────────────────┘
🚀 安装
快速安装(推荐)
cd ~/.dsh/profiles/web
npm link /path/to/this/plugin
# 然后添加 patch 条目(见下文)
使用 pnpm
cd ~/.dsh/profiles/web
pnpm add /path/to/this/plugin