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, transfers, and smart contract calls on the EVM-compatible Tezos L2 network via MCP.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/efekucuk/etherlink-skillWhat This Skill Does
The etherlink skill empowers OpenClaw to interact seamlessly with Etherlink, an EVM-compatible Layer 2 blockchain built on Tezos. This skill bridges the gap between natural language commands and blockchain operations, allowing you to check balances, transfer XTZ, execute smart contract calls, and retrieve on-chain data directly through the agent. By leveraging the MCP (Model Context Protocol) architecture, the skill provides a secure and standardized interface for connecting your local environment to both the Etherlink Mainnet and the Shadownet testnet, handling EVM transaction signing and RPC communication on your behalf.
Installation
To integrate this skill, ensure you have the OpenClaw environment set up. Run the following command in your terminal: clawhub install openclaw/skills/skills/efekucuk/etherlink-skill. After installation, you must configure the MCP server by adding the configuration block to your Claude or OpenClaw configuration file. Ensure you provide your EVM_PRIVATE_KEY in the environment variables, as this is required to sign transactions. Always use a secure environment and never commit your private keys to version control systems.
Use Cases
This skill is ideal for developers and power users who need to manage assets or deploy smart contracts on an L2 environment. Use it to automate balance monitoring, facilitate recurring payments in XTZ, interact with decentralized applications (dApps) by querying smart contract state, and perform rapid debugging during development on the Shadownet. It streamlines the workflow for developers who prefer conversational interfaces over manual CLI tools or heavy web explorers.
Example Prompts
- "Check the current balance of address 0x71C7656... on the etherlink mainnet."
- "Send 5 XTZ from my wallet to 0x123... on the etherlink-shadownet."
- "Call the balanceOf function for contract 0xabc... to see how many tokens address 0xdef... holds on etherlink."
Tips & Limitations
Etherlink is distinct because it uses XTZ as its native currency and does not currently support EIP-1559 gas pricing. When configuring transactions, avoid setting maxFeePerGas or maxPriorityFeePerGas, as the network requires legacy gas pricing. Public RPCs are limited to 1000 requests per minute, so if you are building high-volume applications, consider running your own node. Additionally, note that bridging assets between Tezos L1 and Etherlink is handled via separate bridge protocols, which require specific Tezos tooling beyond this EVM-focused skill.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-efekucuk-etherlink-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
placed
Complete Placed career platform integration — resume builder, interview coach, job tracker, ATS checker, cover letter generator, LinkedIn optimizer, and salary tools. Use when the user wants to build or manage resumes, practice interviews, track job applications, optimize resumes for ATS, generate cover letters, research companies, or get salary insights via placed.exidian.tech.
xpoz-social-search
Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.
Zerion Api Skill
Skill by abishekdharshan
Agent News API
A set of free and premium AI enriched global news streams for agents, provided by agentnewsapi.com. Powered by $ANA on Solana.
okx-dex-swap
Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.