Overview
- Skill Key
- chetan-guevara/fluora-balance
- Author
- chetan-guevara
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chetan-guevara/fluora-balance
- Latest Commit SHA
- d0e1f834251b2a5613693df132d58a9a77499a2d
Check USDC balance on Base Mainnet for your Fluora wallet. Use when the user asks about their Fluora balance, wallet balance, USDC balance, or how much money they have in their Fluora account.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fluora-balance 技能。 若已安装,则直接安装 fluora-balance 技能。
# Fluora Balance Check your USDC balance on Base Mainnet for the wallet configured in Fluora. ## Quick Start Run the balance check script: ```bash cd scripts/ npm install # First time only node check_balance.js ``` The script will: 1. Read your mainnet wallet address from `~/.fluora/wallets.json` 2. Query the USDC balance on Base Mainnet 3. Display the formatted balance ## Script Details **Location:** `scripts/check_balance.js` **What it does:** - Reads wallet address from `~/.fluora/wallets.json` (USDC_BASE_MAINNET.address field) - Connects to Base Mainnet via `https://mainnet.base.org` - Queries USDC contract at `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` - Returns formatted balance in USDC **Output format:** ``` Checking USDC balance on Base Mainnet... Wallet: 0x7DC445b40719ab482090... Balance: 1.234567 USDC ``` **JSON output:** Add `--json` flag for programmatic parsing: ```bash node check_balance.js --json ``` ## Dependencies The script requires `ethers` (v6+) for blockchain interaction: ```bash cd scripts/ npm install ``` Dependencies are listed in `scripts/package.json`. ## Troubleshooting **Error: ~/.fluora/wallets.json not found** - Ensure Fluora is properly set up - Run the fluora-setup skill if needed **Error: No USDC_BASE_MAINNET wallet address found** - Check that `wallets.json` contains a `USDC_BASE_MAINNET.address` field - Regenerate wallet if necessary **Network errors** - Verify internet connection - Base Mainnet RPC may be temporarily unavailable (retry)
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.