โ† All skills
Tencent SkillHub ยท Developer Tools

Etherlink Skill

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/test-connection.sh, references/differences.md, references/mcp-setup.md, references/networks.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Etherlink Skill

Interact with Etherlink, an EVM-compatible L2 built on Tezos.

1. Configure MCP Server

Add to your Claude/MCP config: { "mcpServers": { "etherlink": { "command": "bun", "args": ["run", "/path/to/etherlink-mcp-server/src/index.ts"], "env": { "EVM_PRIVATE_KEY": "your-private-key-here" } } } }

2. Select Network

Use network name or chain ID: Mainnet: etherlink or 42793 Testnet: etherlink-shadownet or 127823

Networks

NetworkChain IDRPCExplorerEtherlink Mainnet42793https://node.mainnet.etherlink.comhttps://explorer.etherlink.comEtherlink Shadownet127823https://node.shadownet.etherlink.comhttps://shadownet.explorer.etherlink.com Native Currency: XTZ (18 decimals)

Check Balance

Get balance for 0x... on etherlink

Send Transaction

Send 0.1 XTZ to 0x... on etherlink

Read Contract

Call balanceOf on contract 0x... for address 0x... on etherlink

Get Block Info

Get latest block on etherlink

Key Differences

Native Currency: XTZ (Tez), not ETH No EIP-1559: Fee market not yet implemented - use legacy gas pricing Block Hashes: Computed differently (can't verify from header alone) Rate Limits: Public RPC limited to 1000 req/min

Supported Endpoints

โœ… eth_blockNumber, eth_chainId, eth_getBalance โœ… eth_call, eth_estimateGas, eth_gasPrice โœ… eth_sendRawTransaction, eth_getLogs โœ… debug_traceTransaction โŒ eth_subscribe (experimental only) โŒ Filter endpoints (eth_newFilter, etc.)

Tezos L1 Bridge

Etherlink bridges to Tezos L1 for deposits/withdrawals. Bridge operations require Tezos tooling. See Etherlink Docs for details.

Testnet Faucet

Get testnet XTZ: https://shadownet.faucet.etherlink.com

Troubleshooting

"Unsupported network": Use correct network name (etherlink, etherlink-shadownet) or chain ID. Rate limited: Public RPC has 1000 req/min limit. For production, run your own node. Transaction failing: No EIP-1559 - don't set maxFeePerGas/maxPriorityFeePerGas.

Resources

Etherlink Docs Block Explorer Shadownet Explorer Faucet

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/differences.md Docs
  • references/mcp-setup.md Docs
  • references/networks.md Docs
  • scripts/test-connection.sh Scripts