Check Proxy account balance and available spending power. Shows pending intents and suggests funding if low.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill proxy-balance --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Proxy Balance?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-proxy-balance)More formats (shields.io, HTML) on the badges page.
---
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
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)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!