emblem-market-research
について
このスキルは、CoinGecko、CoinGlass、Birdeye、Nansenなどのソースからリアルタイムデータを集約し、暗号資産市場のインテリジェンスを提供します。トレンドトークン、オンチェーン分析、デリバティブデータ、スマートマネーの追跡を提供します。開発ワークフロー内で包括的な市場データやオンチェーン分析が必要な場合にご利用ください。
クイックインストール
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
デザインexecuting-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。
requesting-code-review
デザインこのスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。
connect-mcp-server
デザインこのスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。
web-cli-teleport
デザインこのスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。
