원클릭으로
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):