Overview
- Skill Key
- efekucuk/etherlink
- Author
- efekucuk
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/efekucuk/etherlink
- Latest Commit SHA
- b44a2f0221860f4528c58aede12e9322754cf919
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 etherlink 技能。 若已安装,则直接安装 etherlink 技能。
# Etherlink Skill
Interact with [Etherlink](https://etherlink.com), an EVM-compatible L2 built on Tezos.
## Quick Start
### 1. Configure MCP Server
Add to your Claude/MCP config:
```json
{
"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
| 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)
## Common Operations
### 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
```
## Etherlink-Specific Notes
### Key Differences
1. **Native Currency**: XTZ (Tez), not ETH
2. **No EIP-1559**: Fee market not yet implemented - use legacy gas pricing
3. **Block Hashes**: Computed differently (can't verify from header alone)
4. **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](https://docs.etherlink.com/building-on-etherlink/bridging) for details.
## Testnet Fau...
# Openclaw Etherlink Skill 🤖 A [ClawdHub](https://clawdhub.com) skill for interacting with **Etherlink** - an EVM-compatible Layer 2 blockchain built on Tezos. ## What's Included - `SKILL.md` - Agent instructions for Etherlink operations - `references/networks.md` - Network configs, RPC endpoints, MetaMask setup - `references/differences.md` - How Etherlink differs from standard EVM chains - `references/mcp-setup.md` - MCP server configuration guide - `scripts/test-connection.sh` - Quick RPC health check ## Networks | Network | Chain ID | RPC | Explorer | |---------|----------|-----|----------| | Mainnet | 42793 | https://node.mainnet.etherlink.com | [explorer.etherlink.com](https://explorer.etherlink.com) | | Shadownet Testnet | 127823 | https://node.shadownet.etherlink.com | [shadownet.explorer.etherlink.com](https://shadownet.explorer.etherlink.com) | **Native Currency:** XTZ (18 decimals) ## Installation ### Via ClawdHub ```bash clawdhub install etherlink
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.