Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -36% | 0% |
NFT rarity analysis skill that:
OPENSEA_API_KEY for higher rate limitsALCHEMY_API_KEY for direct metadata fetchingbashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py collection boredapeyachtclub
Options:
--limit 500: Fetch more tokens for analysis--top 50: Show top 50 tokens--traits: Include trait distribution--rarest: Show rarest traits--algorithm [statistical|rarity_score|average|information]bashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py token pudgypenguins 1234 # port 1234 - example/test
bashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py compare azuki 1234,5678,9012 # 5678: 1234: 9012 = configured value
bashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py traits doodles
JSON:
bashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py export coolcats > rankings.json
CSV:
bashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py export coolcats --format csv > rankings.csv
bashcd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py cache --list cd ${CLAUDE_SKILL_DIR}/scripts && python3 rarity_analyzer.py cache --clear
| Algorithm | Description | Best For | |-----------|-------------|----------| | rarity_score | Sum of 1/frequency (default) | General use, matches rarity.tools | | statistical | Same as rarity_score | Backward compatibility | | average | Mean of trait rarities | Balanced scoring | | information | Entropy-based (-log2) | Information theory approach |
Works with any ERC-721/ERC-1155 collection that has:
See ${CLAUDE_SKILL_DIR}/references/errors.md for:
See ${CLAUDE_SKILL_DIR}/references/examples.md for:
Other measured skills in the registry, with their headline benchmark lift.