emblem-market-research
emblemcompany/agent-skills
Real-time crypto trending, on-chain, and derivatives intelligence from CoinGecko, Birdeye, CoinGlass, and Nansen.
What is emblem-market-research?
Emblem Market Research gives an agent access to live crypto market intelligence — trending tokens, on-chain analytics, derivatives data, and smart money tracking — aggregated from CoinGecko, Birdeye, CoinGlass, and Nansen via the EmblemAI agentwallet CLI. Use it when a user asks for trending tokens, token deep dives, derivatives/funding data, whale tracking, ETF flows, or smart money/on-chain analysis.
- Retrieves trending tokens across chains via CoinGecko and Birdeye
- Performs token deep dives with volume, trade, and liquidity data via Birdeye
- Pulls derivatives analytics (open interest, funding rates, risk/greed indices, whale indices) via CoinGlass
- Tracks smart money flows, trades, holdings, and wallet profiles via Nansen
- Retrieves BTC/ETH ETF net asset flow history
- Provides a helper script for a daily market scan report
How to install emblem-market-research
npx skills add https://github.com/emblemcompany/agent-skills --skill emblem-market-research- Node.js >= 18.0.0
- @emblemvault/agentwallet CLI (npm install -g @emblemvault/agentwallet)
- Internet access
- An agent following the Agent Skills spec (Claude Code, Cursor, Codex, OpenClaw, etc.)
How to use emblem-market-research
- 1.Install the required CLI: npm install -g @emblemvault/agentwallet
- 2.Run queries via the emblemai CLI specifying the exact tool to use, e.g. emblemai --agent --profile default -m "Use getTrendingCoins to show what's trending in crypto right now"
- 3.For token research, follow the workflow: discover trending tokens (getTrendingCoins, birdeyeTrendingTokens), then deep-dive a specific token (birdeyeTradeData)
- 4.Check on-chain intelligence using Nansen tools (nansen_smart_money_flows, nansen_smart_money_trades, nansen_smart_money_holdings) to see what smart money is doing
- 5.Check derivatives context using CoinGlass tools (getCoinglassOpenInterestHistory, getCoinglassHyperliquidWhaleAlert, getCoinglassPremiumIndex) for funding rates and whale positioning
- 6.Optionally run the helper script for a daily market scan: bash scripts/market-scan.sh [chain]
Use cases
- Find trending tokens across chains (e.g., Solana, Base) by volume
- Deep-dive a specific token's price, volume, buy/sell ratio, and liquidity
- Track smart money flows, trades, and holdings on-chain via Nansen
- Monitor derivatives data: open interest, funding rates, and whale positioning on platforms like Hyperliquid
- Check BTC/ETH ETF net asset flows for institutional sentiment
- Crypto traders and researchers wanting quick market intelligence via an AI agent
- Developers building agent workflows that need live token and derivatives data
- Analysts tracking smart money and whale activity on-chain
emblem-market-research FAQ
CoinGecko (trending coins, price lookup), Birdeye (token analytics, multi-chain trending, trade data), CoinGlass (derivatives, funding rates, open interest, whale tracking, ETF flows), and Nansen (smart money flows, wallet profiling, token screening).
No. It is a read-only skill — it only fetches market data, with no wallet interaction or transactions, so queries execute immediately without confirmation.
No. The skill explicitly does not support technical analysis indicators, social sentiment monitoring, a Fear/Greed Index, DeFiLlama TVL data, or BTC dominance/total market cap, since no backing tools exist for these.
Node.js >= 18.0.0, the @emblemvault/agentwallet CLI (installed via npm install -g @emblemvault/agentwallet), and internet access.
Name the exact tool in your request (e.g., 'Use getTrendingCoins to show what's trending') rather than vague phrasing like 'trending', for more reliable results.
Full instructions (SKILL.md)
Source of truth, from emblemcompany/agent-skills.
name: emblem-market-research description: > 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. license: MIT compatibility: > Requires Node.js >= 18.0.0, @emblemvault/agentwallet CLI, and internet access. Works on Claude Code, Cursor, Codex, OpenClaw, and other agents following the Agent Skills spec. metadata: author: EmblemAI version: "1.1.0" homepage: https://emblemvault.ai docs: https://emblemvault.ai/docs docs-interactive: https://emblemvault.dev
Emblem Market Research
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
What This Skill Can Do
| 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 |
Not Supported
These features have no backing tools:
- Technical analysis (RSI, MACD, support/resistance) — no charting or TA tools exist
- Social sentiment (Twitter, Telegram, Discord monitoring) — no social API tools
- Fear/Greed Index — no dedicated tool (CoinGlass CDRI is derivatives-specific, not the same)
- DeFiLlama TVL data — no DeFiLlama tools exist
- BTC dominance / total market cap — no dedicated tool
Quick Start
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:
- "What's trending in crypto?"
- "Analyze this token"
- "Show derivatives data for BTC"
- "What are whales buying?"
- "Show smart money flows"
Data Sources
| 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 |
Workflow: Token Research
Step 1: Discovery
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"
Step 2: Deep Dive
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"
Step 3: On-Chain Intelligence
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"
Step 4: Derivatives Context
Check funding rates and whale positioning.
emblemai --agent --profile default -m "Use getCoinglassOpenInterestHistory to show BTC open interest, and getCoinglassHyperliquidWhaleAlert for current whale positions"
Research Patterns
Trending Tokens
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"
Smart Money Analysis
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"
Derivatives & Funding
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"
Whale Tracking
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"
ETF Flows
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"
Token Screening
emblemai --agent --profile default -m "Use nansen_token_screener to find tokens with high smart money activity on ethereum"
Communication Tips
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" |
Read-Only Skill
This skill only reads market data. No wallet interaction, no transactions, no confirmation needed. All queries execute immediately.
Helper Script
bash scripts/market-scan.sh [chain]
See scripts/market-scan.sh for a daily market scan report.
Links
Related skills
More from emblemcompany/agent-skills and the wider catalog.
emblem-portfolio-tracker
Check crypto balances and trade P&L across 7 blockchains in one agent prompt.
emblem-ai-agent-wallet
Give your coding agent a review-first, multi-chain crypto wallet via EmblemVault/EmblemAI.
emblem-ai-prompt-examples
Curated, safety-conscious prompt examples for EmblemAI trading, NFT, and portfolio workflows.
emblem-ai-react
Add wallet-enabled auth, login, and chat to a React app in one EmblemAI integration.
emblem-ai
Add wallet, email, and social login with wallet-enabled user accounts and an embeddable AI chat assistant in one integration.
emblem-defi-yield
Research DeFi yields, review wallet positions, and enter liquid staking via token swaps across six chains.