lucid-trade/skill/references/market-analysis/SKILL.md
Technical analysis indicators, volatility metrics, market overview, and exchange comparison for crypto tokens
npx skillsauth add lucid-fdn/lucid-skills market-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Perform technical analysis on crypto tokens using standard indicators, assess volatility regimes, and compare prices across exchanges for best execution.
When the user asks to analyze a token, follow this procedure:
Fetch OHLCV data for the requested token and timeframe using a blockchain explorer MCP (Alchemy, Etherscan) or market data API (Birdeye). Minimum 50 bars for trend detection, 100+ bars recommended.
Compute indicators using the formulas in references/indicators.md:
Interpret signals and produce a recommendation:
| Indicator | Bullish Signal | Bearish Signal | |-----------|---------------|----------------| | RSI | < 30 (oversold) | > 70 (overbought) | | MACD | Positive histogram, MACD above signal | Negative histogram, MACD below signal | | Bollinger Bands | Price below lower band (oversold) | Price above upper band (overbought) | | Trend | Price > SMA20 > SMA50 | Price < SMA20 < SMA50 | | Support/Resistance | Price bouncing off support | Price rejected at resistance |
Score confidence (0-100) based on how many indicators agree on direction.
Present recommendation: strong_buy, buy, neutral, sell, or strong_sell.
Volatility determines position sizing and risk. Compute these metrics:
sqrt(variance_of_log_returns * 365) * 100. See references/indicators.md for full detail.| Regime | Historical Volatility | Position Sizing Implication | |--------|----------------------|----------------------------| | Low | < 30% | Can use larger positions (up to max) | | Moderate | 30% - 60% | Standard position sizing | | High | 60% - 100% | Reduce position size by 50% | | Extreme | > 100% | Reduce position size by 75% or avoid |
To find the best execution price for a swap:
Query multiple DEX aggregators for the same pair and amount (see references/providers.md for API details):
Compare quotes on: output amount, price impact, estimated gas, and route.
Recommend the exchange with the best net output (output amount minus fees and gas).
Use blockchain explorer MCPs (Alchemy, Etherscan) or market data APIs for live data. See references/providers.md for supported providers, endpoints, and chain coverage.
tools
PLUGIN_DESCRIPTION
testing
Generate short-form video content optimized for social media platforms
business
Generate 1:1 personalized video for sales prospecting and customer success
data-ai
Generate animated data report videos from KPIs, charts, and analytics