Contract Deployer
Automatically deploys contracts across various platforms, streamlining legal processes and ensuring timely execution for efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add contract-deployer npx -- -y @trustedskills/contract-deployer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"contract-deployer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/contract-deployer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The contract-deployer skill automates the deployment of smart contracts to various blockchain networks. It handles compilation, transaction signing, and network interaction, simplifying the process for developers. This allows users to quickly deploy contracts without needing to manually manage each step.
When to use it
- Deploying a new ERC20 token contract to Ethereum mainnet or testnets.
- Automating the deployment of upgradeable smart contracts.
- Quickly deploying a simple DAO governance contract for testing purposes.
- Setting up infrastructure by deploying proxy and implementation contracts in sequence.
Key capabilities
- Smart contract compilation
- Transaction signing
- Blockchain network interaction
- Automated deployment sequences
Example prompts
- "Deploy the
MyToken.solcontract to Goerli testnet with constructor arguments 'My Token', 'MTK', and 1000000." - “Deploy the proxy and implementation contracts for my upgradeable token.”
- "Run the deployment script located at
/path/to/deployment_script.json Polygon mainnet."
Tips & gotchas
- Ensure you have sufficient gas available in your wallet to cover deployment costs, especially on mainnets.
- The skill requires appropriate blockchain network configuration and credentials (e.g., API keys, private keys).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.