# Send Etherlink Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "etherlink-skill",
    "name": "Etherlink Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/efekucuk/etherlink-skill",
    "canonicalUrl": "https://clawhub.ai/efekucuk/etherlink-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/etherlink-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=etherlink-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/test-connection.sh",
      "references/differences.md",
      "references/mcp-setup.md",
      "references/networks.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "etherlink-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T23:25:28.908Z",
      "expiresAt": "2026-05-09T23:25:28.908Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=etherlink-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=etherlink-skill",
        "contentDisposition": "attachment; filename=\"etherlink-skill-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "etherlink-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/etherlink-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/etherlink-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/etherlink-skill",
    "agentUrl": "https://openagent3.xyz/skills/etherlink-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/etherlink-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/etherlink-skill/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: efekucuk
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T23:25:28.908Z
- Expires at: 2026-05-09T23:25:28.908Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/etherlink-skill)
- [Send to Agent page](https://openagent3.xyz/skills/etherlink-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/etherlink-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/etherlink-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/etherlink-skill)