A high-performance interface for onchain investigation, providing deep access to Ethereum blockchain data via the Etherscan MCP.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install etherscan-mcp-skill
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 etherscan-mcp-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a streamlined interface for the Etherscan Model Context Protocol (MCP) using the uxc command-line tool. It enables developers and analysts to perform complex blockchain investigations, including address balance checks, historical token analysis, and contract source code inspection directly from their terminal or AI agent workflows. By integrating with Openclaw Skills, this tool simplifies the authentication and execution lifecycle of Ethereum data retrieval.
Users can leverage the Etherscan MCP Skill to automate data extraction for smart contract audits, security research, and decentralized finance (DeFi) analytics. The skill is designed with a help-first philosophy, ensuring users can inspect schemas and verify permissions before executing high-volume or tier-gated API calls.
Ensure you have an Etherscan API key and the uxc tool installed. Follow these steps to initialize the skill within Openclaw Skills:
# Configure authentication
uxc auth credential set etherscan-mcp --auth-type bearer --secret-env ETHERSCAN_API_KEY
# Add the auth binding
uxc auth binding add --id etherscan-mcp --host mcp.etherscan.io --path-prefix /mcp --scheme https --credential etherscan-mcp --priority 100
# Link the command for easy access
uxc link etherscan-mcp-cli https://mcp.etherscan.io/mcp
The skill interacts with the Etherscan MCP endpoint, returning structured JSON envelopes. The schema focuses on predictable fields for easier integration into automated Openclaw Skills workflows.
| Field | Description |
|---|---|
| ok | Boolean indicating request success |
| kind | The type of protocol response |
| protocol | MCP versioning information |
| data | The primary payload containing blockchain records |
| error | Detailed error messaging if 'ok' is false |
Specific tools like balanceERC20 return arrays of token data, while getContractAbi provides raw ABI strings.
Loading
A powerful tool for AI agents to discover, query, and visualize blockchain data directly from Dune Analytics.

A powerful tool to interact with GitHub repository documentation and get AI-grounded answers about codebases.

A high-performance bridge for AI agents to query live, version-accurate documentation for virtually any software library.

A comprehensive maintenance tool for the CLI Proxy API designed to handle secure image upgrades, configuration changes, and robust rollback procedures.

A robust interface for AI agents to interact with Linear's GraphQL API for issue management and team collaboration.

A secure interface for AI agents to interact with Notion workspaces using the Model Context Protocol and UXC CLI.








































