emblem-market-research
关于
This skill provides crypto market intelligence by aggregating real-time data from sources like CoinGecko, CoinGlass, Birdeye, and Nansen. It delivers trending tokens, on-chain analytics, derivatives data, and smart money tracking. Use it when you need comprehensive market data or on-chain insights within your development workflow.
快速安装
Claude Code
推荐npx skills add EmblemCompany/Agent-skills -a claude-code/plugin add https://github.com/EmblemCompany/Agent-skillsgit clone https://github.com/EmblemCompany/Agent-skills.git ~/.claude/skills/emblem-market-research在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
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
GitHub 仓库
相关推荐技能
executing-plans
设计该Skill用于当开发者提供完整实施计划时,以受控批次方式执行代码实现。它会先审阅计划并提出疑问,然后分批次执行任务(默认每批3个任务),并在批次间暂停等待审查。关键特性包括分批次执行、内置检查点和架构师审查机制,确保复杂系统实现的可控性。
requesting-code-review
设计该Skill可在完成任务、实现主要功能或合并代码前自动调度代码审查子代理,确保实现符合需求和计划。它支持通过指定git SHA范围进行精准的代码变更审查,帮助开发者在关键节点及时发现潜在问题。核心原则是"早审查、勤审查",适用于开发流程的各个关键阶段。
connect-mcp-server
设计这个Skill指导开发者如何将MCP服务器连接到Claude Code,支持HTTP、stdio和SSE三种传输协议。它涵盖了从安装配置到认证安全的完整流程,适用于集成GitHub、Notion、数据库等外部服务。当开发者需要添加集成、配置外部工具或提及MCP相关功能时,这个Skill能提供实用的操作指南。
web-cli-teleport
设计该Skill帮助开发者根据任务特性选择Claude Code的Web或CLI界面,并指导如何在两种环境间无缝迁移会话。它能分析任务复杂度、迭代需求等要素,推荐最优工作界面和工作流。关键特性包括会话状态管理、环境切换指导和上下文优化建议。
