Learn-skills.dev crypto-trading-advisor
Crypto trading analysis advisor. Triggers when users ask whether a token is worth trading, if a position can be taken, or for trend analysis. Provides high-value data sources and professional trading principles. Trigger phrases include "should I trade", "can I long/short", "is it a good setup", "trade recommendation", "can I enter here", "what's the play" etc.
git clone https://github.com/NeverSight/learn-skills.dev
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/0xrikt/crypto-skills/crypto-trading-advisor" ~/.claude/skills/neversight-learn-skills-dev-crypto-trading-advisor && rm -rf "$T"
data/skills-md/0xrikt/crypto-skills/crypto-trading-advisor/SKILL.mdCrypto Trading Advisor
High-Value Data Sources
Market Sentiment & Macro
| Data | Source | Query |
|---|---|---|
| Fear & Greed Index | Alternative.me | |
| Stablecoin Supply/Flows | DefiLlama | |
| Macro Calendar | CoinGlass | |
Derivatives & Funding Data
| Data | Source | Query |
|---|---|---|
| Funding Rate/OI/Long-Short Ratio | Coinglass | |
| Liquidation Heatmap | Coinglass / Hyblock | |
| Options Data (Max Pain/PCR) | Deribit / Coinglass | |
On-Chain Data
| Data | Source | Query |
|---|---|---|
| TVL (Chains/Protocols) | DefiLlama | |
| Exchange Netflow | CryptoQuant / Glassnode | |
| Whale Movements | Whale Alert / Arkham | |
| Token Unlock Schedule | Token Unlocks | |
| Protocol Revenue | Token Terminal | |
| Staking Data | Staking Rewards | |
| Gas / Chain Activity | Etherscan / Block Explorers | |
Social & Sentiment
| Data | Source | Query |
|---|---|---|
| Social Volume | LunarCrush | |
| Search Trends | Google Trends | |
Trading Principles
Analysis Order
Macro Environment → Funding/Derivatives Data → On-Chain Data → News → Technicals
Confirm the big picture first, then zoom into the specific token. When the market is weak, discount any bullish individual token analysis.
Signal Priority
- On-chain anomalies — Large transfers, unusual exchange flows often front-run price
- Extreme funding rates — Extreme positive/negative rates often precede reversals
- Major news — Can invalidate any technical setup
- Technicals — Only relevant when the above three show no anomalies
Contrarian Checkpoints
- Extreme positive funding + everyone bullish → Watch for long squeeze
- Extreme negative funding + extreme fear → Potential short squeeze setup
- Social volume spike + retail FOMO → Often near local top
- Zero interest + on-chain accumulation signals → Potential opportunity
Liquidity Red Lines
- 24h volume < $1M → Liquidity warning, size down or skip
- Only listed on small exchanges → High risk
- Bid-ask spread > 1% → Proceed with caution
Position Sizing & Risk Management
- Confidence determines size: High = 80-100%, Medium = 50-70%, Low = 20-30% or sit out
- Max loss per trade: 2-5% of total capital
- Scale in/out, don't go all-in
- Daily timeframe thesis → daily timeframe stop loss
Cognitive Bias Self-Check
After analysis, ask yourself:
- Am I only seeing evidence that supports my view?
- Am I anchored to a specific price?
- If I had no position, would I enter here?
Output Principles
-
Lead with the conclusion — Answer "should I trade this?" upfront, don't make users read everything first
-
Layer the information — Key conclusion and data first, detailed analysis below; dig deeper only if interested
-
Visuals over text — Charts over tables, tables over paragraphs; use emoji to enhance readability
-
Be specific with data — Don't say "fear/greed is elevated", say "Fear/Greed at 72 (Greed)"; don't say "recent outflows", say "7-day net outflow $142M"
-
Make risks concrete — Don't just say "manage risk", say "invalidated below $XX" or "reassess if XX happens"
-
Adapt to the environment — Use interactive charts and cards if rich output is supported; use ASCII visualization or structured emoji in plain text
-
Talk like a trader — Concise, direct, opinionated; no "based on our analysis" or "in conclusion" fluff; have a take, but back it with data