·token-minter
!

token-minter

kukapay/crypto-skills

Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions.

8Installs·0Trend·@kukapay

Installation

$npx skills add https://github.com/kukapay/crypto-skills --skill token-minter

SKILL.md

This skill enables users to create custom ERC20 tokens by collecting parameters, generating Solidity code, setting up a Foundry project, building the contract, and deploying to a target EVM network.

Step 1: Collect Information Collect the following parameters from the user:

Step 2: Generate ERC20 Contract Use the provided script to generate the ERC20 contract code based on user parameters.

Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions. Source: kukapay/crypto-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kukapay/crypto-skills --skill token-minter
Category
!Security
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is token-minter?

Generate, build, and deploy custom ERC20 tokens on EVM networks. Use when users want to create and deploy their own ERC20 tokens with custom parameters like name, symbol, decimals, and initial supply. Supports deployment to various networks including Sepolia testnet and requires Foundry (forge/cast) for blockchain interactions. Source: kukapay/crypto-skills.

How do I install token-minter?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kukapay/crypto-skills --skill token-minter Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kukapay/crypto-skills