A streamlined utility to query and display USDC balances from a Fluora wallet on the Base Mainnet.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fluora-balance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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) |
Loading
An AI-powered habit formation coach that helps users define, track, and visualize up to five personal or professional goals through intelligent coaching and data-driven feedback.

A technical utility that fixes PowerPoint font embedding failures in PDF exports by applying a subtle transparency patch to text elements.

A smart automation tool that extracts data from invoice QR codes and automatically completes electronic invoice applications.

A systematic migration playbook for transitioning codebases, documentation, and tooling from the Clawd brand to OpenClaw.

A sophisticated text-to-image pipeline that intelligently routes requests through multiple free-quota providers with automatic token rotation and prompt enhancement.

A comprehensive AI-ready operating skill for the MoltMoon V2 SDK, enabling end-to-end token launches, trading, and rewards management on the Base network.








































