evm

Query EVM-compatible blockchain data for balances, tokens, transactions, and gas prices.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/Quill-Agent/Quill-Agent --skill evm-quill-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evm
Source: https://github.com/Quill-Agent/Quill-Agent/tree/main/optional-skills/blockchain/evm
Command: npx skills add https://github.com/Quill-Agent/Quill-Agent --skill evm-quill-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies accessing and querying EVM-compatible blockchain data across multiple chains, providing a comprehensive view of wallets, tokens, gas, and network stats without the need for API keys.

Core Features & Use Cases

  • Read-only EVM Client: Access wallet balances, token information, transactions, and more across 8 chains.
  • Multi-chain Support: Supports Ethereum, BNB Chain, Base, Arbitrum, Polygon, Optimism, Avalanche, and zkSync.
  • USD Pricing: Provides pricing information for tokens and network stats in USD.
  • Use Case: For a financial analyst, quickly check the balance of a specific wallet across all supported chains or compare gas prices across different networks.

Quick Start

Use the evm skill to check the wallet balance for the address '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'.

Frequently Asked Questions about evm

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

FAQPage Schema
How do I check wallet balances across multiple EVM-compatible blockchains?

Fetch token information and USD pricing for ERC-20 tokens across EVM-compatible chains by querying blockchain data directly, utilizing CoinGecko API integration to retrieve current market values for supported assets.

Can I compare gas prices across different crypto networks without API keys?

No, you cannot execute blockchain transactions or interact with smart contracts, as this is strictly a read-only interface designed to fetch wallet balances, token information, transaction history, gas prices, and network stats across EVM-compatible chains.

Does this blockchain query tool support ENS name resolution?

Yes, this blockchain query tool supports ENS name resolution by utilizing the ENS API, allowing users to resolve Ethereum Name Service domains instead of requiring raw hexadecimal wallet addresses for balance and transaction lookups.

What EVM chains can I query for transaction history and network stats?

You can query transaction history and network stats across 8 EVM chains: Ethereum, BNB Chain, Base, Arbitrum, Polygon, Optimism, Avalanche, and zkSync, retrieving wallet activity and real-time network data using Python standard library.