nft-mint

Automate NFT deployment, minting, transfers, and reads on EVM chains.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/consensus-hq/nft-mint-skill --skill nft-mint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nft-mint
Source: https://github.com/consensus-hq/nft-mint-skill/tree/main
Command: npx skills add https://github.com/consensus-hq/nft-mint-skill --skill nft-mint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

NFT management on Base and other EVM chains requires coordinating deployment, minting, transfers, and data reads across multiple tools. This Skill provides end-to-end capabilities for deploying NFT collections, minting tokens (single or batch, with optional URI), transferring, reading metadata, and handling approvals.

Core Features & Use Cases

  • Deploy ERC-721 collections on Base and other chains.
  • Mint NFTs (single, batch, or with custom metadata URI), transfer between wallets, and check balances/ownership.
  • Read collection info and token metadata, and manage approvals across networks.

Quick Start

Deploy a new NFT collection and mint initial tokens to a recipient.

Frequently Asked Questions about nft-mint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy and mint an ERC-721 NFT collection on Base?

You can deploy and mint ERC-721 NFTs on Base by using Foundry tooling like cast and forge, which automates collection deployment and initial token minting to a specified recipient wallet.

Can I batch mint NFTs with custom metadata URIs across EVM chains?

Yes, you can batch mint NFTs with custom metadata URIs across Base and other EVM chains. The process automates single or batch minting while supporting transfers and reads across multiple networks.

Do I need Foundry and a signer setup to transfer ERC-721 tokens?

Yes, transferring ERC-721 tokens requires Foundry tooling like cast and forge along with a safe RPC URL and proper signer configuration for write operations. Safe signer setup is essential for executing secure transfers.

What is the best way to query NFT metadata and check ownership on Base?

The best way to query NFT metadata and check ownership on Base is by using automated read functions to retrieve collection information, token metadata, balances, and ownership data without requiring a signer.

Does this NFT minting approach support managing approvals across multiple networks?

Yes, this approach supports managing approvals across multiple networks. It handles read operations for collection info and token metadata alongside approval management across Base and other EVM chains.

Why do I need a safe RPC URL for deploying NFT collections?

A safe RPC URL is required for deploying NFT collections because write operations such as deployment, minting, and transfers require secure signer configuration to authorize transactions safely across EVM chains.