ethereum

Automate Ethereum operations for balances, ETH transfers, and contract calls.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/tokamak-network/eth-nanobot --skill ethereum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ethereum
Source: https://github.com/tokamak-network/eth-nanobot/tree/main/nanobot/skills/ethereum
Command: npx skills add https://github.com/tokamak-network/eth-nanobot --skill ethereum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Ethereum blockchain operations manually can be complex, error-prone, and time-consuming when you need to check balances, send funds, or interact with smart contracts across multiple accounts.

Core Features & Use Cases

  • Check ETH and ERC20/ERC721 token balances for one or more accounts
  • Send ETH or perform contract calls and transactions across a multi-account HD wallet
  • Query blocks, transactions, and manage a contract registry by name for easier interaction

Quick Start

Ask the assistant to check an Ethereum balance or transfer ETH for a specific account.

Frequently Asked Questions about ethereum

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

FAQPage Schema
How do I check Ethereum balances for multiple accounts?

To check Ethereum balances across multiple accounts, you can query ETH and ERC20 or ERC721 token balances using simple commands. This Skill automates balance retrieval for multi-account HD wallets, eliminating manual checks.

Can I send ETH and invoke smart contract methods automatically?

Yes, you can send ETH and invoke smart contract methods automatically. The Skill supports sending ETH, performing contract calls, and executing transactions across a multi-account HD wallet.

How do I manage smart contracts without copying ABIs every time?

You manage smart contracts without copying ABIs every time by using the contract registry feature. The Skill allows you to register contracts by name and ABI, enabling easier interaction for future calls and transactions.

What is needed to query Ethereum blocks and transactions?

To query Ethereum blocks and transactions, you need an HD wallet setup and the specific transaction or block identifier. The Skill automates querying block data and retrieving transaction details via simple commands.

Does this approach support ERC20 and ERC721 token management?

Yes, this approach supports ERC20 and ERC721 token management. You can check token balances, invoke contract methods, and execute token transactions across your accounts using the integrated multi-account wallet functionality.