base

Query Base blockchain data and enrich it with USD pricing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually querying Base (Ethereum L2) blockchain data. It provides a streamlined, automated way to obtain wallet balances, token information, transaction details, gas analysis, contract inspection, whale detection, and live network stats.

Core Features & Use Cases

  • Blockchain Data: Query Base (Ethereum L2) blockchain data including wallet balances, token info, transactions, gas analysis, contract inspection, whale detection, and network stats.
  • USD Pricing: Data is enriched with USD pricing for easy financial analysis.
  • No API Key Required: Uses Base RPC and CoinGecko without the need for an API key.
  • Use Case: Quickly get the ETH balance of a specific wallet or check the latest transaction details, gas prices, and network stats on the Base blockchain.

Quick Start

Use the base skill to get the wallet balance for the address '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'.

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 blockchain data with USD pricing?

Querying Base L2 blockchain data with USD pricing is done by connecting to Base RPC and enriching wallet balances, gas stats, and transaction details with live USD values from CoinGecko.

Can I check Ethereum L2 wallet balances without an API key?

Checking Ethereum L2 wallet balances without an API key is possible because the script retrieves data directly via public Base RPC endpoints and fetches USD pricing from CoinGecko without authentication.

What Base blockchain network stats and gas analysis can I retrieve?

Base blockchain network stats and gas analysis include current gas prices, transaction details, whale detection, and contract inspection data, all automatically enriched with USD pricing.

Does querying Base blockchain data require any external dependencies?

Querying Base blockchain data requires only the Python standard library for execution, with no external dependencies or API keys needed to fetch blockchain data and USD pricing.

Why use a script for Base L2 data instead of manual blockchain explorers?

Using a script for Base L2 data automates the retrieval of wallet balances, transactions, and gas analysis while automatically appending USD pricing, solving the inefficiency of manual blockchain explorer queries.