Deploy Solidity contracts to MAINNET (or testnet) safely via the ChainGPT plugin. End-to-end: generate → audit → compile → estimate → build unsigned tx → user signs → verify on Etherscan. MAINNET is the default; the audit gate is mandatory for mainnet deploys. The plugin never holds private keys — the user signs externally via MetaMask / Rabby / hardware wallet / ERC-4337 smart account. Triggers: deploy contract, ship contract, deploy to mainnet, deploy to ethereum, deploy to base, deploy to bsc, verify contract, mainnet deploy, contract deployment.
$npx -y skills add chaingpt-org/chaingpt-claude-skill --skill deployInstalls into the current project.
Run `npx skills use "https://github.com/chaingpt-org/chaingpt-claude-skill" --skill "chaingpt-org/chaingpt-claude-skill/deploy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/chaingpt-org/chaingpt-claude-skill" that are relevant to the current task. Run `npx skills add "https://github.com/chaingpt-org/chaingpt-claude-skill"` and select the relevant skills, then follow their instructions.