nft-analysis

nft-analysis is a skill for Claude Code, Codex from kevinnft/ai-agent-skills. It costs 29 tokens per session (1,920 once invoked), scanned A, original, MIT.

A framework for researching NFT projects before making an investment decision. NFTs are unique blockchain-based tokens often representing digital items or membership rights.

In plain words
What is it for?
Use it to examine NFT prices, sales, holders, marketplace liquidity, contracts, project plans, and warning signs before deciding whether to buy or avoid a collection.
Why use it?
It focuses the review on project health, trading activity, team and community signals, and risks instead of speculation alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to examine NFT prices, sales, holders, marketplace liquidity, contracts, project plans, and warning signs before deciding whether to buy or avoid a collection.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinnft/ai-agent-skills/nft-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kevinnft/ai-agent-skills --skill nft-analysis
Clone the repo
git clone --depth 1 https://github.com/kevinnft/ai-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nft-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/nft-analysis/github.svg)](https://agentmods.dev/skills/kevinnft/ai-agent-skills/nft-analysis)
Your own site
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/nft-analysis"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/nft-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nft-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/nft-analysis"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/nft-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,920 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.01920
Opus 5 $0.00015 $0.00960
Sonnet 5 $0.00006 $0.00384
Haiku 4.5 $0.00003 $0.00192

Measured 7d ago against content hash 7a9602abc38c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nft-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/research/nft-analysis/SKILL.md · 240 lines

How it starts

The opening of the file, as written. The whole thing — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NFT Project Analysis

Comprehensive framework for evaluating NFT projects and providing investment recommendations. Focuses on fundamentals, red flags, and risk assessment rather than speculation.

When to Use

  • User asks to analyze an NFT collection
  • User asks "should I buy this NFT?"
  • User wants to evaluate NFT project health
  • User asks about NFT price trends or investment potential

Analysis Framework

1. Data Collection

Primary sources:

  • OpenSea (floor price, volume, holders, sales)
  • Blur, LooksRare, Rarible (alternative marketplaces)
  • Twitter (community size, engagement, updates)
  • Discord/Telegram (community activity, team presence)
  • Etherscan/blockchain explorer (contract, holder distribution)
  • Project website (roadmap, team, utility)

Key metrics:

  • Floor price (current + historical)
  • Trading volume (24h, 7d, 30d)
  • Total volume (all-time)
  • Unique holders
  • Total supply
  • Recent sales activity
  • Listed count (how many NFTs are listed for sale)
  • Marketplace presence (which platforms list the collection)
  • Social media followers
  • Community engagement

CRITICAL: Check marketplace liquidity FIRST

  • Verify NFT is actually listed on marketplaces (OpenSea, Blur, etc.)
  • Check on-chain holders count (0 holders = NFTs stuck in contract)
  • Verify contract is verified on block explorer
  • If zero marketplace presence + zero holders = DEAD MARKET (instant avoid)

2. Chart Pattern Recognition

Healthy patterns:

  • Gradual uptrend with consolidation zones
  • Higher lows, higher highs
  • Multiple horizontal support levels
  • Steady volume growth
  • Low volatility

Death patterns:

  • Pump & dump (sharp spike → crash)
  • Death spiral (continuous decline, no support)
  • Extreme volatility (0 → peak → 0 → peak → 0)
  • Declining volume
  • No consolidation zones

Example death chart:

Launch:  0.1 ETH  (accumulation)
Month 2: 0.5 ETH  (PUMP — 5x in days)
Month 3: 0.0 ETH  (CRASH — rug pull)
Month 4: 0.4 ETH  (dead cat bounce)
Month 5: 0.003 ETH (death spiral)

Pattern: TEXTBOOK RUG PULL

Read the full file on GitHub · 240 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 240 lines · 29 tokens per session scan A 7a9602abc38c

Subscribe to this mod's changes

nft-analysis is a skill published in the GitHub repository kevinnft/ai-agent-skills (14 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 1,920 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

follow-the-crypto

Trace cryptocurrency addresses and transactions on public blockchains using block explorers including Etherscan, Blockchair, mempool.space and Blockscout. Covers common-input clustering, ENS resolution, exchange deposit addresses, mixers, CoinJoin, Tornado-style pools, cross-chain bridges, and OFAC sanctions…

UseOSINT/Skills · 128 tokens

x402

Build internet-native payments with x402 - HTTP 402 for on-chain micropayments, no accounts or API keys. Use for paid APIs, paywalled content, agent payment flows, or per-call MCP tools. TypeScript, Python, and Go SDKs across EVM and Solana.

tenequm/skills · 63 tokens

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

sendaifun/skills · 57 tokens

meteora

Complete Meteora DeFi SDK suite for building liquidity pools, AMMs, bonding curves, vaults, token launches, and zap operations on Solana. Use when integrating DLMM, DAMM v2, DAMM v1, Dynamic Bonding Curves, Alpha Vaults, Zap, or Stake-for-Fee functionality.

sendaifun/skills · 69 tokens

dflow

Complete DFlow trading protocol SDK - the single source of truth for integrating DFlow on Solana. Covers spot trading, prediction markets, Swap API, Metadata API, WebSocket streaming, and all DFlow tools.

sendaifun/skills · 46 tokens

kamino

Complete guide for Kamino Finance - Solana's leading DeFi protocol for lending, borrowing, liquidity management, and leverage trading. Covers klend-sdk (lending), kliquidity-sdk (automated liquidity strategies), scope-sdk (oracle aggregator), multiply/leverage operations, vaults, and obligation orders.

sendaifun/skills · 65 tokens