π¦ ClawHub
Neomano Binance Assets (Read-only)
by @elandivar
Safe, read-only Binance balance viewer (Spot wallet) using Binance API keys with READ-ONLY permissions. Use when the user wants to check holdings/balances/as...
TERMINAL
clawhub install neomano-binance-assetsπ About This Skill
name: neomano-binance-assets description: Safe, read-only Binance balance viewer (Spot wallet) using Binance API keys with READ-ONLY permissions. Use when the user wants to check holdings/balances/assets without trading. metadata: {"clawdbot":{"emoji":"π¦","requires":{"bins":["python3"],"env":["BINANCE_API_KEY","BINANCE_API_SECRET"]},"primaryEnv":"BINANCE_API_KEY"}}
Safety (mandatory)
This skill is designed to be a safe way to query balances.
BINANCE_API_SECRET.Credentials
Set these environment variables (recommended: ~/.openclaw/.env on the gateway machine):
BINANCE_API_KEYBINANCE_API_SECRETWhat it does
GET https://api.binance.com/api/v3/account
Run
python3 {baseDir}/scripts/assets.py
python3 {baseDir}/scripts/assets.py --all
python3 {baseDir}/scripts/assets.py --min 0.0001