{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/etherlink-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=etherlink-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/test-connection.sh",
      "references/differences.md",
      "references/mcp-setup.md",
      "references/networks.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/etherlink-skill",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Etherlink Skill",
        "body": "Interact with Etherlink, an EVM-compatible L2 built on Tezos."
      },
      {
        "title": "1. Configure MCP Server",
        "body": "Add to your Claude/MCP config:\n\n{\n  \"mcpServers\": {\n    \"etherlink\": {\n      \"command\": \"bun\",\n      \"args\": [\"run\", \"/path/to/etherlink-mcp-server/src/index.ts\"],\n      \"env\": {\n        \"EVM_PRIVATE_KEY\": \"your-private-key-here\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "2. Select Network",
        "body": "Use network name or chain ID:\n\nMainnet: etherlink or 42793\nTestnet: etherlink-shadownet or 127823"
      },
      {
        "title": "Networks",
        "body": "NetworkChain IDRPCExplorerEtherlink Mainnet42793https://node.mainnet.etherlink.comhttps://explorer.etherlink.comEtherlink Shadownet127823https://node.shadownet.etherlink.comhttps://shadownet.explorer.etherlink.com\n\nNative Currency: XTZ (18 decimals)"
      },
      {
        "title": "Check Balance",
        "body": "Get balance for 0x... on etherlink"
      },
      {
        "title": "Send Transaction",
        "body": "Send 0.1 XTZ to 0x... on etherlink"
      },
      {
        "title": "Read Contract",
        "body": "Call balanceOf on contract 0x... for address 0x... on etherlink"
      },
      {
        "title": "Get Block Info",
        "body": "Get latest block on etherlink"
      },
      {
        "title": "Key Differences",
        "body": "Native Currency: XTZ (Tez), not ETH\nNo EIP-1559: Fee market not yet implemented - use legacy gas pricing\nBlock Hashes: Computed differently (can't verify from header alone)\nRate Limits: Public RPC limited to 1000 req/min"
      },
      {
        "title": "Supported Endpoints",
        "body": "✅ eth_blockNumber, eth_chainId, eth_getBalance\n✅ eth_call, eth_estimateGas, eth_gasPrice\n✅ eth_sendRawTransaction, eth_getLogs\n✅ debug_traceTransaction\n❌ eth_subscribe (experimental only)\n❌ Filter endpoints (eth_newFilter, etc.)"
      },
      {
        "title": "Tezos L1 Bridge",
        "body": "Etherlink bridges to Tezos L1 for deposits/withdrawals. Bridge operations require Tezos tooling. See Etherlink Docs for details."
      },
      {
        "title": "Testnet Faucet",
        "body": "Get testnet XTZ: https://shadownet.faucet.etherlink.com"
      },
      {
        "title": "Troubleshooting",
        "body": "\"Unsupported network\": Use correct network name (etherlink, etherlink-shadownet) or chain ID.\n\nRate limited: Public RPC has 1000 req/min limit. For production, run your own node.\n\nTransaction failing: No EIP-1559 - don't set maxFeePerGas/maxPriorityFeePerGas."
      },
      {
        "title": "Resources",
        "body": "Etherlink Docs\nBlock Explorer\nShadownet Explorer\nFaucet"
      }
    ],
    "body": "Etherlink Skill\n\nInteract with Etherlink, an EVM-compatible L2 built on Tezos.\n\nQuick Start\n1. Configure MCP Server\n\nAdd to your Claude/MCP config:\n\n{\n  \"mcpServers\": {\n    \"etherlink\": {\n      \"command\": \"bun\",\n      \"args\": [\"run\", \"/path/to/etherlink-mcp-server/src/index.ts\"],\n      \"env\": {\n        \"EVM_PRIVATE_KEY\": \"your-private-key-here\"\n      }\n    }\n  }\n}\n\n2. Select Network\n\nUse network name or chain ID:\n\nMainnet: etherlink or 42793\nTestnet: etherlink-shadownet or 127823\nNetworks\nNetwork\tChain ID\tRPC\tExplorer\nEtherlink Mainnet\t42793\thttps://node.mainnet.etherlink.com\thttps://explorer.etherlink.com\nEtherlink Shadownet\t127823\thttps://node.shadownet.etherlink.com\thttps://shadownet.explorer.etherlink.com\n\nNative Currency: XTZ (18 decimals)\n\nCommon Operations\nCheck Balance\nGet balance for 0x... on etherlink\n\nSend Transaction\nSend 0.1 XTZ to 0x... on etherlink\n\nRead Contract\nCall balanceOf on contract 0x... for address 0x... on etherlink\n\nGet Block Info\nGet latest block on etherlink\n\nEtherlink-Specific Notes\nKey Differences\nNative Currency: XTZ (Tez), not ETH\nNo EIP-1559: Fee market not yet implemented - use legacy gas pricing\nBlock Hashes: Computed differently (can't verify from header alone)\nRate Limits: Public RPC limited to 1000 req/min\nSupported Endpoints\n✅ eth_blockNumber, eth_chainId, eth_getBalance\n✅ eth_call, eth_estimateGas, eth_gasPrice\n✅ eth_sendRawTransaction, eth_getLogs\n✅ debug_traceTransaction\n❌ eth_subscribe (experimental only)\n❌ Filter endpoints (eth_newFilter, etc.)\nTezos L1 Bridge\n\nEtherlink bridges to Tezos L1 for deposits/withdrawals. Bridge operations require Tezos tooling. See Etherlink Docs for details.\n\nTestnet Faucet\n\nGet testnet XTZ: https://shadownet.faucet.etherlink.com\n\nTroubleshooting\n\n\"Unsupported network\": Use correct network name (etherlink, etherlink-shadownet) or chain ID.\n\nRate limited: Public RPC has 1000 req/min limit. For production, run your own node.\n\nTransaction failing: No EIP-1559 - don't set maxFeePerGas/maxPriorityFeePerGas.\n\nResources\nEtherlink Docs\nBlock Explorer\nShadownet Explorer\nFaucet"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/efekucuk/etherlink-skill",
    "publisherUrl": "https://clawhub.ai/efekucuk/etherlink-skill",
    "owner": "efekucuk",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}