Fluora Balance for Openclaw

A streamlined utility to query and display USDC balances from a Fluora wallet on the Base Mainnet.

chetan-guevara
v1.1.0
Feb 13, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fluora-balance

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fluora-balance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fluora Balance?

Fluora Balance is a specialized technical tool designed to provide instant visibility into USDC holdings within the Fluora ecosystem. By leveraging this addition to your Openclaw Skills, users can bypass manual block explorer lookups and programmatically retrieve their financial status directly from the Base Mainnet. It serves as a bridge between local wallet configurations and live blockchain state, ensuring developers and users have accurate asset data at their fingertips.

The tool is built to be lightweight and efficient, focusing specifically on the USDC contract on the Base layer-2 network. Whether you are building automated financial workflows or simply checking your account status, this skill provides the necessary interface to interact with the blockchain using the ethers library.

Fluora Balance Use Cases

  • Verifying available USDC funds before executing smart contract interactions.
  • Automating balance monitoring within larger developer workflows using Openclaw Skills.
  • Confirming correct wallet initialization and network connectivity during Fluora setup.
  • Exporting balance data in JSON format for consumption by other automated systems.

How Fluora Balance Works

  1. The skill locates and parses the local configuration file at ~/.fluora/wallets.json to identify the USDC_BASE_MAINNET address.
  2. It initializes a provider connection to the Base Mainnet RPC at https://mainnet.base.org.
  3. The script calls the balanceOf function on the official USDC smart contract (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913).
  4. The raw blockchain data is formatted into a human-readable USDC balance and output to the terminal or returned as JSON.

Fluora Balance Setup

To get started with this component of Openclaw Skills, navigate to the scripts directory and install the necessary dependencies:

cd scripts/
npm install
node check_balance.js

Ensure that you have previously run the fluora-setup skill or manually created the ~/.fluora/wallets.json file with a valid wallet address entry.

Fluora Balance Data Schema & Taxonomy

The skill interacts with specific data structures to ensure accuracy:

Component Detail
Config Path ~/.fluora/wallets.json
USDC Contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Network Base Mainnet (Chain ID 8453)
Required Field USDC_BASE_MAINNET.address
Output Format String (Default) or JSON (with --json flag)

Fluora Balance Advanced Features

  • Programmatic JSON output mode using the --json flag for seamless integration with other Openclaw Skills.
  • Robust error handling for network timeouts and missing wallet configuration files.
  • High-precision balance formatting using ethers v6 utility functions.
  • Direct RPC interaction ensuring data is pulled directly from the source of truth on the blockchain.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*