base

Retrieves Base L2 wallet, token, transaction and network data with USD pricing via Python CLI.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill base-rawgrowth-consulting
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/optional-skills/blockchain/base
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill base-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides unified access to Base L2 on-chain data (balances, token info, transactions, and network metrics) enriched with USD pricing to avoid juggling multiple sources.

Core Features & Use Cases

  • Wallet balances and token metadata with USD valuation for rapid portfolio insights.
  • Transaction details, contract inspection, and on-chain activity analysis.
  • Live network health and gas metrics with L2/L1 cost context.
  • Quick audits of Base addresses and real-time monitoring of asset prices.

Quick Start

Run the Base blockchain CLI to fetch stats, wallet balances, or token data for a Base address.

Frequently Asked Questions about base

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

FAQPage Schema
How do I retrieve Base L2 wallet balances and token data with USD pricing?▼

You can retrieve Base L2 wallet balances and token data with USD pricing by running the blockchain CLI to fetch stats for a Base address. This Skill queries on-chain data via a Base RPC endpoint and enriches token valuations using CoinGecko pricing.

Can I monitor live Base network health and gas metrics using a Python script?▼

Yes, you can monitor live Base network health and gas metrics using Python's standard library. The Skill queries the Base RPC endpoint to retrieve block metrics and L2/L1 cost context, handling rate-limit retries automatically during data retrieval.

What is the best way to audit a Base blockchain address for on-chain activity?▼

The best way to audit a Base blockchain address is to use this Skill to pull transaction details and contract inspection data. It consolidates wallet balances, token metadata, and on-chain activity into a single view enriched with USD valuations.

Do I need external libraries to query Base blockchain transaction details?▼

No, you do not need external libraries to query Base blockchain transaction details. The Skill uses Python's standard library only, requiring just a Base RPC endpoint and CoinGecko pricing access to retrieve and process the on-chain data.

Does this Skill support fetching token prices and gas costs for Base blocks?▼

Yes, the Skill supports fetching token prices and gas costs for Base blocks. It retrieves live network gas metrics with L2 and L1 cost context, while simultaneously pulling USD pricing for tokens through the integrated CoinGecko access.

How does the Skill handle rate limits when querying Base RPC endpoints?▼

The Skill handles rate limits when querying Base RPC endpoints by implementing automatic retry logic within its Python scripts. This ensures reliable data retrieval for network metrics, wallet balances, and transaction details without manual intervention.