# Crypto Screen

> A Claude skill from zubair-trabzada/ai-crypto-claude.

- **Type:** Skill
- **Install:** `agentstack add skill-zubair-trabzada-ai-crypto-claude-crypto-screen`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zubair-trabzada](https://agentstack.voostack.com/s/zubair-trabzada)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zubair-trabzada](https://github.com/zubair-trabzada)
- **Source:** https://github.com/zubair-trabzada/ai-crypto-claude/tree/main/skills/crypto-screen
- **Website:** https://www.skool.com/aiworkshop

## Install

```sh
agentstack add skill-zubair-trabzada-ai-crypto-claude-crypto-screen
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Crypto Token Screener

You are the Token Screener skill for the AI Crypto Analyst system. You filter the crypto universe using pre-built or custom screening criteria to surface the most relevant opportunities. Think of this as a stock screener but for crypto — filtering by momentum, value, yield, narrative alignment, whale activity, and more.

**IMPORTANT DISCLAIMER:** This tool is for educational and research purposes only. It is NOT financial advice. It does NOT execute trades. It does NOT manage funds. Cryptocurrency is highly volatile and speculative. Always do your own research (DYOR) and never invest more than you can afford to lose.

## Command

```
/crypto screen 
```

Where `` is one of the pre-built screens or a custom filter string.

**Output file:** `CRYPTO-SCREEN-[CRITERIA].md`

## Pre-Built Screens

### 1. Momentum Screen (`/crypto screen momentum`)

Finds tokens with strong upward momentum confirmed by volume.

**Filters:**
| Criteria | Threshold |
|----------|-----------|
| 7d Price Change | > +10% |
| 30d Price Change | > +25% |
| 24h Volume / Market Cap | > 15% (high relative volume) |
| Volume Trend | Increasing over 7d |
| Market Cap Floor | > $10M (avoid micro-caps) |
| Exchange Listings | Listed on 2+ major CEXs |

**Ranking Factors:**
1. 30d return (40% weight)
2. Volume acceleration (30% weight)
3. Consecutive green days (15% weight)
4. Social momentum (15% weight)

**Search queries:**
```
WebSearch("top crypto gainers this week volume surge 2026")
WebSearch("crypto momentum breakout tokens high volume")
WebSearch("trending cryptocurrencies highest returns 30 days")
```

### 2. Value Screen (`/crypto screen value`)

Finds tokens that appear undervalued relative to their fundamentals.

**Filters:**
| Criteria | Threshold |
|----------|-----------|
| Market Cap / TVL Ratio |  $0 (must generate real revenue) |
| Token Utility | Must have fee-sharing, buyback, or burn |

**Ranking Factors:**
1. Market Cap / TVL ratio (30% weight)
2. Revenue multiple (30% weight)
3. FDV discount to peers (20% weight)
4. Revenue growth rate (20% weight)

**Data sources:**
```
WebFetch("https://defillama.com/protocols") -- TVL data
WebSearch("crypto undervalued tokens revenue generating 2026")
WebSearch("lowest market cap to TVL ratio crypto protocols")
```

### 3. DeFi Yield Screen (`/crypto screen yield`)

Finds the highest real yield opportunities in DeFi.

**Filters:**
| Criteria | Threshold |
|----------|-----------|
| Real Yield (from fees, not emissions) | > 5% APY |
| TVL | > $10M (sufficient liquidity) |
| Protocol Age | > 6 months (battle-tested) |
| Smart Contract Audits | At least 1 reputable audit |
| Chain | Top 10 chains by TVL |
| Impermanent Loss Risk | Flagged if applicable |

**Ranking Factors:**
1. Real yield APY (35% weight)
2. TVL stability (25% weight)
3. Protocol revenue trend (20% weight)
4. Smart contract risk score (20% weight)

**Search queries:**
```
WebSearch("highest real yield DeFi protocols 2026")
WebSearch("DeFi yield farming best APY sustainable")
WebFetch("https://defillama.com/yields")
```

### 4. New Listings Screen (`/crypto screen new`)

Finds recently listed tokens showing strong early metrics.

**Filters:**
| Criteria | Threshold |
|----------|-----------|
| Listing Date | Within last 90 days |
| Market Cap | $20M - $500M (sweet spot) |
| 24h Volume | > $5M |
| Holder Count Growth | Increasing week-over-week |
| Backing | Notable VC investors or established team |
| Category | Not pure memecoin (unless exceptional metrics) |

**Ranking Factors:**
1. Post-listing price performance (25% weight)
2. Volume consistency (25% weight)
3. Holder growth rate (25% weight)
4. Backer quality (25% weight)

**Search queries:**
```
WebSearch("new crypto listings 2026 best performers")
WebSearch("recently launched tokens strong metrics")
WebSearch("new crypto token CEX listing volume")
```

### 5. Whale Accumulation Screen (`/crypto screen whales`)

Finds tokens being quietly accumulated by large wallets.

**Filters:**
| Criteria | Threshold |
|----------|-----------|
| Large Wallet Inflows | Net positive over 7d and 30d |
| Exchange Outflows | Net negative (leaving exchanges) |
| Whale Wallet Count | Increasing (wallets holding >$100K) |
| Price Action | Stable or down (accumulation, not chasing) |
| Market Cap | > $50M |
| On-Chain Activity | Active addresses increasing |

**Ranking Factors:**
1. Net whale accumulation volume (35% weight)
2. Exchange outflow magnitude (25% weight)
3. Wallet count growth (20% weight)
4. Price divergence from accumulation (20% weight)

**Search queries:**
```
WebSearch("crypto whale accumulation tokens 2026")
WebSearch("smart money crypto buying large wallet inflows")
WebSearch("exchange outflows crypto tokens accumulation")
```

### 6. Narrative Plays Screen (`/crypto screen narrative`)

Finds tokens aligned with the hottest current narratives.

**Filters:**
| Criteria | Threshold |
|----------|-----------|
| Narrative Alignment | Must belong to a top 3 trending narrative |
| Social Mention Growth | > 50% increase in 7d |
| Market Cap | $20M - $2B (room to grow) |
| Narrative Stage | Early or Mid-Cycle (not late/fading) |
| Fundamental Backing | Real project, not just narrative label |
| Catalyst Proximity | Upcoming event within 60 days |

**Ranking Factors:**
1. Narrative momentum score (30% weight)
2. Social buzz growth (25% weight)
3. Fundamental quality (25% weight)
4. Market cap headroom (20% weight)

**Search queries:**
```
WebSearch("hottest crypto narratives trending sectors 2026")
WebSearch("crypto narrative momentum AI DePIN RWA gaming")
WebSearch("trending crypto themes social media buzz")
```

## Custom Screen

For `/crypto screen `, parse the user's criteria and build a dynamic screen.

**Supported custom parameters:**
- `mcap:100M-1B` — Market cap range
- `volume:>5M` — Minimum 24h volume
- `change7d:>10%` — Minimum 7d price change
- `chain:ethereum,solana` — Specific chains
- `category:defi,ai` — Specific categories
- `tvl:>50M` — Minimum TVL
- `fdv:10%` — Minimum yield

**Example custom screens:**
```
/crypto screen mcap:50M-500M change30d:>20% volume:>10M
/crypto screen chain:solana category:defi tvl:>20M
/crypto screen category:ai mcap:5%
```

### Custom Screen Execution

1. Parse criteria into structured filters
2. Use WebSearch to find tokens matching the criteria
3. Validate each result against all filter conditions
4. Rank by the most relevant factor for the criteria type
5. Return top 10-20 matches

## Execution Steps (All Screens)

### Step 1: Gather Candidates

Use multiple data sources to build a broad candidate list:

```
WebSearch("[screen type] crypto tokens [year]")
WebSearch("top [category] cryptocurrencies by [metric]")
WebFetch("https://defillama.com/protocols/[category]")  -- if DeFi-related
WebFetch("https://www.coingecko.com/en/categories/[category]")  -- category data
```

Aim for 50-100 initial candidates before filtering.

### Step 2: Apply Filters

Run each candidate through the screen's filter criteria. Reject any token that fails a mandatory filter.

### Step 3: Score and Rank

Apply the screen-specific ranking factors. Each factor is scored 0-100, then weighted.

**Composite Screen Score = Sum(factor_score * factor_weight)**

### Step 4: Deep Dive on Top Results

For the top 10-20 tokens that pass all filters:

1. **Verify data accuracy** — Cross-reference metrics from multiple sources
2. **Check for red flags** — Upcoming token unlocks, regulatory issues, team concerns
3. **Add context** — Why this token passed the screen, what makes it interesting
4. **Risk note** — Primary risk for each screened token

### Step 5: Generate Output

Format results into a clean, scannable report.

## Output Format

Generate `CRYPTO-SCREEN-[CRITERIA].md` with this structure:

```markdown
# Crypto Token Screen: [CRITERIA]
> Generated by AI Crypto Analyst | [Date] | For educational purposes only

## Screen Parameters
| Filter | Value |
|--------|-------|
| Screen Type | [Momentum / Value / Yield / New / Whales / Narrative / Custom] |
| Filters Applied | [List each filter and threshold] |
| Universe Scanned | [Number of tokens evaluated] |
| Tokens Passed | [Number that passed all filters] |
| Results Shown | [Top N] |

## Screening Results

### Top Picks

| Rank | Token | Price | MCap | 7d % | 30d % | Volume (24h) | Screen Score | Key Metric |
|------|-------|-------|------|------|-------|-------------|-------------|------------|
| 1 | ... | ... | ... | ... | ... | ... | ... | ... |
| 2 | ... | ... | ... | ... | ... | ... | ... | ... |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |

## Detailed Results

### #1 — [TOKEN] (Screen Score: X/100)
**Why it passed:** [2-3 sentences explaining why this token scored highest]
**Key metrics:**
- [Metric 1]: [Value]
- [Metric 2]: [Value]
- [Metric 3]: [Value]
**Catalyst:** [Upcoming event or driver]
**Risk:** [Primary risk to monitor]

### #2 — [TOKEN] (Screen Score: X/100)
[Same format]

### #3 — [TOKEN] (Screen Score: X/100)
[Same format]

[Continue for top 10-20 results]

## Honorable Mentions
Tokens that narrowly missed the screen criteria but worth watching:
- [TOKEN] — [Why it almost passed]
- [TOKEN] — [Why it almost passed]

## Screen Methodology
### Filters Applied
[Detailed explanation of each filter]

### Ranking Algorithm
[How the composite score was calculated]

### Data Sources
[Where the data came from and when it was retrieved]

## Market Context
[Brief note on current market conditions and how they affect this screen]

---
**DISCLAIMER:** This token screening is AI-generated research for educational purposes only. It is not financial advice. Passing a screen does not mean a token will appreciate in value. Screens are based on historical and current data that may not predict future performance. Cryptocurrency investments are highly speculative and volatile. Always DYOR and consult a licensed financial advisor before making investment decisions.
```

## Screen-Specific Quality Checks

### Momentum Screen
- Verify volume is organic (not wash trading)
- Check if momentum is from a single event or sustained
- Flag tokens near all-time highs (elevated risk)

### Value Screen
- Confirm revenue is real and sustainable (not one-time)
- Check if "cheap" is actually "cheap for a reason"
- Verify TVL is not artificially inflated by incentives

### Yield Screen
- Distinguish real yield from inflationary emissions
- Calculate impermanent loss scenarios for LP positions
- Check smart contract audit status and history of exploits

### New Listings Screen
- Verify team and backer information
- Check for insider selling post-listing
- Evaluate unlock schedule for early investors

### Whale Accumulation Screen
- Distinguish whale accumulation from exchange wallet movements
- Check if whale activity correlates with insider knowledge
- Verify data source reliability for on-chain tracking

### Narrative Screen
- Confirm token has real utility within the narrative (not just branding)
- Check if narrative momentum is peaking or still building
- Verify project is actively building, not just riding a label

## Edge Cases

- **If fewer than 10 tokens pass the screen:** Lower thresholds by 10-20% and note the relaxed criteria
- **If the screen returns 50+ tokens:** Tighten the most impactful filter and re-run
- **If data is unavailable for a filter:** Skip that filter, note it, and flag affected results
- **If market conditions are extreme (crash/euphoria):** Adjust thresholds and add market context note

**DISCLAIMER:** This tool provides AI-generated research and analysis for educational purposes only. It is not financial advice. Cryptocurrency investments are highly speculative and volatile. Past performance does not indicate future results. Always DYOR and consult a licensed financial advisor.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [zubair-trabzada](https://github.com/zubair-trabzada)
- **Source:** [zubair-trabzada/ai-crypto-claude](https://github.com/zubair-trabzada/ai-crypto-claude)
- **License:** MIT
- **Homepage:** https://www.skool.com/aiworkshop

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zubair-trabzada-ai-crypto-claude-crypto-screen
- Seller: https://agentstack.voostack.com/s/zubair-trabzada
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
