MCP HubMCP Hub
Volver a habilidades

emblem-market-research

EmblemCompany
Actualizado 2 days ago
1 vistas
10
1
10
Ver en GitHub
Diseñoaidata

Acerca de

Esta habilidad proporciona inteligencia del mercado cripto mediante la agregación de datos en tiempo real de fuentes como CoinGecko, CoinGlass, Birdeye y Nansen. Ofrece tokens en tendencia, análisis on-chain, datos de derivados y seguimiento de smart money. Úsala cuando necesites datos de mercado integrales o información on-chain dentro de tu flujo de trabajo de desarrollo.

Instalación rápida

Claude Code

Recomendado
Principal
npx skills add EmblemCompany/Agent-skills -a claude-code
Comando PluginAlternativo
/plugin add https://github.com/EmblemCompany/Agent-skills
Git CloneAlternativo
git clone https://github.com/EmblemCompany/Agent-skills.git ~/.claude/skills/emblem-market-research

Copia y pega este comando en Claude Code para instalar esta habilidad

Documentación

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

CapabilityTools Used
Trending tokens (all chains)getTrendingCoins, birdeyeTrendingTokens
Token price lookupgetCryptoPrice, searchCryptoByName
Token deep dive (volume, trades, liquidity)birdeyeTradeData
Open interest historygetCoinglassOpenInterestHistory
Derivatives risk/greed indicesgetCoinglassCDRIIndex, getCoinglassCGDIIndex
Whale tracking (futures)getCoinglassFuturesWhaleIndex, getCoinglassHyperliquidWhaleAlert
Funding ratesgetCoinglassPremiumIndex
ETF flows (BTC/ETH)getCoinglassBitcoinETFNetAssetsHistory, getCoinglassEthereumETFNetAssetsHistory
Smart money flowsnansen_smart_money_flows, nansen_smart_money_trades
Smart money holdingsnansen_smart_money_holdings
Token screeningnansen_token_screener
Wallet profilingnansen_wallet_profiler
P&L leaderboardnansen_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

SourceToolsCoverage
CoinGeckogetTrendingCoins, getCryptoPrice, searchCryptoByNameTrending coins, price lookup
BirdeyebirdeyeTradeData, birdeyeTrendingTokens, searchEvmTokensBirdeyeToken analytics, multi-chain trending, trade data
CoinGlassgetCoinglassOpenInterestHistory, getCoinglassCDRIIndex, getCoinglassCGDIIndex, getCoinglassFuturesWhaleIndex, getCoinglassHyperliquidWhaleAlert, getCoinglassPremiumIndex, getCoinglassBitcoinETFNetAssetsHistory, etc.Derivatives, funding rates, open interest, whale tracking, ETF flows
Nansennansen_smart_money_flows, nansen_smart_money_trades, nansen_smart_money_holdings, nansen_token_screener, nansen_wallet_profiler, nansen_pnl_leaderboardSmart 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:

BadGood
"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

Repositorio GitHub

EmblemCompany/Agent-skills
Ruta: skills/emblem-market-research
0
agent-skillsai-agentblockchaincross-chaincryptodefi

Habilidades relacionadas

executing-plans

Diseño

Utilice la habilidad executing-plans cuando tenga un plan de implementación completo para ejecutar en lotes controlados con puntos de revisión. Esta habilidad carga y revisa críticamente el plan, luego ejecuta tareas en pequeños lotes (por defecto 3 tareas) mientras reporta el progreso entre cada lote para la revisión del arquitecto. Esto asegura una implementación sistemática con puntos de control de calidad integrados.

Ver habilidad

requesting-code-review

Diseño

Esta habilidad despacha un subagente revisor de código para analizar los cambios en el código frente a los requisitos antes de proceder. Debe usarse después de completar tareas, implementar funciones principales o antes de fusionar con la rama principal. La revisión ayuda a detectar problemas de forma temprana al comparar la implementación actual con el plan original.

Ver habilidad

connect-mcp-server

Diseño

Esta habilidad proporciona una guía integral para que los desarrolladores conecten servidores MCP a Claude Code mediante transportes HTTP, stdio o SSE. Cubre la instalación, configuración, autenticación y seguridad para integrar servicios externos como GitHub, Notion y APIs personalizadas. Úsala al configurar integraciones MCP, al configurar herramientas externas o al trabajar con el Protocolo de Contexto del Modelo de Claude.

Ver habilidad

web-cli-teleport

Diseño

Esta habilidad ayuda a los desarrolladores a elegir entre las interfaces web y CLI de Claude Code mediante el análisis de tareas, y luego permite la teletransportación fluida de sesiones entre estos entornos. Optimiza el flujo de trabajo gestionando el estado y el contexto de la sesión al cambiar entre web, CLI o móvil. Úsala para proyectos complejos que requieren diferentes herramientas en varias etapas.

Ver habilidad