🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Etherlink Skill

by @efekucuk

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.

Versionv1.0.1
πŸ’‘ Examples

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
  • πŸ“‹ Tips & Best Practices

    "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.

    View on ClawHub
    TERMINAL
    clawhub install etherlink

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’