api-and-interface-desi…
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Analyze NFT projects for investment decisions — evaluate fundamentals, identify red flags, assess risk, and provide buy/hold/avoid recommendations
$ npx -y skills add kevinnft/ai-agent-skills --skill nft-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nft-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze NFT projects for investment decisions — evaluate fundamentals, identify red flags, assess risk, and provide buy/hold/avoid recommendations
name: nft-analysis description: Analyze NFT projects for investment decisions — evaluate fundamentals, identify red flags, assess risk, and provide buy/hold/avoid recommendations triggers: - analyze NFT project - should I buy this NFT - NFT investment analysis - is this NFT a good investment - NFT project evaluation - NFT due diligence origin: unknown source_license: see upstream language: en
Comprehensive framework for evaluating NFT projects and providing investment recommendations. Focuses on fundamentals, red flags, and risk assessment rather than speculation.
**Primary sources:**
**Key metrics:**
**CRITICAL: Check marketplace liquidity FIRST**
**Healthy patterns:**
**Death patterns:**
**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
**Critical red flags (avoid immediately):**
**Warning signs (proceed with caution):**
**Positive signals:**
**Calculate probability-weighted expected value:**
Scenarios: 1. Best case (5-10%): 3-10x gain 2. Most likely (70-80%): -50% to +50% 3. Worst case (10-20%): -90% to -100% Expected value = (P1 × Gain1) + (P2 × Gain2) + (P3 × Loss3) If EV < 0: AVOID If EV > 0 but high risk: CAUTION If EV > 0 and low risk: CONSIDER
**Risk levels:**
**Compare against:**
**Metrics to compare:**
**Criteria:**
**Example:** Blue-chip NFT during temporary dip
**Criteria:**
**Example:** Established project with delayed roadmap
**Criteria:**
**Example:** Project with $8 floor, no Discord, 95% down from peak
**Structure:** 1. Executive summary (BUY/HOLD/AVOID + one-line reason) 2. Current metrics (floor, volume, holders) 3. Chart analysis (pattern recognition) 4. Red flags and positive signals 5. Risk assessment (probability-weighted) 6. Comparison with similar projects 7. Final recommendation with reasoning
**Tone:**
191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.
Repo: kevinnft/ai-agent-skills
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze…
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test…
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to…
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend…
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure…