Deploy Contracts
Automates smart contract deployment to specified networks using provided configuration files and addresses.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add deploy-contracts npx -- -y @trustedskills/deploy-contracts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"deploy-contracts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/deploy-contracts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The deploy-contracts skill allows an AI agent to deploy smart contracts to the Aptos blockchain. It automates the process of compiling contract code and submitting transactions to the network, simplifying development workflows. This includes handling necessary configurations and interacting with the Aptos node for successful deployment.
When to use it
- Automated Contract Deployment: Quickly deploy new versions of smart contracts without manual steps.
- Testing on Testnet: Easily deploy contracts to the Aptos test network for testing purposes.
- DevOps Integration: Integrate contract deployments into automated build and release pipelines.
- Rapid Prototyping: Accelerate experimentation by rapidly deploying and iterating on smart contract code.
Key capabilities
- Contract compilation
- Transaction submission to the Aptos blockchain
- Configuration management for deployment parameters
- Interaction with an Aptos node
Example prompts
- "Deploy the 'token' contract from my local directory."
- "Deploy the latest version of the 'escrow' contract to the testnet."
- "Can you deploy this smart contract code?" (followed by pasting the contract source)
Tips & gotchas
- Requires access to an Aptos node, either a local instance or a public endpoint.
- Ensure your agent has sufficient permissions and funds in its account for deployment.
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.