A ClawdHub skill for interacting with Etherlink - an EVM-compatible Layer 2 blockchain built on Tezos.
SKILL.md- Agent instructions for Etherlink operationsreferences/networks.md- Network configs, RPC endpoints, MetaMask setupreferences/differences.md- How Etherlink differs from standard EVM chainsreferences/mcp-setup.md- MCP server configuration guidescripts/test-connection.sh- Quick RPC health check
| Network | Chain ID | RPC | Explorer |
|---|---|---|---|
| Mainnet | 42793 | https://node.mainnet.etherlink.com | explorer.etherlink.com |
| Shadownet Testnet | 127823 | https://node.shadownet.etherlink.com | shadownet.explorer.etherlink.com |
Native Currency: XTZ (18 decimals)
clawdhub install etherlinkClone this repo into your skills directory.
This skill works with the etherlink-mcp-server. Configure the MCP server, then use natural language:
- "Get balance for 0x... on etherlink"
- "Send 0.1 XTZ to 0x... on etherlink"
- "Call balanceOf on contract 0x... on etherlink"
Get free testnet XTZ: https://shadownet.faucet.etherlink.com
MIT