一键导入
build-contract
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-to-end protocol build pipeline — contract development, testing, auditing, gas optimization, deployment, and dApp integration. Hybrid sequential/parallel execution.
Shows all available eth-agents skills with trigger phrases and usage examples.
Extracts a reusable skill pattern from the current session and saves it to user scope for automatic activation in future sessions.
Security vulnerability analysis for Solidity smart contracts. Runs static analysis, optional dynamic testing and formal verification.
Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution.
Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number.
| name | build-contract |
| description | Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract. |
| triggers | ["build a contract","create a contract","implement a smart contract","write a smart contract","build me a","create me a"] |
| agent | orchestrator |
| model | sonnet |
End-to-end pipeline for building a single smart contract from specification to production-ready code. Includes TDD loop, static security audit, and gas optimization.
eth_skill_start({ skill: "build-contract", totalPhases: 1 })contract-developer with the specificationauditor (--static)gas-optimizer (baseline snapshot)contract-developer with gas suggestionsgas-optimizer to confirm improvement (must show positive diff before continuing)eth_reset()"build a staking contract"
"create an ERC20 token with vesting"
"implement a multisig wallet"
"write a simple auction contract"
# Output:
- src/[ContractName].sol
- test/[ContractName].t.sol (or .test.ts)
- audit-summary.md (static findings)
- gas-report.md (before/after gas diff)