Skills nft-standards
🖼️

nft-standards

Safe 🌐 Network access📁 Filesystem access⚡ Contains scripts⚙️ External commands

Implement NFT standards with ERC-721 and ERC-1155

NFT builders need clear guidance on standards, metadata, and minting. This skill gives practical patterns for ERC-721, ERC-1155, and marketplace readiness.

Supports: Claude Codex Code(CC)
📊 69 Adequate
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "nft-standards". Help me design an ERC-1155 game item set with three item types and supply limits.

Expected outcome:

  • Use fixed token IDs per item type to enable batch minting.
  • Set max supply per ID and enforce it in mint functions.
  • Host metadata at ipfs://.../{id}.json with clear attributes for rarity and power.

Using "nft-standards". What is the difference between ERC-721 and ERC-1155 for a gamingNFT project?

Expected outcome:

  • ERC-721 treats each token as unique, ideal for one-of-one collectibles.
  • ERC-1155 supports multiple quantities of the same item type, efficient for gaming.
  • ERC-1155 reduces gas costs for batch transfers of multiple item types.

Using "nft-standards". How do I implement royalties that marketplaces will respect?

Expected outcome:

  • Implement EIP-2981 royalty interface for marketplace compliance.
  • Set royalty fee between 2.5% and 10% for standard marketplace support.
  • Use OpenZeppelin ERC2981RoyaltyUI for frontend royalty display.

Security Audit

Safe
v4 • 1/17/2026

This skill contains only markdown documentation (SKILL.md) and JSON configuration files (skill-report.json). No executable code, scripts, network calls, filesystem access beyond its own files, or environment variable reads are present. All 50 static findings are false positives triggered by example Solidity code blocks in documentation. The flagged patterns (C2 keywords, weak crypto, dynamic require, shell backticks) are standard blockchain terminology and documentation formatting, not security threats. Users are not exposed to any data theft, code execution, or privacy risks.

2
Files scanned
557
Lines analyzed
4
findings
4
Total audits
Audited by: claude View Audit History →

Quality Score

38
Architecture
100
Maintainability
85
Content
22
Community
100
Security
91
Spec Compliance

What You Can Build

Select a token standard

Compare ERC-721 and ERC-1155 for a new collection and choose the right model.

Design metadata schema

Define fields that display correctly across major NFT marketplaces and wallets.

Plan multi-token items

Set ERC-1155 item IDs, supplies, and mint rules for game assets.

Try These Prompts

Choose ERC standard
Recommend ERC-721 or ERC-1155 for a 5,000 item art drop and explain tradeoffs.
Metadata checklist
List required and optional metadata fields for NFT JSON and note best practices for images and attributes.
Royalties policy
Explain how to implement EIP-2981 royalties and suggest a safe fee cap.
Dynamic NFT design
Outline a dynamic NFT approach that updates metadata based on on-chain state changes.

Best Practices

  • Use OpenZeppelin base contracts for standards compliance
  • Keep metadata consistent and pinned on IPFS
  • Document mint limits and royalty settings

Avoid

  • Mixing ERC-721 and ERC-1155 without a clear need
  • Changing metadata without a disclosure policy
  • Storing large assets fully on-chain without cost justification

Frequently Asked Questions

Is this compatible with Claude, Codex, and Claude Code?
Yes. It provides guidance and examples that work with Claude, Codex, and Claude Code.
What are the limits of this skill?
It does not deploy contracts, run transactions, or audit your code.
Does it integrate with marketplace APIs?
No. It explains standards and metadata, but it does not call marketplace services.
Does it access my files or keys?
No. It is static guidance and does not access local files or credentials.
How do I troubleshoot missing metadata display?
Verify tokenURI format, JSON fields, and IPFS pinning status.
How does it compare to a full audit tool?
It offers design guidance only, not automated testing or formal security review.

Developer Details

File structure

📄 SKILL.md