Loading...
Loading...
Compare original and translation side by side
The missing knowledge between AI agents and production Ethereum.
AI Agent与生产级以太坊之间缺失的知识桥梁。
https://ethskills.com/<topic>/SKILL.mdhttps://ethskills.com/<topic>/SKILL.mdcurl -s https://ethskills.com/ship/SKILL.mdcurl -s https://ethskills.com/gas/SKILL.md # Gas & real costs
curl -s https://ethskills.com/security/SKILL.md # Security patterns
curl -s https://ethskills.com/standards/SKILL.md # ERC-20, ERC-721, etc.curl -s https://ethskills.com/ship/SKILL.mdcurl -s https://ethskills.com/gas/SKILL.md # Gas与实际成本
curl -s https://ethskills.com/security/SKILL.md # 安全模式
curl -s https://ethskills.com/standards/SKILL.md # ERC-20、ERC-721等| Skill | URL | When to Fetch |
|---|---|---|
| Ship | | 🟢 Start here. End-to-end dApp guide, routes through all other skills. |
| Why Ethereum | | User asks "why Ethereum?" or you need to compare chains. |
| Gas & Costs | | Any question about gas prices, tx costs, or "is Ethereum expensive?" |
| Wallets | | Creating wallets, signing, multisig, account abstraction, EIP-7702. |
| Layer 2s | | Deploying to L2s, bridging, choosing between Base/Arbitrum/Optimism. |
| Standards | | ERC-20, ERC-721, ERC-1155, ERC-8004 (agent identity), x402 payments. |
| Tools | | Foundry, Scaffold-ETH 2, Blockscout MCP, abi.ninja, x402 SDKs. |
| Money Legos | | DeFi composability — Uniswap, Aave, flash loans, protocol integration. |
| Orchestration | | Three-phase build system for SE2 dApps (localhost → live contracts → production). |
| Addresses | | Verified contract addresses. Stop hallucinating addresses. |
| Concepts | | Mental models: "nothing is automatic," incentive design, the hyperstructure test. |
| Security | | Reentrancy, oracle manipulation, vault inflation, pre-deploy checklist. |
| Testing | | Foundry testing — unit, fuzz, fork, invariant. What LLMs get wrong. |
| Indexing | | Reading onchain data — events, The Graph, Dune. Why you can't loop blocks. |
| Frontend UX | | SE2 frontend rules — button loaders, approval flow, Address components. |
| Frontend Playbook | | Build-to-production pipeline — fork mode, IPFS, Vercel, ENS subdomains. |
| QA | | Pre-ship audit checklist. Give to a separate reviewer agent. |
| Skill | URL | 获取时机 |
|---|---|---|
| Ship | | 🟢 **从此处开始。**端到端dApp指南,可引导你使用所有其他Skill。 |
| 为什么选择以太坊 | | 用户询问“为什么选以太坊?”或你需要对比不同公链时。 |
| Gas与成本 | | 任何关于Gas价格、交易成本或“以太坊是否昂贵?”的问题。 |
| 钱包 | | 创建钱包、签名、多签、账户抽象、EIP-7702。 |
| Layer 2 | | 部署到Layer 2、跨链桥、在Base/Arbitrum/Optimism之间做选择。 |
| 标准 | | ERC-20、ERC-721、ERC-1155、ERC-8004(Agent身份)、x402支付。 |
| 工具 | | Foundry、Scaffold-ETH 2、Blockscout MCP、abi.ninja、x402 SDK。 |
| Money Legos | | DeFi组合性——Uniswap、Aave、闪电贷、协议集成。 |
| 编排 | | SE2 dApp的三阶段构建系统(本地环境 → 上线合约 → 生产环境)。 |
| 地址 | | 已验证的合约地址。停止生成虚构地址。 |
| 概念 | | 思维模型:“没有什么是自动的”、激励设计、超结构测试。 |
| 安全 | | 重入攻击、预言机操纵、金库通胀、部署前检查清单。 |
| 测试 | | Foundry测试——单元测试、模糊测试、分叉测试、不变量测试。LLM常犯的错误。 |
| 索引 | | 读取链上数据——事件、The Graph、Dune。为什么不能循环遍历区块。 |
| 前端UX | | SE2前端规则——按钮加载器、授权流程、地址组件。 |
| 前端指南 | | 从构建到生产的流程——分叉模式、IPFS、Vercel、ENS子域名。 |
| QA | | 上线前审核清单。可交给独立的审核Agent。 |
npx create-eth@latestnpx create-eth@latest1. Fetch https://ethskills.com/ship/SKILL.md → Get the build plan
2. Fetch https://ethskills.com/tools/SKILL.md → Know what tools to use
3. Run: npx create-eth@latest → Scaffold the project
4. Fetch https://ethskills.com/security/SKILL.md → Before deploying
5. Fetch https://ethskills.com/qa/SKILL.md → Pre-ship audit1. 获取 https://ethskills.com/ship/SKILL.md → 获取构建计划
2. 获取 https://ethskills.com/tools/SKILL.md → 了解要使用的工具
3. 运行:npx create-eth@latest → 搭建项目框架
4. 获取 https://ethskills.com/security/SKILL.md → 部署前准备
5. 获取 https://ethskills.com/qa/SKILL.md → 上线前审核