ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

proxy-balance

Check Proxy account balance and available spending power. Shows pending intents and suggests funding if low.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/proxyhq/proxy-balance
Or

Check Balance

Get current balance and spending power.

Instructions

  1. Call proxy.balance.get
  2. Call proxy.intents.list to get pending intents

Output Format

šŸ’° Proxy Balance
────────────────
Available:  $X,XXX.XX USD
Pending:    X intents ($XXX.XX reserved)
────────────────
Net Available: $X,XXX.XX

If balance is low (< $100), add:

šŸ’” Low balance. Use /proxy-fund for deposit instructions.

If there are pending approval intents, list them:

ā³ Pending Approval:
  • $XXX.XX - Merchant Name (intent_id)

Metadata

Author@proxyhq
Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-proxyhq-proxy-balance": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.