ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

etherlink

Etherlink blockchain interaction - EVM-compatible L2 on Tezos. Supports mainnet and shadownet testnet via MCP server. Use for balance checks, transactions, smart contracts, and token operations on Etherlink.

Why use this skill?

Integrate Etherlink into OpenClaw. Perform balance checks, contract calls, and transactions on the Tezos-based EVM-compatible L2 network.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/efekucuk/etherlink
Or

What This Skill Does

The etherlink skill empowers OpenClaw to interact seamlessly with Etherlink, an EVM-compatible Layer 2 blockchain built on Tezos. By integrating directly with the Etherlink RPC endpoints via an MCP server, the agent gains the ability to execute on-chain operations including checking account balances, reading data from smart contracts, and submitting transactions. This skill effectively bridges the gap between AI-driven natural language requests and the technical requirements of the Etherlink ecosystem.

Installation

To begin, ensure you have the etherlink MCP server installed in your local development environment. Follow these steps:

  1. Configure your Claude or OpenClaw MCP config file to include the etherlink entry, providing your EVM_PRIVATE_KEY for secure transaction signing.
  2. Install the skill via the OpenClaw CLI using: clawhub install openclaw/skills/skills/efekucuk/etherlink.
  3. Verify the installation by querying the latest block number to ensure connectivity to the RPC node.

Use Cases

  • Asset Management: Quickly check XTZ balances across multiple addresses without manually navigating a block explorer.
  • Contract Interaction: Perform complex contract calls such as querying balanceOf for tokens or interacting with DeFi protocols on Etherlink.
  • Transaction Execution: Automate the transfer of XTZ or token assets between accounts using natural language instructions.
  • Development Workflow: Streamline testing on the Shadownet by using the agent to fetch block data and debug transaction traces.

Example Prompts

  1. "Check the current XTZ balance for the address 0x71C7656EC7ab88b098defB751B7401B5f6d8976F on the mainnet."
  2. "Send 0.5 XTZ from my connected wallet to 0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC on the Etherlink shadownet."
  3. "Call the totalSupply function on the contract 0x82... on etherlink and tell me the result."

Tips & Limitations

  • Fee Strategy: Etherlink does not currently support EIP-1559. When constructing manual transactions, ensure you use legacy gas pricing parameters rather than fee market fields like maxFeePerGas.
  • Rate Limits: The public RPC nodes are capped at 1000 requests per minute. For high-volume production applications, it is recommended to host a private node.
  • Network Selection: Always specify your intended network, using either the network name or chain ID (42793 for Mainnet, 127823 for Shadownet) to avoid routing errors.

Metadata

Author@efekucuk
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-efekucuk-etherlink": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#blockchain#evm#tezos#l2#web3#etherlink#mcp
Safety Score: 3/5

Flags: network-access, external-api, code-execution