evm

Query EVM blockchain data and manage wallets via command-line tools.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill evm-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evm
Source: https://github.com/519lab/thoth-agent/tree/main/optional-skills/blockchain/evm
Command: npx skills add https://github.com/519lab/thoth-agent --skill evm-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of EVM blockchains, enabling users to perform a wide range of operations with minimal effort and technical knowledge.

Core Features & Use Cases

  • Read-Only Client: Access and query data across 8 major EVM chains without needing an API key.
  • Comprehensive Tools: Wallet management, token information, transaction tracking, gas price comparison, and more.
  • Use Case: Quickly check the balance of multiple wallets across different chains, track recent transactions, and compare gas prices in real-time.

Quick Start

To check your wallet balance on Ethereum, run the following command: python3 $SCRIPT wallet 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 blockchains without an API key?

You can check wallet balances across 8 major EVM blockchains without an API key by running the read-only client command, such as `python3 $SCRIPT wallet <address>`, to query chain data directly.

What is the best way to track recent Ethereum transactions and compare gas prices?

To track Ethereum transactions and compare gas prices, use command-line tools that monitor transaction activity and fetch real-time network statistics via public APIs like CoinGecko.

Do I need Python to manage Ethereum Virtual Machine networks and tokens?

Yes, you need Python 3.8 or higher installed to manage Ethereum Virtual Machine networks, as the command-line tools execute Python scripts to perform wallet operations and transaction tracking.

Can I access token information and network statistics on EVM chains without paying for API access?

Yes, you can access token information and network statistics on EVM chains without paying for API access, because the tools utilize public APIs like CoinGecko for pricing and require no API key.

Does the EVM command-line tool support networks other than Ethereum?

Yes, the EVM command-line tool supports networks other than Ethereum, offering read-only access and comprehensive wallet management across 8 major EVM-compatible blockchains.