plugins marketplace
← All plugins

nft-rarity-analyzer

v1.25.0

Analyze NFT rarity scores and valuations across collections

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/nft-rarity-analyzer/ inside the repository.

Layout

plugins/crypto/nft-rarity-analyzer/
├── .claude-plugin/plugin.json
└── skills/analyzing-nft-rarity/SKILL.md

Skills1

analyzing-nft-rarityskills/analyzing-nft-rarity/SKILL.md

Calculate NFT rarity scores and rank tokens by trait uniqueness. Use when analyzing NFT collections, checking token rarity, or comparing NFTs. Trigger with phrases like "check NFT rarity", "analyze collection", "rank tokens", "compare NFTs".

Manifests1

plugins/crypto/nft-rarity-analyzer/.claude-plugin/plugin.json
{
  "name": "nft-rarity-analyzer",
  "version": "1.25.0",
  "description": "Analyze NFT rarity scores and valuations across collections",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "nft",
    "rarity",
    "valuation",
    "traits",
    "opensea",
    "crypto"
  ]
}