返回顶部
f

fluora-balance

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
966
下载量
0
收藏
概述
安装方式
版本历史

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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 fluora-balance-1776420039 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 fluora-balance-1776420039 技能

通过命令行安装

skillhub install fluora-balance-1776420039

下载 Zip 包

⬇ 下载 fluora-balance v1.1.0

文件大小: 4.41 KB | 发布时间: 2026-4-17 19:50

v1.1.0 最新 2026-4-17 19:50
Fluora Balance v1.1.0

- New skill to check your Fluora USDC balance on Base Mainnet.
- Added `scripts/check_balance.js` script: reads wallet, queries USDC contract, and displays your balance.
- Supports both human-readable and JSON output (`--json` flag).
- Dependencies managed with separate `scripts/package.json`.
- Outdated setup-related files and docs removed for clarity.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部