
Emblem Market Research
Run a repeatable daily crypto market scan through the EmblemAI CLI to spot trending tokens, smart-money flows, and derivatives signals before trading or building on-chain products.
Overview
Emblem Market Research is an agent skill most often used in Idea → research (also Grow → analytics, Validate → scope) that runs a four-section EmblemAI CLI market scan for trending crypto, on-chain volume, smart-money fl
Install
npx skills add https://github.com/emblemcompany/agent-skills --skill emblem-market-researchWhat is this skill?
- Bash market-scan.sh runs a four-part daily brief: CoinGecko trending, Birdeye chain volume, Nansen smart-money net flows
- Chain-aware scan defaults to Solana with optional argument for Base and other chains supported by Birdeye/Nansen tool ca
- Each section invokes emblemai --agent --profile default with a fixed natural-language prompt that maps to EmblemAI walle
- Fails fast when emblemai is missing and prints npm install -g @emblemvault/agentwallet.
- Designed as a terminal workflow you can cron or run manually before idea validation or position sizing.
- Four numbered scan sections: CoinGecko trending, Birdeye chain trending, Nansen smart-money flows, and CoinGlass derivat
- Default chain is solana; script accepts an optional chain argument for Birdeye and Nansen sections.
Adoption & trust: 8.7k installs on skills.sh; 10 GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need a consistent crypto market picture across spot trends, chain activity, smart money, and derivatives without hand-writing separate API prompts every morning.
Who is it for?
Indie crypto builders and traders who already use EmblemAI with a default profile and want a copy-paste daily scan script.
Skip if: Non-crypto product research, teams without EmblemAI or Birdeye/Nansen/CoinGlass access configured, or anyone who needs historical backtests instead of a live agent-driven snapshot.
When should I use this skill?
You want a daily or on-demand crypto market briefing via emblemai agent tool calls across spot, on-chain, smart-money, and derivatives sources.
What do I get? / Deliverables
After running market-scan.sh you get a timestamped terminal brief across four data providers, ready to inform scope decisions or ongoing market monitoring.
- Timestamped terminal market scan covering four provider sections
- Chain-parameterized Birdeye and Nansen flow snapshot for the chosen network
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Market scans are how solo crypto builders discover what is moving before they commit capital or scope a product, so the canonical shelf is Idea → research even though the same script supports ongoing monitoring. Research subphase fits open-ended opportunity discovery (trending coins, whale positioning) rather than shipping, launch, or infra work.
Where it fits
Run market-scan.sh on Solana Monday morning to see global and chain trending tokens before picking a niche for a new bot or dashboard.
Compare Nansen 24h net flows with Birdeye volume leaders to decide whether a token narrative is broad enough to prototype.
Cron the same script after launch to watch smart-money and CoinGlass whale alerts alongside your user metrics.
Re-run the scan with chain base when adjusting strategy after a volatile week without rewriting agent prompts.
How it compares
Use this scripted EmblemAI skill instead of juggling separate dashboard tabs and ad-hoc chat prompts for each data vendor.
Common Questions / FAQ
Who is emblem-market-research for?
Solo builders and small teams in Web3 who use the emblemai CLI and want a fixed four-part market briefing before trading, validating a token narrative, or scoping an on-chain product.
When should I use emblem-market-research?
Use it in Idea research when exploring what is trending on Solana or Base, during Validate scope when sizing opportunity from volume and smart-money flows, and in Grow analytics when you want the same daily derivatives and whale context without rebuilding prompts.
Is emblem-market-research safe to install?
The skill is a local bash script that shells out to emblemai with network-backed tools; review the Security Audits panel on this Prism page and confirm your Emblem profile permissions and API keys before running agent commands on real accounts.
SKILL.md
READMESKILL.md - Emblem Market Research
#!/bin/bash # market-scan.sh - Daily crypto market scan via EmblemAI # Usage: bash scripts/market-scan.sh [chain] set -e CHAIN="${1:-solana}" echo "Market Scan — $(date '+%Y-%m-%d %H:%M')" echo "Chain: $CHAIN" echo "==================================================" if ! command -v emblemai &> /dev/null; then echo "Error: emblemai CLI not found" echo "Install with: npm install -g @emblemvault/agentwallet" exit 1 fi echo "" echo "1. Trending Tokens (CoinGecko)" echo "-------------------------------" emblemai --agent --profile default -m "Use getTrendingCoins to show what's trending globally with prices and 24h change" echo "" echo "2. Trending on $CHAIN (Birdeye)" echo "--------------------------------" emblemai --agent --profile default -m "Use birdeyeTrendingTokens on $CHAIN to show top trending tokens by volume" echo "" echo "3. Smart Money Activity (Nansen)" echo "---------------------------------" emblemai --agent --profile default -m "Use nansen_smart_money_flows to show token net flows on $CHAIN in the last 24h" echo "" echo "4. Derivatives (CoinGlass)" echo "---------------------------" emblemai --agent --profile default -m "Use getCoinglassOpenInterestHistory to show BTC open interest, and getCoinglassHyperliquidWhaleAlert for whale positions" echo "" echo "==================================================" echo "Scan complete. Run with a chain: bash scripts/market-scan.sh base" --- 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 ```bash npm install -g @emblemvault/agentwallet # What's trending (uses getTrendingCoins) emblemai --agent --profile default -m "Use getTrend