Nft Standards

🌐Community
by wshobson · vlatest · Repository

This skill defines NFT standards (ERC-721, ERC-1155) for seamless integration and compatibility within your smart contracts.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nft-standards npx -- -y @trustedskills/nft-standards
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nft-standards": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nft-standards"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The nft-standards skill provides detailed information about Non-Fungible Token (NFT) standards, including ERC-721, ERC-1155, and others. It helps users understand the technical specifications, use cases, and differences between various NFT protocols on blockchain platforms like Ethereum.

When to use it

  • You're developing an NFT-based application and need guidance on which standard to implement.
  • You want to verify whether a specific NFT complies with a known standard.
  • You are researching the technical aspects of different NFT standards for educational or professional purposes.

Key capabilities

  • Detailed descriptions of major NFT standards (e.g., ERC-721, ERC-1155).
  • Comparison of features and use cases across different standards.
  • Information on compliance and implementation guidelines.

Example prompts

  • "What are the key differences between ERC-721 and ERC-1155?"
  • "How can I check if an NFT complies with the ERC-721 standard?"
  • "Explain the use cases for ERC-1155 in blockchain applications."

Tips & gotchas

  • Ensure you're using up-to-date information, as new standards may emerge or evolve over time.
  • This skill is best used alongside development tools or blockchain explorers to verify NFT compliance.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
wshobson
Installs
2.3k

🌐 Community

Passed automated security scans.