一键导入
deploy
Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution.
用 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.
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number.
| name | deploy |
| description | Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution. |
| triggers | ["deploy to","deploy this contract","ship to","deploy on","publish on","deploy contract","launch on"] |
| agent | orchestrator |
| model | sonnet |
Generates a deployment script for the target chain, presents it to the user for review, then executes it and verifies on Etherscan. Works with Foundry scripts or Hardhat Ignition.
Mainnet deployments always require explicit user confirmation. The pipeline halts after generating the script and resumes only after the user types "confirm" or "yes".
eth_skill_start({ skill: "deploy", totalPhases: 1 })deploy-engineer with target chain and contract to deploydeploy-engineer generates the deployment script and dry-runs it (no broadcast)deploy-engineer presents deploy plan + estimated gas cost to userdeploy-engineer executes the deployment and verifies on Etherscandeploy-engineer writes deployments/<chain-id>/<ContractName>.jsondapp-developer with the artifact path to update frontendeth_reset()"deploy to Sepolia"
"deploy the Vault contract to Arbitrum"
"ship the Token to Base mainnet"
"deploy on Polygon and update the frontend"
# Output:
- deployments/<chain-id>/<ContractName>.json
- Etherscan verification link
- Updated frontend integration (if dApp project detected)
Supported chains (auto-detected from user input):