moonpay-wallet-statusline
Wallet status line
Goal
Display cached MoonPay wallet balances in a compatible CLI status line. This skill creates:
~/.config/moonpay/statusline.json— tracked wallets, chains, and format~/.config/moonpay/refresh-statusline.sh— refreshes balances from the MoonPay CLI~/.config/moonpay/statusline-cache.txt— pre-rendered ANSI output for the status line
Any compatible status display can read the cache file directly.
Prerequisites
- MoonPay CLI installed:
npm i -g @moonpay/cli - Authenticated:
mp loginthenmp verify - At least one wallet:
mp wallet list jqinstalled:which jqbcinstalled:which bc
More from moonpay/skills
moonpay-commerce
Browse Shopify stores, search products, manage a cart, and checkout with crypto via Solana Pay. No login required.
51moonpay-check-wallet
Check wallet balances and holdings. Use for "what's in my wallet", portfolio breakdown, token balances, allocation percentages, and USD values.
42moonpay-trading-automation
Set up automated trading strategies — DCA, limit orders, and stop losses — by composing mp CLI commands with OS scheduling (cron/launchd).
40moonpay-prediction-market
Trade on prediction markets (Polymarket, Kalshi). Search markets, buy/sell positions, track PnL, and view trade history.
37moonpay-auth
Set up the MoonPay CLI, authenticate, and manage local wallets. Use when commands fail, for login, or to create/import wallets.
36moonpay-buy-crypto
Buy crypto with fiat via MoonPay. Returns a checkout URL to complete the purchase in a browser.
36