Agent skill
contract-deployer
Deploy smart contracts (ERC20, ERC721) from templates.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/contract-deployer
Metadata
Additional technical details for this skill
- cryptoclaw
-
{ "emoji": "\ud83d\udcdc", "always": true }
SKILL.md
Contract Deployer Skill
Deploy smart contracts (ERC20, ERC721) from templates.
Overview
Help users deploy standard token contracts using pre-built templates and the write_contract tool.
Capabilities
- Deploy ERC20: Create a new fungible token with custom name, symbol, supply
- Deploy ERC721: Create a new NFT collection
- Verify deployment: Check deployed contract on block explorer
- Contract interaction: Read/write to deployed contracts
Tools Used
write_contract- Deploy contract bytecodeis_contract- Verify deploymentread_contract- Read contract stateestimate_gas- Estimate deployment cost
Security Rules
- ALWAYS show estimated deployment gas cost before executing
- ALWAYS confirm contract parameters (name, symbol, supply) with user
- Warn about mainnet deployments (suggest testnet first)
- Never deploy without explicit confirmation
Example Interactions
User: "Deploy an ERC20 token called MyCoin with 1M supply on BSC" Action: Show deployment parameters, gas estimate, confirm, deploy using ERC20 template
User: "Create an NFT collection on Polygon" Action: Collect name/symbol, show gas estimate, deploy ERC721 template
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?