skills/emblem-market-research/SKILL.md
Crypto market intelligence via EmblemAI. Trending tokens, on-chain analytics, derivatives data, and smart money tracking from CoinGecko, CoinGlass, Birdeye, and Nansen. Use when the user wants market data, trending tokens, derivatives analytics, or on-chain intelligence.
npx skillsauth add emblemcompany/agent-skills emblem-market-researchInstall 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.
Crypto market intelligence powered by EmblemAI. Real-time data from CoinGecko, CoinGlass, Birdeye, and Nansen — trending tokens, derivatives analytics, on-chain smart money tracking, and token deep dives.
Requires: npm install -g @emblemvault/agentwallet
| Capability | Tools Used |
|-----------|------------|
| Trending tokens (all chains) | getTrendingCoins, birdeyeTrendingTokens |
| Token price lookup | getCryptoPrice, searchCryptoByName |
| Token deep dive (volume, trades, liquidity) | birdeyeTradeData |
| Open interest history | getCoinglassOpenInterestHistory |
| Derivatives risk/greed indices | getCoinglassCDRIIndex, getCoinglassCGDIIndex |
| Whale tracking (futures) | getCoinglassFuturesWhaleIndex, getCoinglassHyperliquidWhaleAlert |
| Funding rates | getCoinglassPremiumIndex |
| ETF flows (BTC/ETH) | getCoinglassBitcoinETFNetAssetsHistory, getCoinglassEthereumETFNetAssetsHistory |
| Smart money flows | nansen_smart_money_flows, nansen_smart_money_trades |
| Smart money holdings | nansen_smart_money_holdings |
| Token screening | nansen_token_screener |
| Wallet profiling | nansen_wallet_profiler |
| P&L leaderboard | nansen_pnl_leaderboard |
These features have no backing tools:
npm install -g @emblemvault/agentwallet
# What's trending (uses getTrendingCoins)
emblemai --agent --profile default -m "Use getTrendingCoins to show what's trending in crypto right now"
# Token deep dive (uses birdeyeTradeData)
emblemai --agent --profile default -m "Use birdeyeTradeData to analyze SOL — show volume, trades, buy/sell ratio, and liquidity"
Trigger phrases:
| Source | Tools | Coverage |
|--------|-------|----------|
| CoinGecko | getTrendingCoins, getCryptoPrice, searchCryptoByName | Trending coins, price lookup |
| Birdeye | birdeyeTradeData, birdeyeTrendingTokens, searchEvmTokensBirdeye | Token analytics, multi-chain trending, trade data |
| CoinGlass | getCoinglassOpenInterestHistory, getCoinglassCDRIIndex, getCoinglassCGDIIndex, getCoinglassFuturesWhaleIndex, getCoinglassHyperliquidWhaleAlert, getCoinglassPremiumIndex, getCoinglassBitcoinETFNetAssetsHistory, etc. | Derivatives, funding rates, open interest, whale tracking, ETF flows |
| Nansen | nansen_smart_money_flows, nansen_smart_money_trades, nansen_smart_money_holdings, nansen_token_screener, nansen_wallet_profiler, nansen_pnl_leaderboard | Smart money analytics, on-chain flows, wallet profiling |
Find what's moving.
emblemai --agent --profile default -m "Use getTrendingCoins to show trending tokens, then use birdeyeTrendingTokens for Solana-specific trending with volume data"
Research a specific token with real trade data.
emblemai --agent --profile default -m "Use birdeyeTradeData to analyze JUP on Solana — show price, volume across timeframes, unique wallets, buy/sell ratio, and liquidity"
Check what smart money is doing.
emblemai --agent --profile default -m "Use nansen_smart_money_flows to show token flows on solana in the last 24h. Then use nansen_smart_money_trades to show recent smart money trades"
Check funding rates and whale positioning.
emblemai --agent --profile default -m "Use getCoinglassOpenInterestHistory to show BTC open interest, and getCoinglassHyperliquidWhaleAlert for current whale positions"
emblemai --agent --profile default -m "Use getTrendingCoins to show what's trending globally"
emblemai --agent --profile default -m "Use birdeyeTrendingTokens to show top trending tokens on Base by volume"
emblemai --agent --profile default -m "Use nansen_smart_money_holdings to see what smart money is holding on solana"
emblemai --agent --profile default -m "Use nansen_who_bought_sold to check who bought and sold ETH recently"
emblemai --agent --profile default -m "Use nansen_pnl_leaderboard to show the top performing wallets"
emblemai --agent --profile default -m "Use getCoinglassPremiumIndex to show funding rates for BTC across exchanges"
emblemai --agent --profile default -m "Use getCoinglassOpenInterestHistory to show ETH open interest trends"
emblemai --agent --profile default -m "Use getCoinglassFuturesWhaleIndex to show whale activity for BTC"
emblemai --agent --profile default -m "Use getCoinglassHyperliquidWhaleAlert to show large positions on Hyperliquid"
emblemai --agent --profile default -m "Use getCoinglassBitcoinETFNetAssetsHistory to show recent BTC ETF inflows and outflows"
emblemai --agent --profile default -m "Use getCoinglassEthereumETFNetAssetsHistory for ETH ETF flow data"
emblemai --agent --profile default -m "Use nansen_token_screener to find tokens with high smart money activity on ethereum"
Name the exact tool for reliable results:
| Bad | Good |
|-----|------|
| "trending" | "Use getTrendingCoins to show what's trending" |
| "analyze sol" | "Use birdeyeTradeData to analyze SOL with volume, trades, and liquidity" |
| "whale activity" | "Use getCoinglassHyperliquidWhaleAlert to show large positions" |
This skill only reads market data. No wallet interaction, no transactions, no confirmation needed. All queries execute immediately.
bash scripts/market-scan.sh [chain]
See scripts/market-scan.sh for a daily market scan report.
testing
Execute token swaps across 6 blockchains via EmblemAI. Automatic route optimization and cross-chain bridging via ChangeNow. Use when the user wants to swap tokens, exchange crypto, convert between currencies, or bridge assets cross-chain.
testing
Track crypto portfolio across 7 blockchains via EmblemAI. Aggregated balances with USD values, conditional trade P&L, and DeFi position tracking via Nansen. Use when the user wants to check their portfolio, see balances across chains, or review trade positions.
testing
Memecoin discovery and risk assessment via EmblemAI. Trending memecoins on Solana, Base, and Hedera. Pump.fun and LaunchLab new token alerts, Clanker discovery, rug-pull detection, holder analysis, and smart money tracking. Use when the user wants to find new memecoins, check if a token is a rug pull, or scout trending low-cap tokens.
testing
DeFi yield research and liquid staking via EmblemAI. Discover yield opportunities, compare protocols, check DeFi positions with Nansen, and enter liquid staking via token swaps. Use when the user wants to research yields, find staking options, or review DeFi positions.