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.
AI Analysis
核心用途是监控并展示 MiniMax Token 订阅计划的剩余额度。适合使用 MiniMax 模型且需要防范额度超限的用户。必要条件是需在环境变量中配置 `MINIMAX_API_KEY`。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ovensi/dsh-plugin-minimax-usageREADME
Read the full README ↗⚙️ Configuration
| Environment Variable | Description | Default |
|---|---|---|
MINIMAX_API_KEY | Your MiniMax API key | (required) |
The API key is loaded at request time from ~/.zshrc.secret via source. If the key is not set, the plugin will display an error message in the sidebar instead of crashing.