base

Retrieve Base blockchain on-chain data and USD pricing via a Python CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides quick access to Base (Ethereum L2) on-chain data enriched with USD pricing, enabling users to monitor balances, token metadata, transactions, and network health without custom RPC tooling.

Core Features & Use Cases

  • Wallet balance retrieval for ETH and Base tokens, with USD value estimation.
  • Transaction inspection, token metadata resolution, gas analysis, and contract inspection.
  • Network health metrics and whale-detection insights to track large transfers.
  • Use Case: a developer dashboards Base asset activity and price context for budgeting and risk assessment.

Quick Start

Run the CLI tool to fetch current Base network stats, wallet balances, and token data.

Frequently Asked Questions about base

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

FAQPage Schema
How do I retrieve Base network wallet balances and token prices in USD?

Base network wallet balances and token prices are retrieved by querying on-chain data and applying USD value estimation to both ETH and Base tokens, providing immediate balance and price context without custom RPC tooling.

What Base L2 on-chain data can I inspect for transactions and gas analysis?

Base L2 transaction inspection, gas analysis, and contract inspection are available by retrieving on-chain data directly, including token metadata resolution and transaction details for monitoring network activity.

Can I detect whale transfers and track network health on the Base blockchain?

Whale detection and network health metrics are supported on the Base blockchain by tracking large transfers and retrieving network stats, enabling monitoring of significant asset movements and overall chain conditions.

Does this Base data tool require external dependencies or custom RPC setup?

No external dependencies or custom RPC setup are required, as the tool uses a Python script built with only the standard library to handle end-to-end data retrieval, on-chain calls, and price lookups via a CLI interface.

What is the best way to dashboard Base asset activity with price context?

Dashboarding Base asset activity with price context is done by running the CLI tool to fetch current network stats, wallet balances, and token data, supporting budgeting and risk assessment workflows for developers.