base

Query Base L2 wallet balances, token info, and network stats with USD pricing.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/attentiondotnet/hermes-agent --skill base-attentiondotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/attentiondotnet/hermes-agent/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/attentiondotnet/hermes-agent --skill base-attentiondotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Querying Base L2 on-chain data with USD pricing can be slow and manual; this skill automates retrieval of wallet balances, token info, transactions, gas analysis, and network stats.

Core Features & Use Cases

  • Wallet balances (ETH + ERC-20) with USD values
  • Token metadata, price lookup, and simple contract inspection
  • Live network stats and gas analysis for Base

Quick Start

Run the base CLI to fetch wallet balances, token holdings, and USD values for a given address.

Frequently Asked Questions about base

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

FAQPage Schema
How do I query Base L2 wallet balances and get USD values without an API key?

You can query Base L2 wallet balances with USD values by running a Python-based CLI that fetches on-chain data via a Base RPC endpoint and retrieves token prices from CoinGecko, requiring no API key.

What on-chain data can I retrieve for Base network transactions and gas?

Base network on-chain data retrieval includes live network stats, gas analysis, token metadata, wallet balances for ETH and ERC-20 tokens, and simple contract inspection, all enriched with USD pricing.

Can I use this tool to fetch ERC-20 token balances on Base along with live network stats?

Yes, you can fetch ERC-20 token balances on Base alongside live network stats in a single query using batch RPC calls that retrieve wallet balances, token info, and network statistics.

Do I need an API key to fetch Base on-chain data and token prices from CoinGecko?

No API key is required to fetch Base on-chain data and token prices from CoinGecko, as the CLI relies on a public Base RPC endpoint and CoinGecko data with robust error handling.

What is the best way to automate Base L2 token metadata and contract inspection?

Automating Base L2 token metadata and contract inspection is best handled by a Python CLI that queries the Base RPC endpoint to retrieve token info and perform simple contract inspection with batch RPC calls.

Why does querying Base on-chain data fail without proper RPC error handling?

Querying Base on-chain data can fail without robust error handling because batch RPC calls to the Base endpoint may encounter network issues or data formatting errors when fetching wallet balances and token prices.