balance-checker
This skill queries multiple AI providers' API balances (DeepSeek, Moonshot/Kimi, Volcengine) and returns a consolidated report. It reads local config and `env` vars (`DEEPSEEK_API_KEY`, `MOONSHOT_API_KEY`, `VOLCENGINE_ACCESS_KEY`, `VOLCENGINE_SECRET_KEY`), runs scripts like `./setup_volcengine.sh`/`check_balance.sh`, and calls `https://api.deepseek.com/user/balance` and `https://api.moonshot.cn/v1/users/me/balance`.