base

Query Base blockchain data for wallet balances, token metadata, transactions, and USD values.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill base-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/Aevonix/colony-ai/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/Aevonix/colony-ai --skill base-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines access to Base on-chain data by aggregating ETH balance, ERC-20 holdings, and USD valuations for rapid analysis.

Core Features & Use Cases

  • Wallet & token visibility: fetch ETH balance, known ERC-20 holdings, and USD values.
  • Transaction & network visibility: inspect transactions, gas metrics, contract data, and latest network stats.
  • Price-enriched portfolio view: enrich on-chain data with USD pricing from CoinGecko to estimate portfolio value.
  • Use Case: auditors or developers quickly assess a Base account's activity and value in a single report.

Quick Start

Run a quick Base network snapshot for an address to view balances, tokens, and value.

Frequently Asked Questions about base

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a Base wallet balance and ERC-20 token holdings with USD pricing?

To check Base wallet balances, the Skill fetches ETH balance, known ERC-20 holdings, and enriches them with USD pricing from CoinGecko to estimate portfolio value in a single report.

Can I query Base RPC transaction details and gas costs without API keys?

You can query Base RPC transaction details and gas metrics without API keys. The Skill relies on the Python standard library to fetch contract data and handles rate limits gracefully.

What's the best way to get a Base network health snapshot and latest stats?

The best way to get Base network health data is querying the latest network stats directly through the Skill, which inspects transactions, gas metrics, and contract data without external dependencies.

Does this Base blockchain data tool require extra dependencies or paid APIs?

No extra dependencies or paid APIs are required. The Skill operates entirely using the Python standard library to query Base blockchain data, requiring no API keys while handling rate limits and errors gracefully.

How do I audit a Base account's activity and token value quickly?

To audit a Base account quickly, the Skill aggregates on-chain data including ETH balance, ERC-20 holdings, transaction details, and USD valuations to provide a comprehensive view of address holdings and activity.

Why do Base RPC requests fail when fetching large volumes of wallet transactions?

Base RPC requests may fail due to rate limits. The Skill handles rate limits and errors gracefully during blockchain data queries, ensuring reliable retrieval of wallet balances and transaction details.