A specialized toolset for managing, monitoring, and troubleshooting Ethereum execution layer nodes like Reth and Geth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install eth-node
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install eth-node using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Ethereum Node Administration skill provides a robust framework for developers and node operators to handle execution layer (EL) client operations with ease. By integrating this functionality into Openclaw Skills, users can automate the lifecycle of nodes, from initial startup with specific localhost bindings to real-time sync monitoring and peer management. This skill is designed to bridge the gap between complex CLI flags and streamlined agent-driven infrastructure, ensuring that your blockchain environment remains healthy and secure.
To get started, install your preferred Ethereum execution client. For macOS users, use the following commands:
# Install Geth
brew install geth
# Install Reth from source
cargo install reth --git https://github.com/paradigmxyz/reth --locked
Ensure that the binaries are available in your PATH so that they can be invoked by Openclaw Skills.
The skill interacts with the local filesystem and the Ethereum client's RPC interface using the following schema:
| Component | Type | Description |
|---|---|---|
| RPC Endpoint | URL | Default local access at http://localhost:8545 |
| Logs | File | Standardized redirection to reth.log or geth.log for auditing |
| Auth | File | jwt.hex for secure Engine API communication between EL and CL |
| Namespaces | String | Configurable access to eth, net, web3, admin, and debug APIs |
Loading
A robust command-line interface for managing KitchenOwl recipes, shopping lists, and household data.

A powerful interface to browse and execute over 1,000 generative AI models for media creation via fal.ai.

A powerful networking utility that leverages nmap to scan ports and identify active devices across various IP target formats.

A real-time port monitoring tool that cross-validates maritime data to provide accurate security, vessel, and weather insights.

A secure, read-only Ethereum query tool for inspecting blockchain state, balances, and contracts via RPC and Etherscan APIs.

A comprehensive toolset for deploying and managing full IPFS nodes, including content pinning, IPNS publishing, and gateway services.








































