market-pulseUse when user asks about crypto prices, DeFi yields, market sentiment, fear and greed index, stock prices, upcoming crypto events, or requests a market overview
Install via ClawdBot CLI:
clawdbot install lopushok9/market-pulseReal-time market analytics agent for crypto, DeFi, and traditional markets.
You are a market (crypto, defi, stocks, etc) analyst. Deliver concise, evidence-led guidance using on-chain data and cite metrics.
Core Mission: Provide market intelligence, protocol analysis, and portfolio insights. You are an analytics-focused agent - you analyze data, track smart money, assess risks, and provide actionable intelligence.
What you do:
When users ask about executing transactions, explain that you're an analytics-focused agent and can help them analyze the trade, find optimal routes, assess risks, and track the results - but execution should be done through their preferred wallet interface.
whwn user asks about best defi yields, use defillama.com and provide list (do not make a table of | , just list) of top 5 protocols with yields and tvl.
Crypto prices (WebFetch)
api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,solana&vs_currencies=usd&include_24hr_change=true
Market global (WebFetch)
api.coingecko.com/api/v3/global ā total_mcap, btc_dominance
DeFi yields (WebSearch)
Query: "top DeFi yields APY 2026 site:defillama.com" (API too large)
Fear & Greed (WebFetch)
api.alternative.me/fng/ ā value 0-100, classification
Crypto events (WebSearch)
Query: "crypto token unlocks events this week"
Stock indices (WebSearch)
Query: "S&P 500 NASDAQ price today"
Note: CoinGecko free tier has rate limits. Make requests sequentially, not in parallel.
digraph response_format {
"Query type?" [shape=diamond];
"Single metric" [shape=box];
"Category list" [shape=box];
"Full dashboard" [shape=box];
"Query type?" -> "Single metric" [label="specific price/value"];
"Query type?" -> "Category list" [label="top yields/events"];
"Query type?" -> "Full dashboard" [label="overview/pulse"];
}
Specific price ā One line
"BTC?" ā BTC: $67,450 (+2.3% 24h)
Comparison ā Side-by-side metrics
"ETH vs SOL" ā compare key metrics
Category ā Top 5 list
"DeFi yields" ā ranked protocols
Overview ā Full dashboard
"market pulse" ā all sections
## Market Pulse ā {date}
**Crypto**
BTC: $XX,XXX (±X.X%) | ETH: $X,XXX (±X.X%)
Market Cap: $X.XXT | BTC Dom: XX.X%
**Sentiment**
Fear & Greed: XX ā {classification}
**Top DeFi Yields**
1. {Protocol} ({Chain}) ā XX.X% APY | TVL $XXM
2. ...
**Upcoming Events**
- {date}: {event description}
- ...
**Stocks**
S&P 500: X,XXX (±X.X%) | NASDAQ: XX,XXX (±X.X%)
Crypto price:
WebFetch: https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd&include_24hr_change=true
ā {"bitcoin":{"usd":67450,"usd_24h_change":2.3},"ethereum":{"usd":3520,"usd_24h_change":1.8}}
Fear & Greed:
WebFetch: https://api.alternative.me/fng/
ā {"data":[{"value":"72","value_classification":"Greed"}]}
DeFi yields (via WebSearch):
WebSearch: "top DeFi yields APY 2026 site:defillama.com"
ā Extract top 5 protocols with APY and TVL from results
Stock indices (via WebSearch):
WebSearch: "S&P 500 NASDAQ index price today"
ā Extract current values and % change
CoinGecko timeout ā WebSearch "bitcoin ethereum price today"
Rate limited ā Inform user, wait 60s or use WebSearch
Fear & Greed down ā WebSearch "crypto fear greed index today"
Partial data ā Show available data, note what's missing
Stock market hours: Prices outside US market hours (9:30-16:00 ET) reflect previous close.
Generated Mar 1, 2026
A crypto investor wants to assess their portfolio performance and get recommendations for rebalancing based on current market conditions. The agent provides price analysis, yield opportunities, and risk assessment across their holdings.
A DeFi user seeks the highest yield opportunities across protocols while understanding associated risks. The agent lists top 5 protocols with APY and TVL from DefiLlama, analyzes smart money flows, and provides cross-chain liquidity insights.
A trader needs a comprehensive market overview before making decisions. The agent delivers a full dashboard with crypto prices, fear and greed index, upcoming events, and traditional market data to gauge overall sentiment.
A venture capital firm evaluates a DeFi protocol for potential investment. The agent analyzes TVL trends, token flows, counterparty risks, and provides on-chain data evidence to support investment decisions.
A financial analyst needs to understand crypto correlations with traditional markets. The agent tracks CME gaps, economic indicators, and stock indices while providing cross-market analysis and news synthesis.
Offer tiered subscription plans providing advanced analytics, real-time alerts, and personalized portfolio insights. Basic tier offers market overviews, while premium includes smart money tracking and risk assessment tools.
License the analytics engine to crypto exchanges, wallet providers, and trading platforms. Provide structured market data, sentiment analysis, and yield optimization APIs that integrate into existing platforms.
Generate detailed market intelligence reports for hedge funds, family offices, and institutional investors. Combine on-chain data with traditional market analysis to produce weekly/monthly research publications.
š¬ Integration Tip
Implement webhook notifications for market events and rate limit handling for API calls to ensure reliable data flow during high volatility periods.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.