contract-deployer

$npx mdskill add TermiX-official/cryptoclaw/contract-deployer

Deploys standard token contracts from templates when users need to create ERC20 or ERC721 tokens.

  • Helps users create fungible tokens or NFT collections with custom parameters like name and supply.
  • Integrates with blockchain tools for contract deployment, verification, reading, and gas estimation.
  • Decides actions by confirming parameters with users and warning about mainnet risks before execution.
  • Presents results by showing deployment details, gas costs, and verifying contracts on block explorers.

SKILL.md

.github/skills/contract-deployerView on GitHub ↗
---
name: contract-deployer
description: Deploy smart contracts (ERC20, ERC721) from templates.
metadata: { "cryptoclaw": { "emoji": "📜", "always": true } }
---

# 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 bytecode
- `is_contract` - Verify deployment
- `read_contract` - Read contract state
- `estimate_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

More from TermiX-official/cryptoclaw

SkillDescription
aave-bscInteract with Aave V3 lending protocol on BNB Smart Chain (BSC).
agent-identityRegister and manage on-chain AI agent identity via ERC-8004.
agentic-commerceCreate, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
binance-address-infoBinance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-market-rankBinance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
binance-meme-rushBinance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
binance-spotBinance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
binance-token-auditBinance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
binance-token-infoBinance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-trading-signalBinance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.