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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install etherlink-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install etherlink-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/etherlink-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: etherlink description: 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. tags: [blockchain, evm, tezos, l2, web3, etherlink, mcp] version: 1.0.0 ---
Interact with Etherlink, an EVM-compatible L2 built on Tezos.
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"
}
}
}
}
Use network name or chain ID:
etherlink or 42793etherlink-shadownet or 127823| Network | Chain ID | RPC | Explorer | |---------|----------|-----|----------| | Etherlink Mainnet | 42793 | https://node.mainnet.etherlink.com | https://explorer.etherlink.com | | Etherlink Shadownet | 127823 | https://node.shadownet.etherlink.com | https://shadownet.explorer.etherlink.com |
Native Currency: XTZ (18 decimals)
Get balance for 0x... on etherlink
Send 0.1 XTZ to 0x... on etherlink
Call balanceOf on contract 0x... for address 0x... on etherlink
Get latest block on etherlink
Etherlink bridges to Tezos L1 for deposits/withdrawals. Bridge operations require Tezos tooling. See Etherlink Docs for details.
Get testnet XTZ: https://shadownet.faucet.etherlink.com
"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.
安装 Etherlink Skill 后,可以对 AI 说这些话来触发它
Help me get started with Etherlink Skill
Explains what Etherlink Skill does, walks through the setup, and runs a quick demo based on your current project
Use Etherlink Skill to etherlink blockchain interaction - EVM-compatible L2 on Tezos
Invokes Etherlink Skill with the right parameters and returns the result directly in the conversation
What can I do with Etherlink Skill in my finance & investment workflow?
Lists the top use cases for Etherlink Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/etherlink-skill/ 目录(个人级,所有项目可用),或 .claude/skills/etherlink-skill/(项目级)。重启 AI 客户端后,用 /etherlink-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Etherlink Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Etherlink Skill 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Etherlink Skill
Identifies repetitive steps in your workflow and sets up Etherlink Skill to handle them automatically