7.6kā
by proxyhq
proxy-balance ā OpenClaw Skill
proxy-balance is an OpenClaw Skills integration for ai ml workflows. Check Proxy account balance and available spending power. Shows pending intents and suggests funding if low.
Skill Snapshot
| name | proxy-balance |
| description | Check Proxy account balance and available spending power. Shows pending intents and suggests funding if low. OpenClaw Skills integration. |
| owner | proxyhq |
| repository | proxyhq/proxy-balance |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @proxyhq/proxy-balance |
| last updated | Feb 7, 2026 |
Maintainer

name: proxy-balance description: Check Proxy account balance and available spending power. Shows pending intents and suggests funding if low. disable-model-invocation: true
Check Balance
Get current balance and spending power.
Instructions
- Call
proxy.balance.get - Call
proxy.intents.listto 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)
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install proxy-balance?
Run openclaw add @proxyhq/proxy-balance in your terminal. This installs proxy-balance into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/proxyhq/proxy-balance. Review commits and README documentation before installing.
