End-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging from Ethereum, and debugging with mega-evme. Use when building on MegaETH, managing wallets, sending transactions, or deploying contracts.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install megaeth-ai-developer-skills或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install megaeth-ai-developer-skills⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/megaeth-ai-developer-skills/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: megaeth-developer description: End-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging from Ethereum, and debugging with mega-evme. Use when building on MegaETH, managing wallets, sending transactions, or deploying contracts. ---
Use this Skill when the user asks for:
| Network | Chain ID | RPC | Explorer | |---------|----------|-----|----------| | Mainnet | 4326 | https://mainnet.megaeth.com/rpc | https://mega.etherscan.io | | Testnet | 6343 | https://carrot.megaeth.com/rpc | https://megaeth-testnet-v2.blockscout.com |
eth_sendRawTransactionSync (EIP-7966) — returns receipt in <10mseth_getTransactionReceiptaggregate3) for batching multiple eth_call requestseth_call is 2-10x faster; Multicall amortizes per-RPC overheadeth_getLogs) with fast ones in same requestNote: Earlier guidance recommended JSON-RPC batching over Multicall for caching benefits. With v2.0.14's performance improvements, Multicall is now preferred.
eth_chainId every 30 secondsminiBlocks subscription for real-time dataeth_maxPriorityFeePerGas (returns 0)eth_estimateGas (MegaEVM costs differ from standard EVM)eth_sendRawTransactionSync → done--skip-simulationAlways be explicit about:
When implementing changes, provide:
安装 Megaeth Developer 后,可以对 AI 说这些话来触发它
Help me get started with Megaeth Developer
Explains what Megaeth Developer does, walks through the setup, and runs a quick demo based on your current project
Use Megaeth Developer to end-to-end MegaETH development playbook (Feb 2026)
Invokes Megaeth Developer with the right parameters and returns the result directly in the conversation
What can I do with Megaeth Developer in my developer & devops workflow?
Lists the top use cases for Megaeth Developer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/megaeth-ai-developer-skills/ 目录(个人级,所有项目可用),或 .claude/skills/megaeth-ai-developer-skills/(项目级)。重启 AI 客户端后,用 /megaeth-ai-developer-skills 主动调用,或让 AI 根据上下文自动发现并使用。
Megaeth Developer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Megaeth Developer 可免费安装使用。请查阅仓库了解许可证信息。
End-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging from Ethereum, and debugging with mega-evme. Use when building on MegaETH, managing wallets, sending transactions, or deploying contracts.
Automate my developer & devops tasks using Megaeth Developer
Identifies repetitive steps in your workflow and sets up Megaeth Developer to handle them automatically
Megaeth Developer 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。