base

Queries Base network data enriched with USD pricing via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Query Base blockchain data enriched with USD pricing to power wallet insights and network analytics.

Core Features & Use Cases

  • Wallet balances, token metadata, transactions, gas analytics, contract inspection, whale detection, and live network stats with USD valuation.
  • Use case: quickly assemble a Base wallet snapshot with USD-denominated values for decision making.

Quick Start

Run a simple CLI command to fetch the Base wallet balance, token holdings, and USD valuation 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 with USD pricing?

You can query Base L2 wallet balances with USD pricing by running a simple CLI command that fetches on-chain token data and enriches it with live USD valuations from CoinGecko to create a complete wallet snapshot.

Do I need an API key to inspect Base blockchain contracts and transactions?

No API key is required to inspect Base blockchain contracts and transactions. The tool queries a Base RPC endpoint and fetches USD prices from CoinGecko using only the built-in Python standard library.

What on-chain data can I analyze on the Base network without external APIs?

You can analyze Base network data including wallet balances, token metadata, transactions, gas analytics, contract inspection, whale detection, and live network stats, all enriched with USD valuation using only a Base RPC endpoint.

Can I detect whale movements on the Base L2 network using Python?

Yes, you can detect whale movements on the Base L2 network using Python. The tool queries Base on-chain data to identify large transactions and enriches the results with USD pricing for accurate valuation.

What is the best way to get live Base network stats and gas analytics?

The best way to get live Base network stats and gas analytics is querying the Base RPC endpoint directly. This fetches real-time network conditions and gas data, enriched with USD pricing for cost analysis.