A unified utility to check remaining quotas and account balances across multiple AI API providers including DeepSeek and Moonshot.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install balance-checker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install balance-checker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Balance Checker is a specialized extension designed for Openclaw Skills that provides developers with a unified interface to monitor their AI service expenditures. By integrating with major providers like DeepSeek, Moonshot (Kimi), and Volcengine, it eliminates the need to log into multiple dashboards manually. This tool ensures your Openclaw Skills continue to function by providing real-time visibility into your remaining credits, promotional vouchers, and account status.
To install the necessary dependencies for Volcengine support, run the following commands in your Openclaw Skills directory:
cd ~/.openclaw/skills/balance-checker
./setup_volcengine.sh
Next, configure your environment variables in your shell profile or directly within the Openclaw Skills configuration file at ~/.openclaw/openclaw.json:
export DEEPSEEK_API_KEY=sk-xxx
export MOONSHOT_API_KEY=sk-xxx
export VOLCENGINE_ACCESS_KEY=AKLTxxx
export VOLCENGINE_SECRET_KEY=xxx
The skill manages its operation through a specific file structure and provides detailed metadata regarding your API accounts as part of the Openclaw Skills ecosystem:
| File | Purpose |
|---|---|
check_balance.sh |
The main execution script and entry point. |
query_balance.py |
Handles Volcengine SDK queries via Python. |
setup_volcengine.sh |
Bootstraps the Python environment and SDK. |
venv/ |
An automated virtual environment for dependency isolation. |
Output Metadata Taxonomy:
Loading
A specialized MCP skill for querying Korean public holidays, calculating business days, and managing custom corporate schedules.

A local-first market research toolkit for real-time quotes, technical indicator charts, and automated one-shot financial reports.

A high-performance financial analysis tool for real-time stock quotes, technical charting, and fundamental summaries without requiring API keys.

A comprehensive multi-chain crypto wallet skill that empowers AI agents to manage assets, execute swaps, and interact with DeFi across 19 different blockchains.

A powerful skill for managing My Life Feed tasks, groups, and invitations via a robust REST API integration.

A dependency-free Node.js CLI skill for managing Asana tasks, projects, briefs, and timelines via Personal Access Tokens.








































