evm

Query and analyze EVM blockchain data for wallets, tokens, and transactions.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/davpatel605-beep/hermusagent --skill evm-davpatel605-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evm
Source: https://github.com/davpatel605-beep/hermusagent/tree/main/backend/vendor/hermes/optional-skills/blockchain/evm
Command: npx skills add https://github.com/davpatel605-beep/hermusagent --skill evm-davpatel605-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of accessing and analyzing EVM blockchain data across multiple networks without requiring custom blockchain tooling or API key setup.

Core Features & Use Cases

  • Multi-chain Wallet Analysis: Retrieve wallet balances, ERC-20 holdings, portfolio values, and activity across Ethereum, BNB Chain, Base, Arbitrum, Polygon, Optimism, Avalanche, and zkSync.
  • Blockchain Intelligence Tools: Inspect transactions, decode contract calls, track gas prices, resolve ENS names, analyze token metadata, and detect whale transfers.
  • Security and Contract Inspection: Check token approvals, inspect smart contract standards, and identify potentially risky unlimited allowances for wallet addresses.

Quick Start

Use the evm skill to check the portfolio and token balances of the provided Ethereum wallet address.

Frequently Asked Questions about evm

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

FAQPage Schema
How do I check an Ethereum wallet balance and token holdings across multiple EVM chains?

To check an Ethereum wallet balance across multiple EVM chains, you can query wallet balances, ERC-20 holdings, and portfolio values across networks like Ethereum, BNB Chain, Base, Arbitrum, and Polygon instantly without custom tooling.

Can I analyze blockchain transactions and decode smart contract calls without an API key?

You can analyze blockchain transactions and decode smart contract calls without an API key by using public blockchain RPC access to inspect transactions and decode contract interactions directly.

Does this EVM data analysis tool work with Layer 2 networks like Arbitrum and zkSync?

This EVM data analysis tool works with Layer 2 networks including Arbitrum, zkSync, Optimism, and Base, allowing you to retrieve network metrics and wallet activity across these chains.

What is the best way to track gas prices and detect whale transfers on EVM blockchains?

The best way to track gas prices and detect whale transfers on EVM blockchains is by querying network metrics to monitor current gas prices and analyzing transaction data to identify large token transfers.

How do I check token approvals and identify risky unlimited allowances for a wallet address?

To check token approvals and identify risky unlimited allowances for a wallet address, you can inspect smart contract standards and security parameters to detect potentially unsafe token approvals.

Do I need Python to resolve ENS names and analyze ERC-20 token metadata?

You need a Python standard library execution environment to resolve ENS names and analyze ERC-20 token metadata, utilizing public blockchain RPC access for data retrieval.