skills$openclaw/proxy-balance
proxyhq7.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.

7.6k stars7.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

nameproxy-balance
descriptionCheck Proxy account balance and available spending power. Shows pending intents and suggests funding if low. OpenClaw Skills integration.
ownerproxyhq
repositoryproxyhq/proxy-balance
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @proxyhq/proxy-balance
last updatedFeb 7, 2026

Maintainer

proxyhq

proxyhq

Maintains proxy-balance in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
279 B
SKILL.md
798 B
SKILL.md

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

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.