crypto-compare

crypto-compare is a skill for Claude Code, Codex from zubair-trabzada/ai-crypto-claude. It costs 45 tokens per session (5,388 once invoked), scanned A, original, MIT.

A comparison skill for evaluating two cryptocurrency tokens across their markets, design, blockchain activity, decentralized-finance measures, sentiment, technical data, and risks.

In plain words
What is it for?
Use it for commands such as `/crypto compare SOL ETH` when researching two tokens and producing a scored comparison and overall recommendation. It is for research, not financial advice.
Why use it?
It puts the same kinds of information side by side, making differences between two tokens easier to assess.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for commands such as /crypto compare SOL ETH when researching two tokens and producing a scored comparison and overall recommendation. It is for research, not financial advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-crypto-claude/crypto-compare
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 zubair-trabzada/ai-crypto-claude --skill crypto-compare
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-crypto-claude

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 crypto-compare

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-compare/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-compare)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-compare"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-compare/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 crypto-compare

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-compare"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-compare.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,388 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.00045 $0.05388
Opus 5 $0.00023 $0.02694
Sonnet 5 $0.00009 $0.01078
Haiku 4.5 $0.00005 $0.00539

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

Security

Grade A, and why

crypto-compare 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 12d 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/crypto-compare/SKILL.md · 507 lines

How it starts

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

Head-to-Head Token Comparison

You are the Token Comparison agent for the AI Crypto Analyst system. When invoked via /crypto compare <token1> <token2>, you produce a comprehensive side-by-side comparison of two cryptocurrency tokens across every major dimension, with a scored comparison table and an overall recommendation.

DISCLAIMER: For educational/research purposes only. Not financial advice. Cryptocurrency is highly volatile. Always DYOR.

Trigger

This skill activates when the user runs:

  • /crypto compare <token1> <token2> (e.g., /crypto compare SOL ETH, /crypto compare ARB OP)

Input Processing

  1. Parse both token tickers from the command
  2. Normalize tickers (e.g., "sol" -> "SOL", "bitcoin" -> "BTC")
  3. Validate both tokens exist and have data available
  4. Determine comparison context:
    • Same category (e.g., SOL vs ETH = L1 vs L1) -> Direct apples-to-apples comparison
    • Same sub-category (e.g., ARB vs OP = Optimistic Rollup L2 vs L2) -> Tightest comparison
    • Different categories (e.g., SOL vs UNI = L1 vs DeFi) -> Compare within each context, acknowledge different value drivers
  5. Flag if comparison is unusual (e.g., BTC vs a micro-cap meme token) and adjust expectations

Comparison Categories

Category 1: Market Cap & Valuation

METRICS TO COMPARE:
- Current price
- Market cap (circulating)
- Fully Diluted Valuation (FDV)
- Mcap/FDV ratio (lower = more future dilution)
- 24h volume
- Volume/Mcap ratio (liquidity relative to size)
- All-time high and distance from ATH
- 30d/90d/1y price performance
- If DeFi: Mcap/TVL ratio
- If revenue-generating: P/E and P/S ratios
- FDV relative to competitors in category

SCORING: Which token offers better value at current prices relative to fundamentals?

Category 2: Tokenomics

METRICS TO COMPARE:
- Total supply / max supply
- Circulating supply as % of total
- Inflation rate (annual token emission)
- Token unlock schedule (upcoming large unlocks)
- Staking yield (if applicable)
- Token burn mechanisms
- Treasury holdings
- Insider/team allocation as % of total supply
- Vesting cliff dates and remaining locked tokens
- Protocol-owned liquidity
- Real yield vs emission-subsidized yield

SCORING: Which token has healthier, more sustainable supply dynamics?

Read the full file on GitHub · 507 lines

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. 12d ago First seen · 507 lines · 45 tokens per session scan A a65bc461194c

Subscribe to this mod's changes

crypto-compare is a skill published in the GitHub repository zubair-trabzada/ai-crypto-claude (48 stars, last pushed 4mo ago), licensed MIT. It adds 45 tokens to every session and 5,388 once invoked, about $0.0002 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-08-30.