Balance Checker for Openclaw

A unified utility to check remaining quotas and account balances across multiple AI API providers including DeepSeek and Moonshot.

kyya
v1.0.0
Feb 4, 2026
1
2.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install balance-checker

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Balance Checker?

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.

Balance Checker Use Cases

  • Monitoring API credit exhaustion to prevent service interruptions for your Openclaw Skills.
  • Checking remaining balance across DeepSeek, Moonshot, and Volcengine from a single command.
  • Verifying account status and voucher availability for AI model providers.
  • Budgeting and tracking expenses for multi-model AI development environments.

How Balance Checker Works

  1. The user triggers the skill using natural language commands like check balance or API quota within the Openclaw Skills environment.
  2. The system invokes the primary shell script which identifies the configured API keys in the environment variables.
  3. For DeepSeek and Moonshot, it performs REST API calls to fetch account data directly.
  4. For Volcengine, it utilizes a specialized Python-based SDK executed via a dedicated virtual environment.
  5. It aggregates the results and displays a formatted summary of cash balances, vouchers, and account status to the user.

Balance Checker Setup

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

Balance Checker Data Schema & Taxonomy

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:

  • Total Balance: The sum of all available funds.
  • Cash Balance: Actual paid credits remaining in the account.
  • Voucher Balance: Promotional or trial credits available for use.
  • Status: Real-time availability check for the API provider.

Balance Checker Advanced Features

  • Unified multi-provider support covering REST and SDK-based API integrations.
  • Automated Python virtual environment management to keep Openclaw Skills dependencies clean.
  • Natural language trigger support for intuitive interaction without complex CLI flags.
  • Detailed breakdown of credit types, distinguishing between cash and promotional vouchers.
  • Real-time status validation to confirm API accessibility.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*